[Dovecot] Cosmetic issue with dots in Maildir folder names

2008-09-07 Thread Holger Weiss
Just a minor cosmetic issue: We use the listescape plugin in order to support "." characters in Maildir++ folder names, and in at least the following case, the escaped representation of the dot character ("\2e") won't be translated back to a "." in messages for the IMAP client: | 1 SELECT non.exis

Re: [Dovecot] cyrus2courrier mass migration

2008-09-22 Thread Holger Weiss
* Mathieu Kretchner <[EMAIL PROTECTED]> [2008-09-22 16:11]: > I would like to do a conversion of my imap accounts (and keep all theirs > characteristics) from cyrus-imapd-2.2.12 in cyrus format to dovecot > 1.1.3 in courrier format. > > I've tried those 3 tools : > > cyrus2courrier.1.5.ts > cyrus

Re: [Dovecot] cyrus2courrier mass migration

2008-09-23 Thread Holger Weiss
* Mathieu Kretchner <[EMAIL PROTECTED]> [2008-09-23 12:59]: > Holger Weiss a écrit : > > However, for our conversion, we've written our own "cyrus2dovecot" which > > also supports skiplist databases (amongst another few features not > > provi

Re: [Dovecot] cyrus2dovecot description on the wiki

2008-09-24 Thread Holger Weiss
* Charles Marcus <[EMAIL PROTECTED]> [2008-09-24 12:12]: > On 9/24/2008 11:47 AM, Steinar Bang wrote: > > The wiki page says "cyrus2dovecot doesn't preserve timestamps or flags" > > http://wiki.dovecot.org/Migration/Cyrus > > > > However, the cyrus2dovecot home page says: > > "Virtually all av

[Dovecot] Maildir files with mtime in the future

2009-04-02 Thread Holger Weiss
If Maildir storage is used, the mtime of a given Maildir file is set to the message's INTERNALDATE. Now, when a client APPENDs a message to an IMAP mailbox, the client may optionally specify the INTERNALDATE: | If a date-time is specified, the internal date SHOULD be set in the | resulting messag

Re: [Dovecot] Maildir files with mtime in the future

2009-04-02 Thread Holger Weiss
* Timo Sirainen [2009-04-02 18:44]: > On Thu, 2009-04-02 at 19:36 +0200, Holger Weiss wrote: > > | If a date-time is specified, the internal date SHOULD be set in the > > | resulting message; otherwise, the internal date of the resulting > > | message is set to the cur

Re: [Dovecot] Maildir files with mtime in the future

2009-04-02 Thread Holger Weiss
* Timo Sirainen [2009-04-02 19:35]: > On Fri, 2009-04-03 at 01:14 +0200, Holger Weiss wrote: > > > This is a problem only with Maildir, so if the code is added it should > > > go to maildir-save.c. > > > > The mtime-problem is Maildir-specific, but an INTERNALDA

Re: [Dovecot] Maildir files with mtime in the future

2009-04-03 Thread Holger Weiss
* Ben Winslow [2009-04-03 10:59]: > On Fri, 3 Apr 2009 01:14:47 +0200 > Holger Weiss wrote: > > I'd guess most backup software will include files with an mtime newer > > than the time of the previous backup in incremental backups. At > > least, Bacula[*] and Ver

Re: [Dovecot] Maildir files with mtime in the future

2009-04-03 Thread Holger Weiss
* Timo Sirainen [2009-04-03 12:44]: > On Thu, 2009-04-02 at 19:36 +0200, Holger Weiss wrote: > > However, if the client does so, Dovecot will set the mtime of the > > Maildir file in question to the date specified by the client even if > > it's in the future. Since