summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsmtplib.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-344/+0
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-0/+4
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-14/+37
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+12
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+6
* Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs.Georg Brandl2005-06-251-7/+8
* SF patch #859286: documentation bool change fixRaymond Hettinger2003-12-311-2/+3
* Clean-up example code: remove string module and backticks.Raymond Hettinger2003-09-221-3/+2
* ^D means EOF on Unix but not on Windows. Expand the example's prompt toTim Peters2003-06-151-5/+5
* There's no such method as has_option() -- should be has_extn().Greg Ward2003-01-081-2/+2
* Add local_hostname to SMTP.__init__().Neil Schemenauer2002-03-241-1/+2
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-6/+4
* Markup adjustments for consistency.Fred Drake2001-09-141-5/+6
* SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplibGuido van Rossum2001-09-141-0/+8
* Documentation for the new login() method of the smtplib.SMTP class,Fred Drake2001-09-111-0/+18
* Fix bug in smtplib example: the prompt said to end the message with ^D,Fred Drake2001-05-201-3/+6
* Replace minimal \seetext references with better annotated \seerfcFred Drake2000-10-031-7/+8
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
* Removed bogus connect() call in SMTP example; reported by TravisFred Drake2000-04-051-12/+0
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-18/+35
* Use \citetitle instead of \emph.Fred Drake1999-11-091-4/+4
* Added descriptions of the various exceptions, based on the docstrings.Fred Drake1999-04-221-24/+65
* Important fix mentioned by The Dragon De Monsyne: the sendmail()Guido van Rossum1999-04-211-2/+1
* Updated documentation by Per Cederqvist. I've added back theGuido van Rossum1999-04-071-15/+58
* Add an explanation about what the example does and doesn't do.Fred Drake1998-12-221-2/+7
* Do all the right imports. Problem reported by Martijn FaassenFred Drake1998-11-301-1/+2
* New section header style.Fred Drake1998-08-101-2/+3
* In the example, make sure all the imports are done.Fred Drake1998-08-071-3/+2
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
* Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commandsFred Drake1998-07-011-29/+36
* Use the real name of the module: "smtplib", not "smtp".Fred Drake1998-06-301-56/+73
* Contributions by Eric Raymond: documentation for modulesGuido van Rossum1998-06-281-0/+144