| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"""
- It needlessly used the makefile() method for each response that is
read from the SMTP server.
- If the remote SMTP server closes the connection unexpectedly the
code raised an IndexError. It now raises an SMTPServerDisconnected
exception instead.
- The code now checks that all lines in a multiline response actually
contains an error code.
"""
The Dragon approves.
|
| |
|
|
| |
Take opportunity to add more explanatory messages to exceptions.
|
| |
|
|
| |
empty. Make sure there is a space when there are options.
|
| | |
|
| |
|
|
| |
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.
|
| |
|