| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
`raise' here since we may be running under Python 1.5. I don't use
Utils.reraise() because I don't want to import Utils, so just do the
manual sys import and raise.
|
| |
|
|
| |
safe filename generation across fork() related children.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Pythons. When Mailman requires a newer version of a standard Python
library than can be required to already be installed, we copy the .py
file to this directory. This makes it easier to remove later when
that version of Python is required.
Other than the standard package and CVS boilerplate, smtplib.py is the
latest almost-Python-1.5.2 version.
|
| |
|
|
| |
Emacs ;-)
|
| |
|
|
| |
bugs in various docstrings.
|
| |
|
|
|
|
|
| |
instead of a list, turn it into a list containing that string. This
avoids an apparently common newbie mistake -- passing in a single
string for the destination and have it treated as a sequence of
characters.
|
| | |
|
| |
|
|
|
|
|
|
| |
I did some bugfixes, and fixed a major problem with the esmtp suport (I
think the person who did that part misunderstood RFC1869) Some of the
interface fer esmtp-related things has changed as a result.
I also added some documentation to the SMTP class' docstring.
|
| |
|
|
| |
by Carey Evans <c.evans@clear.net.nz>, for picky mail servers.
|
| |
|
|
| |
in comments and doc strings.
|
| | |
|
| | |
|
| |
|
|
|
| |
Ok, I fixed the quotes, along with a bug or two.
Also added another exception.
|
| |
|