Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
KMail + IMAP
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Timothy Murphy  
View profile  
 More options Sep 15 2007, 9:49 pm
Newsgroups: comp.windows.x.kde
From: Timothy Murphy <t...@birdsnest.maths.tcd.ie>
Date: Sun, 16 Sep 2007 02:49:08 +0100
Local: Sat, Sep 15 2007 9:49 pm
Subject: KMail + IMAP
As far as I can see, KMail's maildir format
(with folders ~/Mail/inbox/cur , etc)
is incompatible with Dovecot's IMAP format
(with folders ~/Mail/.inbox/cur).

I mean that if one runs an IMAP server
then the directories must be in Dovecot's format,
in which case they cannot be accessed by kmail running on the server
with a standard Local Account.

If that is indeed the case,
it seems surprising that kmail documentation
does not appear to contain any warning of this.

On the other hand, if I am wrong, I would be very grateful
if someone could explain how one can combine kmail + dovecot IMAP.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guillermo Antonio Amaral Bastidas  
View profile  
 More options Sep 15 2007, 10:53 pm
Newsgroups: comp.windows.x.kde
From: Guillermo Antonio Amaral Bastidas <m...@guillermoamaral.com>
Date: Sat, 15 Sep 2007 19:53:59 -0700
Local: Sat, Sep 15 2007 10:53 pm
Subject: Re: KMail + IMAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Tim,

 As far as I know the KMail's Maildir follows the original Maildir format
from Daniel J. Bernstein's qmail, I will check to see if there are any
variants but as far as I can see it does seem to use the directory
structure.

 If I get some time off tomorrow I could try to implement Maildir++ along
side the existing Maindir support.

Cheers,
GA

- --
Guillermo Antonio Amaral Bastidas (gamaral)
# Free & Open-source Software Advocate
# KDE Developer: gamaral
@ http://blog.guillermoamaral.com/
$ irc: gamaral@freenode pgp: 0x5D297B74

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFG7JrIxxxW3F0pe3QRAsG+AJ0YW82HP2vY0mUfLjHQOXxRP0933gCgibR7
FcIDE4I7cN9TcDUHcmJ0Kfc=
=eHzu
-----END PGP SIGNATURE-----


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timothy Murphy  
View profile  
 More options Sep 16 2007, 5:59 am
Newsgroups: comp.windows.x.kde
From: Timothy Murphy <t...@birdsnest.maths.tcd.ie>
Date: Sun, 16 Sep 2007 10:59:49 +0100
Local: Sun, Sep 16 2007 5:59 am
Subject: Re: KMail + IMAP
Guillermo Antonio Amaral Bastidas wrote:

Thanks, let us know how you get on.

After looking at the rather confusing documentation
on the subject of Maildir and Maildir++,
as far as I can see the original Maildir format
used 3 directories, ~/Mail/[cur,new,tmp]/ .

The problems arose when subfolders of the Mail directory were introduced.
The Maildir format used in kmail follows what seems to me
the natural extension, with directories ~/Mail/inbox/[cur,new,tmp]/ , etc.
These are not seen by an IMAP client, at least with dovecot.

The Maildir++ format, for reasons which escape me,
has directories ~/Mail/.inbox/[cur,new,tmp]/ .
These cannot be seen by local kmail, at least as a local account.

If this is wrong, please correct me.
Also I would be interested to know why Maildir++
adopted this "dotty" system.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guillermo Antonio Amaral Bastidas  
View profile  
 More options Sep 16 2007, 12:33 pm
Newsgroups: comp.windows.x.kde
From: Guillermo Antonio Amaral Bastidas <m...@guillermoamaral.com>
Date: Sun, 16 Sep 2007 09:33:22 -0700
Local: Sun, Sep 16 2007 12:33 pm
Subject: Re: KMail + IMAP

Timothy Murphy wrote:
> Thanks, let us know how you get on.

> < snip >

> The Maildir++ format, for reasons which escape me,
> has directories ~/Mail/.inbox/[cur,new,tmp]/ .
> These cannot be seen by local kmail, at least as a local account.

> If this is wrong, please correct me.
> Also I would be interested to know why Maildir++
> adopted this "dotty" system.

  Well if I remember correctly the `courier` project ( courier-imap ) or
it's author is the brains behind the Maindir++ spec, they needed something
that could support sub-folders, mail quotas and still be a little
compatible with the original Maildir; the `.` prefix is used to hide
subfolders from the mail root.

  Now their is one problem I noticed, if I implement it as a local account
