[Dovecot] uw-imap compatability hack?

Timo Sirainen tss at iki.fi
Mon Jan 11 08:18:58 EET 2010


On 8.1.2010, at 23.47, Simon Annetts wrote:

> if I remove the mail/ setting from 'IMAP server directory' in the client, then everything works as expected and all the folders are visible.
> With this setting in however, only the inbox is visible and attempts to click on another folder, say Trash result in the client error:
> Mailbox doesn't exist .mail.Trash
> I've tried various namespace configurations I found in the namespaces wiki example but none seem to work.

You need to preserve the separator:

namespace private {
  prefix = 
  separator = /
}
namespace private {
  prefix = mail/
  separator = /
}



More information about the dovecot mailing list