This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maxking
Recipients barry, maxking, msapiro, r.david.murray
Date 2017-11-27.22:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511820251.46.0.213398074469.issue32144@psf.upfronthosting.co.za>
In-reply-to
Content
I understand that the line endings are meant for "outputs", but what constitutes as output in this case?

I now see that `EmailMessage.as_string()` gives me `\r\n` as line endings and, which is probably what you mean by output and `get_content()` given me internal representation of the Email's content?
History
Date User Action Args
2017-11-27 22:04:11maxkingsetrecipients: + maxking, barry, msapiro, r.david.murray
2017-11-27 22:04:11maxkingsetmessageid: <1511820251.46.0.213398074469.issue32144@psf.upfronthosting.co.za>
2017-11-27 22:04:11maxkinglinkissue32144 messages
2017-11-27 22:04:11maxkingcreate