Hi, I ran into the following problems while synchronizing two cyrus-based mailboxes:
1. The "pattern" is not effective, because % is used as a wildcard. \"%s%%\" in src/drv_imap.c, line 1676. Fix: use * as a wildcard. 2. When CREATing, the folder name has too many quotes. CREATE \"%.*s\" in src/drv_imap.c, line 1007. 3. Self-signed certificates require manual input. At the same time I did not find any "known hosts" information. 4. Bare newlines in messages are passed, which violate some RFC (should be CRLF) and are rejected by Cyrus. See below. Any comments are welcome. Thanks. Regards -Winfried Selecting slave INBOX.projects.linux.+Archive.mupad... 4 messages, 0 recent Selecting master INBOX.projects.linux.+Archive.mupad... 4 messages, 0 recent Synchronizing Pulling new messages... IMAP command 'APPEND "INBOX.projects.linux.+Archive.mupad" (\Seen) ' returned an error: NO Message contains bare newlines ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel