Re: [Dovecot] draft-ietf-morg-list-specialuse-01 - IMAP LIST extension for special-use mailboxes
On 20.05.2010 14:40, Timo Sirainen wrote:
On 20.5.2010, at 12.11, Nikolay Shopik wrote:
I don't think this really need per-user option. This is basically "system folders" and MUA will decide on their local names. Combining with autocreate plugin seems reasonable.
Autocreate plugin would be useful only if it was a per-user option. Then it could create some kind of a file into the created mailbox.
If it was a global option .. could it be just something as simple as
list_specialuse = \Trash:Trash "\Sent:Sent Messages" etc.
or
list_specialuse_trash = Trash list_specialuse_sent = Sent etc.
I don't really like either of them..
What's wrong with these examples for global option, second one looks good for me.
On 20.5.2010, at 12.52, Nikolay Shopik wrote:
On 20.05.2010 14:40, Timo Sirainen wrote:
On 20.5.2010, at 12.11, Nikolay Shopik wrote:
I don't think this really need per-user option. This is basically "system folders" and MUA will decide on their local names. Combining with autocreate plugin seems reasonable.
Autocreate plugin would be useful only if it was a per-user option. Then it could create some kind of a file into the created mailbox.
If it was a global option .. could it be just something as simple as
list_specialuse = \Trash:Trash "\Sent:Sent Messages" etc.
Quoting is annoying.
list_specialuse_trash = Trash list_specialuse_sent = Sent etc.
I don't really like either of them..
What's wrong with these examples for global option, second one looks good for me.
The second one requires annoyingly many new settings..
On 20.05.2010 15:41, Timo Sirainen wrote:
list_specialuse = \Trash:Trash "\Sent:Sent Messages" etc. Quoting is annoying.
Hmm, maybe use predefined order of folders? In this case quoting will be used where it necessary list_sepcialuse = Inbox,Drafts,"Sent Messages",etc
On to, 2010-05-20 at 15:48 +0400, Nikolay Shopik wrote:
On 20.05.2010 15:41, Timo Sirainen wrote:
list_specialuse = \Trash:Trash "\Sent:Sent Messages" etc. Quoting is annoying.
Hmm, maybe use predefined order of folders? In this case quoting will be used where it necessary list_sepcialuse = Inbox,Drafts,"Sent Messages",etc
Quoting is still annoying to handle. Probably best to implement this without a plugin and then you can use:
list-specialuse { trash = Trash sent = Sent Messages .. }
On 01.06.2010 23:23, Timo Sirainen wrote:
On to, 2010-05-20 at 15:48 +0400, Nikolay Shopik wrote:
On 20.05.2010 15:41, Timo Sirainen wrote:
list_specialuse = \Trash:Trash "\Sent:Sent Messages" etc. Quoting is annoying.
Hmm, maybe use predefined order of folders? In this case quoting will be used where it necessary list_sepcialuse = Inbox,Drafts,"Sent Messages",etc
Quoting is still annoying to handle. Probably best to implement this without a plugin and then you can use:
list-specialuse { trash = Trash sent = Sent Messages .. }
I've yet to decide how we handle if client choice to make another folder for Trash for example, should we lock for specific folders and not allow client to use command CREATE. Probably add another option like list-specialuse-lock = yes. But I prefer way of "defaulting" to some predefined folders and if admin choice to use list-specialuse{} to change this default dovecot will not allow client to change it.
participants (3)
-
Nikolay Shopik
-
Nikolay Shopik
-
Timo Sirainen