Displaying 2 results from an estimated 2 matches for "inboxtrash".
2008 Aug 22
2
namespaces...
...rators are handled by the clients and dovecot...
I tried to understand the desciption from the conf file but without success.
With each conf I create the following path /f1/f2 on the client (thunderbird) and get the following on the dovecot server:
PREFIX= and separator=/ => .INBOX.f1.f2 + .INBOXTrash
PREFIX=INBOX/ and separator=/ => .f1.f2 and no Trash
PREFIX=INBOX. and separator=. => .f1.f2 and no Trash
Could someone point me to some IMAP for dummy web page...? ;D
Or, what is the best conf able to handle most clients?
Thx,
JD
2006 Oct 28
2
LSUB and namespaces - how to get rid of multible prefixes
...B () "/" ".mail/Trash"
* LSUB () "/" ".mail/Drafts"
* LSUB () "/" "Sent"
* LSUB () "/" "Trash"
* LSUB () "/" "Drafts"
* LSUB () "/" "INBOXSent"
* LSUB () "/" "INBOXTrash"
* LSUB () "/" "INBOXDrafts"
* LSUB () "/" "./INBOX.Sent"
* LSUB () "/" "./INBOX.Trash"
* LSUB () "/" "./INBOX.Drafts"
* LSUB () "/" "Test"
Lsub completed.
This is in spite of that only I...