[Email-SIG] Splitting a list of addresses

Nicholas Cole nicholas.cole at gmail.com
Sun Oct 2 09:45:52 CEST 2011


Dear Email Group,

Given a string containing a list of addresses separated by a comma,
such as one might find in a 'CC' field,  email.utils.parseaddr
correctly parses the first address and then silently ignores all of
the following ones.  Could a version of that function be put into the
library that returned a tuple of tuples, rather than just dropping the
additional information?

Best wishes,

N.


More information about the Email-SIG mailing list