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 Eric Lafontaine
Recipients Eric Lafontaine, Henning.von.Bargen, maciej.szulik, r.david.murray
Date 2016-12-19.02:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482115996.51.0.700254702314.issue28879@psf.upfronthosting.co.za>
In-reply-to
Content
forgot to re-post the to-do, and to correct the documentation :
List of things to do :
- Implement a patch for the code to add a missing "Date" field if it doesn't exist .   (in review)
- Modify the documentation at the SMTPLib for the send_message to mention that it add missing date using the email.utils.formatdate 
- Modify the comment of the send_message code to mention RFC 5322 in there (ideally with the section of the RFC).  ( in review)
- Modify the example of Python 2 to present a RFC 5322 examples 

Feedback welcome as always!
History
Date User Action Args
2016-12-19 02:53:16Eric Lafontainesetrecipients: + Eric Lafontaine, r.david.murray, maciej.szulik, Henning.von.Bargen
2016-12-19 02:53:16Eric Lafontainesetmessageid: <1482115996.51.0.700254702314.issue28879@psf.upfronthosting.co.za>
2016-12-19 02:53:16Eric Lafontainelinkissue28879 messages
2016-12-19 02:53:16Eric Lafontainecreate