I've developed an application that parses data from unix inboxes, and retrieves the messages using IMAP. The main issue I'm running into right now is that the flat file inbox in /var/mail that stores the emails is wrapping the line and inserts an equals after 75 characters. The strangest thing is that this occurs only within the body of the message.
12345678901234567890123456789098 2010-03-04 1:56:43 192.156.1.1 Microsoft F=
irefox
Could this be a problem with the separate SMTP server reformatting the emails, or is it a problem with the inbox or the imap server?
Thanks.