Ilja Booij wrote:
BTW, I haven't been able to use OutLook yet to test the message problems, as our only Windows machine here is in use at the moment.

I've taken a look at the OutLook problem using OutLook Express. The cause of the problem was the fact that a message inserted via lmtp has \r\n as line ending. When using imap, \r is added to this, resulting in line endings of \r\r\n

This apparantly confuses OutLook

changing to the code to not insert \r\n, but to insert \n instead. This was made easier by the change in message insertion code I made. :) Though relying on storing \n and not \r\n is not the Right Thing to do, it seems to be the easiest fix.

Ilja

Reply via email to