type the data will be moved into `~/.kde/share/apps/kmail`, this will
render the folder structure and your IMAP service useless. I will have to
base the new account type on the Disconnected IMAP account and that might
take a little longer.

 Cheers,
 gamaral

--
Guillermo Antonio Amaral Bastidas (gamaral)
# Free & Open-source Software Advocate
# KDE Developer: gamaral
@ http://blog.guillermoamaral.com/
$ irc: gamaral@freenode pgp: 0x5D297B74


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timothy Murphy  
View profile  
 More options Sep 16 2007, 1:37 pm
Newsgroups: comp.windows.x.kde
From: Timothy Murphy <t...@birdsnest.maths.tcd.ie>
Date: Sun, 16 Sep 2007 18:37:32 +0100
Local: Sun, Sep 16 2007 1:37 pm
Subject: Re: KMail + IMAP
Guillermo Antonio Amaral Bastidas wrote:

>> The Maildir++ format, for reasons which escape me,
>> has directories ~/Mail/.inbox/[cur,new,tmp]/ .
>> These cannot be seen by local kmail, at least as a local account.

>> If this is wrong, please correct me.
>> Also I would be interested to know why Maildir++
>> adopted this "dotty" system.

>   Well if I remember correctly the `courier` project ( courier-imap ) or
> it's author is the brains behind the Maindir++ spec, they needed something
> that could support sub-folders, mail quotas and still be a little
> compatible with the original Maildir; the `.` prefix is used to hide
> subfolders from the mail root.

Sorry but I just don't follow the logic.
If one uses kmail (local account) to create new folders,
using maildir format, they are called something like
~/Mail/Folder1 , ~/Mail/Folder2, etc,
and each contains the subdirectories cur,new,tmp
in which email messages are stored.
This does not seem to cause any problem at all.

>   Now their is one problem I noticed, if I implement it as a local account
> type the data will be moved into `~/.kde/share/apps/kmail`, this will
> render the folder structure and your IMAP service useless. I will have to
> base the new account type on the Disconnected IMAP account and that might
> take a little longer.

I don't really understand this,
but let us know how you get on.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guillermo Antonio Amaral Bastidas  
View profile  
 More options Sep 16 2007, 5:04 pm
Newsgroups: comp.windows.x.kde
From: Guillermo Antonio Amaral Bastidas <m...@guillermoamaral.com>
Date: Sun, 16 Sep 2007 14:04:03 -0700
Local: Sun, Sep 16 2007 5:04 pm
Subject: Re: KMail + IMAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Timothy Murphy wrote:

> Sorry but I just don't follow the logic.
> If one uses kmail (local account) to create new folders,
> using maildir format, they are called something like
> ~/Mail/Folder1 , ~/Mail/Folder2, etc,
> and each contains the subdirectories cur,new,tmp
> in which email messages are stored.
> This does not seem to cause any problem at all.

Well to put it simply in Maildir++ all subdirectory levels are separated by
`.`. for example `~/Maildir/.inbox.family` is displayed as `inbox/family`
and so on.

- --
Guillermo Antonio Amaral Bastidas (gamaral)
# Free & Open-source Software Advocate
# KDE Developer: gamaral
@ http://blog.guillermoamaral.com/
$ irc: gamaral@freenode pgp: 0x5D297B74

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD4DBQFG7ZpDxxxW3F0pe3QRAm4kAJi/3K0FtKCqIlPlfteF2bFtcc0tAJ48b6Z6
kru0wScvpfHA3XqUNPqzhw==
=TkrW
-----END PGP SIGNATURE-----


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timothy Murphy  
View profile  
 More options Sep 16 2007, 5:15 pm
Newsgroups: comp.windows.x.kde
From: Timothy Murphy <t...@birdsnest.maths.tcd.ie>
Date: Sun, 16 Sep 2007 22:15:28 +0100
Local: Sun, Sep 16 2007 5:15 pm
Subject: Re: KMail + IMAP
Guillermo Antonio Amaral Bastidas wrote:

> Well to put it simply in Maildir++ all subdirectory levels are separated
> by `.`. for example `~/Maildir/.inbox.family` is displayed as
> `inbox/family` and so on.

I understand that perfectly well.
What I don't understand is WHY.
Why not just use subdirectories like everyone else ...?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »