Splitting a list of addresses

Nicholas Cole <[email protected]> Sun, 2 Oct 2011 08:45:52 +0100
Newsgroups gmane.comp.python.mime.devel
Message-ID <CAAu18hcfH1-oYNO0cqfG2M9YBWKHH7M89D0gAppHm8B9TiBvAw@mail.gmail.com>
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.