Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. | Antoine Pitrou | 2009-05-15 | 1 | -4/+2 |
| | |||||
* | #1389051: IMAP module tries to read entire message in one chunk. Patch by ↵ | Andrew M. Kuchling | 2008-02-23 | 1 | -1/+1 |
| | | | | Fredrik Lundh. | ||||
* | More work on SSL support. | Bill Janssen | 2007-09-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Much expanded test suite: All protocols tested against all other protocols. All protocols tested with all certificate options. Tests for bad key and bad cert. Test of STARTTLS functionality. Test of RAND_* functions. * Fixes for threading/malloc bug. * Issue 1065 fixed: sslsocket class renamed to SSLSocket. sslerror class renamed to SSLError. Function "wrap_socket" now used to wrap an existing socket. * Issue 1583946 finally fixed: Support for subjectAltName added. Subject name now returned as proper DN list of RDNs. * SSLError exported from socket as "sslerror". * RAND_* functions properly exported from ssl.py. * Documentation improved: Example of how to create a self-signed certificate. Better indexing. | ||||
* | remove mentions of socket.ssl in comments | Bill Janssen | 2007-08-31 | 1 | -3/+1 |
| | |||||
* | Don't lie in __all__ attributes when SSL is not available: only add the SSL | Thomas Wouters | 2007-08-30 | 1 | -1/+2 |
| | | | | classes when they are actually created. | ||||
* | This contains a number of things: | Bill Janssen | 2007-08-29 | 1 | -65/+70 |
| | | | | | | | | | | | | | | | | 1) Improve the documentation of the SSL module, with a fuller explanation of certificate usage, another reference, proper formatting of this and that. 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close(). Remove some unused code from ssl.py. Allow accept() to be called on sslsocket sockets. 3) Use try-except-else in import of ssl in socket.py. Deprecate use of socket.ssl(). 4) Remove use of socket.ssl() in every library module, except for test_socket_ssl.py and test_ssl.py. | ||||
* | Patch #1605192: list allowed states in error messages for imaplib. | Georg Brandl | 2007-03-13 | 1 | -4/+8 |
| | |||||
* | updated __version__ | Piers Lauder | 2005-08-31 | 1 | -1/+1 |
| | |||||
* | changed select() so readonly flag is treated as a boolean | Piers Lauder | 2005-08-31 | 1 | -4/+4 |
| | |||||
* | fixed tag generation to avoid null tags | Piers Lauder | 2005-07-05 | 1 | -2/+2 |
| | |||||
* | added GET/SETANNOTATION methods | Piers Lauder | 2005-06-01 | 1 | -9/+36 |
| | |||||
* | Fix bug in InternalDate regexp that failed to allow leading 0 in day - ↵ | Piers Lauder | 2005-03-02 | 1 | -1/+1 |
| | | | | courtesy of Rimon Barr <rimon.barr@cornell.edu> | ||||
* | Fix bug in _checkquote that raised an exception on empty "arg". | Piers Lauder | 2004-10-08 | 1 | -2/+2 |
| | |||||
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify ↵ | Piers Lauder | 2004-08-10 | 1 | -3/+5 |
| | | | | doc string for select to indicate proper way to obtain other responses. | ||||
* | Patch #998149: imaplib deleteacl and myrights. | Martin v. Löwis | 2004-07-27 | 1 | -0/+15 |
| | |||||
* | Added IMAP4_stream to __all__ | Piers Lauder | 2004-06-02 | 1 | -1/+1 |
| | |||||
* | Fixed IMAP4_SSL read bug introduced by patch 956394 | Piers Lauder | 2004-05-20 | 1 | -1/+1 |
| | |||||
* | Fixed IMAP4_SSL read and readlines code per patch 956394 | Piers Lauder | 2004-05-20 | 1 | -7/+10 |
| | |||||
* | fix name in setacl method doc string | Piers Lauder | 2004-03-25 | 1 | -1/+1 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+3 |
| | | | | From SF patch #852334. | ||||
* | Patch #798297: Add IMAP THREAD command. | Martin v. Löwis | 2003-11-10 | 1 | -0/+11 |
| | |||||
* | Comment out cap, it was unused. | Neal Norwitz | 2003-06-29 | 1 | -1/+2 |
| | | | | Should all the commented out code be removed? | ||||
* | improved CRLF regex for previous fix | Piers Lauder | 2003-04-29 | 1 | -1/+1 |
| | |||||
* | added code to canonicalise line endings in data sent via "append" - fix for ↵ | Piers Lauder | 2003-04-29 | 1 | -2/+3 |
| | | | | bug report 723962 | ||||
* | Replace criterium with criterion. Fixes #705120. | Martin v. Löwis | 2003-03-27 | 1 | -1/+1 |
| | |||||
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -8/+8 |
| | |||||
* | Fix NameError in getquotaroot(), sanctioned by Piers. | Guido van Rossum | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2002-11-24 | 1 | -2/+2 |
| | |||||
* | added new IMAP4_stream class; added proxyauth command; added login_cram_md5 ↵ | Piers Lauder | 2002-11-22 | 1 | -12/+109 |
| | | | | method | ||||
* | Added missing class to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) | Raymond Hettinger | 2002-06-30 | 1 | -2/+1 |
| | |||||
* | fix incorrect size calc. in IMAP4_SSL.read | Piers Lauder | 2002-06-24 | 1 | -1/+1 |
| | |||||
* | Fix IMAP4_SSL read and send methods to take account of short data | Piers Lauder | 2002-06-23 | 1 | -3/+16 |
| | |||||
* | Whitespace normalization (tabs -> spaces) | Neal Norwitz | 2002-06-17 | 1 | -5/+5 |
| | |||||
* | Add IMAP4 QUOTA extension methods | Piers Lauder | 2002-06-17 | 1 | -2/+37 |
| | |||||
* | open method changed to use arguments and set instance host/port values ↵ | Piers Lauder | 2002-06-05 | 1 | -8/+12 |
| | | | | (instead of __init__) | ||||
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -13/+13 |
| | |||||
* | Replaced boolean test with is None | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -1/+1 |
| | |||||
* | fixed missing IMAP4_SSL_PORT | Piers Lauder | 2002-03-08 | 1 | -1/+2 |
| | |||||
* | add SSL class submitted by Tino Lange | Piers Lauder | 2002-03-08 | 1 | -1/+74 |
| | |||||
* | moved command logging routines into IMAP4 class: thread safe/faster | Piers Lauder | 2002-02-22 | 1 | -56/+65 |
| | |||||
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 | 1 | -8/+1 |
| | | | | | Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method. | ||||
* | Time2Internaldate(): Call isinstance() once for each of the type tests | Fred Drake | 2002-01-05 | 1 | -4/+4 |
| | | | | | instead of possibly twice by using a sequence of types to check for. Add a message to the ValueError that can be raised. | ||||
* | Check for time.struct_time in addition to tuples. Use 3 characters | Martin v. Löwis | 2002-01-05 | 1 | -5/+5 |
| | | | | for zone hours. Fixes #499169. | ||||
* | Whitespace normalization. | Tim Peters | 2001-10-30 | 1 | -1/+1 |
| | |||||
* | Make tabnanny happy. (Piers, please run the test suite before | Guido van Rossum | 2001-10-22 | 1 | -7/+7 |
| | | | | | checking in changes. The test suite requires consistent use of spaces and tabs.) | ||||
* | update version number | Piers Lauder | 2001-10-21 | 1 | -1/+1 |
| |