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 dandre
Recipients dandre, r.david.murray
Date 2011-07-28.14:16:58
SpamBayes Score 0.013298573
Marked as misclassified No
Message-id <1311862618.94.0.976298130654.issue12649@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for pointing out my wrong usage of Header.

Does this mean I should call Header.append() for each token, with tokens being separated by WS, or probably rather COMMASPACE in the case of To:? Or does it mean I should call Header.append() for each "logical" token of From: and To:, let's say, for the two parts returned by email.utils.parseaddr()?

Please excuse me if this is not the right place to discuss this, but I'm unaware of any place on the Web wehre these questions are addressed.
History
Date User Action Args
2011-07-28 14:16:58dandresetrecipients: + dandre, r.david.murray
2011-07-28 14:16:58dandresetmessageid: <1311862618.94.0.976298130654.issue12649@psf.upfronthosting.co.za>
2011-07-28 14:16:58dandrelinkissue12649 messages
2011-07-28 14:16:58dandrecreate