March 2003
Intermediate to advanced
656 pages
39h 30m
English
getaddresses
getaddresses(L)Parses each item of L, a list of address
strings as used in header fields such as To and
Cc, and returns a list of pairs of strings
(
name,email_address
).
When getaddresses cannot parse an item of
L as an address,
getaddresses uses (None,None)
as the corresponding item in the list it returns.