cpython/Lib/email
Barry Warsaw 24fd0252c4 parseaddr(): Don't use rfc822.parseaddr() because this now implies a
double call to AddressList.getaddrlist(), and /that/ always returns an
empty list for the second and subsequent calls.

Instead, instantiate an AddressList directly, and get the parsed
addresses out of the addresslist attribute.
2002-04-15 22:00:25 +00:00
..
Charset.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Encoders.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Errors.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Generator.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Header.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Iterators.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEAudio.py Docstring typo fix. 2001-11-24 15:49:53 +00:00
MIMEBase.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEImage.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEMessage.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEText.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Message.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Parser.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Utils.py parseaddr(): Don't use rfc822.parseaddr() because this now implies a 2002-04-15 22:00:25 +00:00
__init__.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
base64MIME.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
quopriMIME.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00