DiskWarrior & Pan - munged messages

David Thompson dthmpsn1 at uiuc.edu
Fri May 23 16:22:27 PDT 2008


>   What's strange is that only Jim's message get munged
>   up like this, and only sometimes.  I discussed it
>   with him, and he isn't doing anything different from
>   one message to the next.  I have looked at the
>   headers of good and messed up messages, and they do
>   have different encoding.  But why, no one seems to
>   know.  And it would seem they only look that way to
>   Entourage X users?
>

Jim may be the only one using MailSmith. The messages that get messed up are the ones that have been base64 encoded. Messages that don't contain any characters outside the 0-127 ascii range aren't encoded, so they don't get messed up. MailSmith uses crlf as a line ending when it is sending text that hasn't been encoded. When it has been encoded, it puts crlf between the lines of base64 text. What it does not do is put crlf between the lines of the original text, before it is encoded. It just uses line feed there.

Entourage may be the only program that doesn't accept a line feed by itself as a line ending.

Dave


More information about the Qna mailing list