XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > XMail Server > Xmail 1.26-pre03


Posted by: bOOster Sep 5 2008, 05:21 AM
Very dangerous update for Dovecot IMAP users.
All previous messages ends with CRLF, but new messages after update would be ends with LF.
Dovecot goes in trouble.
Before update we need export all messages with CRLF and import back with LF end. mad2.gif

Posted by: karpa13a Sep 5 2008, 09:40 AM
mmm, any script?

Posted by: guru meditation Sep 21 2008, 11:54 PM
It should work (again) with CRLF, changing a line in

SysTypesUnix.h:

change line 36 from
CODE

#define SYS_EOL                 "\n"


to
CODE

#define SYS_EOL                 "\r\n"


This declaration is used only twice in SMAILUtils.cpp (around lines 940 and 1112).

That's why I like Open Source smile.gif

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)