dandre <andr...@gmx.net> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12649>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to