| Commit message (Expand) | Author | Age | Files | Lines |
* | smtplib: limit amount read from the network (closes #16042) | Benjamin Peterson | 2014-12-06 | 1 | -2/+9 |
|
|
* | #22215: have the smtplib 'quit' command reset the state. | R David Murray | 2014-08-30 | 1 | -0/+4 |
|
|
* | #18179: reflow paragraphs. | R David Murray | 2013-06-23 | 1 | -15/+17 |
|
|
* | #18179: document the local_hostname parameter. | R David Murray | 2013-06-23 | 1 | -3/+6 |
|
|
* | #2118: clarify smtplib exception documentation. | R David Murray | 2013-04-13 | 1 | -2/+3 |
|
|
* | #13163: fix names of _get_socket args | R David Murray | 2013-04-02 | 1 | -2/+2 |
|
|
* | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|
|
* | Provide a better diagnosis on socket errors | Antoine Pitrou | 2011-08-27 | 1 | -2/+4 |
|
|
* | #7484: no more <> around addresses in VRFY or EXPN | R David Murray | 2011-07-19 | 1 | -2/+9 |
|
|
* | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ... | Antoine Pitrou | 2011-05-07 | 1 | -2/+4 |
|
|
* | smtlib.py PEP8 normalization via pep8.py script. | Giampaolo Rodolà | 2011-02-24 | 1 | -60/+75 |
|
|
* | Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns | R. David Murray | 2009-05-23 | 1 | -3/+4 |
|
|
* | Issue 4929: Handle socket errors when receiving | Kristján Valur Jónsson | 2009-01-15 | 1 | -1/+4 |
|
|
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -2/+4 |
|
|
* | #2248: return result of QUIT from quit(). | Georg Brandl | 2008-03-27 | 1 | -1/+2 |
|
|
* | Issue #2143: Fix embedded readline() hang on SSL socket EOF. | Sean Reifscheider | 2008-03-20 | 1 | -0/+1 |
|
|
* | Issue 1776581. Minor corrections to smtplib, and two small tests. | Facundo Batista | 2008-02-23 | 1 | -2/+2 |
|
|
* | Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 | Gregory P. Smith | 2008-01-17 | 1 | -10/+30 |
|
|
* | Comply with RFC 3207. | Gregory P. Smith | 2008-01-17 | 1 | -0/+8 |
|
|
* | More work on SSL support. | Bill Janssen | 2007-09-10 | 1 | -2/+2 |
|
|
* | remove use of non-existent SSLFakeSocket in apparently untested code | Bill Janssen | 2007-08-31 | 1 | -4/+2 |
|
|
* | Don't lie in __all__ attributes when SSL is not available: only add the SSL | Thomas Wouters | 2007-08-30 | 1 | -1/+3 |
|
|
* | This contains a number of things: | Bill Janssen | 2007-08-29 | 1 | -61/+54 |
|
|
* | Added timeout to smtplib (to SMTP and SMTP_SSL). Also created | Facundo Batista | 2007-03-28 | 1 | -25/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-03-12 | 1 | -1/+1 |
|
|
* | Simplify a little by handling the TCP case first. | Neal Norwitz | 2007-03-10 | 1 | -16/+16 |
|
|
* | Patch #957003: Implement smtplib.LMTP. | Martin v. Löwis | 2007-03-09 | 1 | -1/+46 |
|
|
* | Use new email module names (#1637162, #1637159, #1637157). | Georg Brandl | 2007-01-22 | 1 | -3/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 1 | -1/+1 |
|
|
* | Patch #1567274: Support SMTP over TLS. | Martin v. Löwis | 2006-10-27 | 1 | -5/+34 |
|
|
* | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -1/+1 |
|
|
* | bug #1257988: don't bail out on gethostbyname(gethostname()) failure | Georg Brandl | 2006-03-31 | 1 | -1/+5 |
|
|
* | Bug #1430298: It is now possible to send a mail with an empty | Georg Brandl | 2006-02-17 | 1 | -1/+4 |
|
|
* | SMTP.help() was returning a tuple instead of the promised text. | Kurt B. Kaiser | 2005-06-26 | 1 | -1/+1 |
|
|
* | Replace list of constants with tuples of constants. | Raymond Hettinger | 2005-02-06 | 1 | -1/+1 |
|
|
* | Patch #1100140: improved smtp connect debugging | Johannes Gijsbers | 2005-01-16 | 1 | -2/+2 |
|
|
* | Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is | Johannes Gijsbers | 2005-01-08 | 1 | -2/+2 |
|
|
* | Patch #1075928: AUTH PLAIN in smtplib. | Johannes Gijsbers | 2004-12-06 | 1 | -1/+1 |
|
|
* | Debug output is now printed to sys.stderr . | Brett Cannon | 2004-07-10 | 1 | -9/+10 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -4/+4 |
|
|
* | Patch #572031: AUTH method LOGIN for smtplib | Martin v. Löwis | 2002-10-06 | 1 | -1/+1 |
|
|
* | smptlib did not handle empty addresses. | Raymond Hettinger | 2002-09-05 | 1 | -3/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 1 | -1/+1 |
|
|
* | Patch #586999: Fix multiline string in sendmail example. | Martin v. Löwis | 2002-07-28 | 1 | -1/+1 |
|
|
* | remove o/s dependancy from test | Piers Lauder | 2002-07-27 | 1 | -7/+32 |
|
|
* | Remove uses of the string and types modules: | Walter Dörwald | 2002-06-03 | 1 | -2/+1 |
|
|
* | Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint. | Martin v. Löwis | 2002-06-02 | 1 | -0/+2 |
|
|
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-02 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Replace '== None' with 'is None' | Raymond Hettinger | 2002-05-31 | 1 | -1/+1 |
|
|