Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch #859286: documentation bool change fix | Raymond Hettinger | 2003-12-31 | 1 | -2/+3 |
| | | | | (Contributed by George Yoshida.) | ||||
* | Clean-up example code: remove string module and backticks. | Raymond Hettinger | 2003-09-22 | 1 | -3/+2 |
| | |||||
* | ^D means EOF on Unix but not on Windows. Expand the example's prompt to | Tim Peters | 2003-06-15 | 1 | -5/+5 |
| | | | | | | tell Windows Truth too. Bugfix candidate. | ||||
* | There's no such method as has_option() -- should be has_extn(). | Greg Ward | 2003-01-08 | 1 | -2/+2 |
| | |||||
* | Add local_hostname to SMTP.__init__(). | Neil Schemenauer | 2002-03-24 | 1 | -1/+2 |
| | |||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -6/+4 |
| | |||||
* | Markup adjustments for consistency. | Fred Drake | 2001-09-14 | 1 | -5/+6 |
| | |||||
* | SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib | Guido van Rossum | 2001-09-14 | 1 | -0/+8 |
| | | | | | | | | | | | This patch adds the features from RFC 2487 (Secure SMTP over TLS) to the smtplib module: - A starttls() function - Wrapper classes that simulate enough of sockets and files for smtplib, but really wrap a SSLObject - reset the list of known SMTP extensions at each call of ehlo(). This should have been the case anyway. | ||||
* | Documentation for the new login() method of the smtplib.SMTP class, | Fred Drake | 2001-09-11 | 1 | -0/+18 |
| | | | | | contributed by Gerhard Häring. This is part of SF patch #460112. | ||||
* | Fix bug in smtplib example: the prompt said to end the message with ^D, | Fred Drake | 2001-05-20 | 1 | -3/+6 |
| | | | | | | | but doing so raised EOFError. This makes it work as advertised and converts to string methods where reasonable. This closes SF bug #424776. | ||||
* | Replace minimal \seetext references with better annotated \seerfc | Fred Drake | 2000-10-03 | 1 | -7/+8 |
| | | | | | references, telling the reader more about what to expect at the other end of the links. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Removed bogus connect() call in SMTP example; reported by Travis | Fred Drake | 2000-04-05 | 1 | -12/+0 |
| | | | | | | B. Hartwell <slt5v@cc.usu.edu>. Removed second copy of the "See also" section! | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -18/+35 |
| | | | | (Very rough.) | ||||
* | Use \citetitle instead of \emph. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
| | |||||
* | Added descriptions of the various exceptions, based on the docstrings. | Fred Drake | 1999-04-22 | 1 | -24/+65 |
| | | | | Various small cleanups. | ||||
* | Important fix mentioned by The Dragon De Monsyne: the sendmail() | Guido van Rossum | 1999-04-21 | 1 | -2/+1 |
| | | | | | method does _not_ disconnect the connection when it throws a SMTPHeloError! | ||||
* | Updated documentation by Per Cederqvist. I've added back the | Guido van Rossum | 1999-04-07 | 1 | -15/+58 |
| | | | | | documentation sendmail() to reflect the changes by The Dragon (see smtplib.py checkin). | ||||
* | Add an explanation about what the example does and doesn't do. | Fred Drake | 1998-12-22 | 1 | -2/+7 |
| | | | | | Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;) | ||||
* | Do all the right imports. Problem reported by Martijn Faassen | Fred Drake | 1998-11-30 | 1 | -1/+2 |
| | | | | <faassen@vet.uu.nl>. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+3 |
| | | | | Fix up a few synopses. | ||||
* | In the example, make sure all the imports are done. | Fred Drake | 1998-08-07 | 1 | -3/+2 |
| | |||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands | Fred Drake | 1998-07-01 | 1 | -29/+36 |
| | | | | | | are in the appropriate sections. Some minor nits. | ||||
* | Use the real name of the module: "smtplib", not "smtp". | Fred Drake | 1998-06-30 | 1 | -56/+73 |
| | | | | | | Use logical (& consistent) markup. Added a see-also section at the end. | ||||
* | Contributions by Eric Raymond: documentation for modules | Guido van Rossum | 1998-06-28 | 1 | -0/+144 |
cmd, multifile and smtplib. |