| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge with Python 1.5.2+ version of this module. Also include | bwarsaw | 1999-07-12 | 1 | -4/+42 |
| | | | | | | | | | | | potential fix for bogus recip header bug... e.g., when To: : you get a traceback from m.getaddrlist('to') | ||||
| * | Installing latest editions from the Python development tree. This | bwarsaw | 1999-01-14 | 1 | -13/+13 |
| | | | | | fixes several bugs uncovered in Mailman and other testing. | ||||
| * | getaddrlist(): fixes to handle continuation lines, and watching for | bwarsaw | 1999-01-14 | 1 | -1/+7 |
| | | | | | already existing commas. Should do a better job. | ||||
| * | New proposed change to standard library module. Get rid of | bwarsaw | 1999-01-13 | 1 | -24/+11 |
| | | | | | | | | getallrecipients() and just make getaddrlist() do the right thing (scan all matching headers, not just the first one). Patch submitted to Guido. | ||||
| * | getallrecipients(): returns a tuple list of all To: and Cc: header | bwarsaw | 1999-01-12 | 1 | -0/+16 |
| | | | | | recipients, parsed with AddressList() | ||||
| * | Copied from Python 1.5.2 since we'll need the new interface. | bwarsaw | 1999-01-12 | 1 | -0/+904 |
