paulmendoza has uploaded a patch.
Description:
Line endings on emails sent from iPhone type devices were all ending up as one giant line. I solved this by calling "AppendLine" instead of calling AppendDataToContentStream(data) which was then going into the section for "ContentTransferEncoding.QuotedPrintable".