Re: [Dovecot] maildir and end-of-line encoding

2012-11-22 Thread Timo Sirainen
On 8.11.2012, at 4.57, Christoph Anton Mitterer wrote: > On Wed, 2012-11-07 at 17:33 +0200, Timo Sirainen wrote: >> Dovecot automatically adds CRs where necessary. Even within the same file >> there can be mixed LF/CRLF lines. > Can you detail this a bit, or point me to the specific code areas? >

Re: [Dovecot] maildir and end-of-line encoding

2012-11-07 Thread Christoph Anton Mitterer
On Wed, 2012-11-07 at 17:33 +0200, Timo Sirainen wrote: > Dovecot automatically adds CRs where necessary. Even within the same file > there can be mixed LF/CRLF lines. Can you detail this a bit, or point me to the specific code areas? 1) Is only CR added? Or also LF? 2) What happens e.g. when LF

Re: [Dovecot] maildir and end-of-line encoding

2012-11-07 Thread Timo Sirainen
On 31.10.2012, at 3.50, Christoph Anton Mitterer wrote: > I just wondered, the following: > > My MDA may get mails that use LF or CR/LF end of line encodings and > deliver them into maildirs. > > > I couldn't find any information about, whether one should or must > convert all into one format,

[Dovecot] maildir and end-of-line encoding

2012-10-30 Thread Christoph Anton Mitterer
Hi. I just wondered, the following: My MDA may get mails that use LF or CR/LF end of line encodings and deliver them into maildirs. I couldn't find any information about, whether one should or must convert all into one format, cause AFAIK at least on the IMAP side, CR/LF is always used? How d