mirror of
https://github.com/python/cpython.git
synced 2025-11-18 18:31:56 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base64MIME.py | ||
| Charset.py | ||
| Encoders.py | ||
| Errors.py | ||
| Generator.py | ||
| Header.py | ||
| Iterators.py | ||
| Message.py | ||
| MIMEAudio.py | ||
| MIMEBase.py | ||
| MIMEImage.py | ||
| MIMEMessage.py | ||
| MIMEText.py | ||
| Parser.py | ||
| quopriMIME.py | ||
| Utils.py | ||