1. a7613aa Merge: #25591: improve imap tests. by R David Murray · 7 years ago
  2. b079c07 #25591: improve imap tests. by R David Murray · 7 years ago
  3. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  4. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  5. 317f64f #21815: violate IMAP RFC to be compatible with, e.g., gmail by R David Murray · 8 years ago
  6. 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  7. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  8. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  9. 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  10. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  11. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  12. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  13. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  14. 95ff723 #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 10 years ago
  15. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 10 years ago
  16. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  17. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  18. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  19. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  20. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  21. 3bca8ac Improve imap error message in unusual failure mode. by R David Murray · 11 years ago
  22. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  23. 660e89b Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  24. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  25. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 11 years ago
  26. 8aa164b3 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  27. 6cd6f01 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  28. 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  29. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  30. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  31. 8141cc7 Issues #11024: Fixes and additional tests for Time2Internaldate. by Alexander Belopolsky · 12 years ago
  32. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  33. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  34. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  35. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  36. 1f4560c Issue #1441530: In imaplib, read the data in one chunk to speed up large by Charles-François Natali · 13 years ago
  37. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 13 years ago
  38. 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 13 years ago
  39. 41a99bc Issue #10934: Fixed and expanded Internaldate2tuple() and by Alexander Belopolsky · 13 years ago
  40. 33e649c imaplib: IMAP4 constructor closes the socket on error by Victor Stinner · 13 years ago
  41. dbe7519 Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, by Antoine Pitrou · 14 years ago
  42. f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 14 years ago
  43. 81c87c5 Followup to r86383: it seems that in some cases (buildbots), the server by Antoine Pitrou · 14 years ago
  44. dac4791 Forward port r86386 after it fixed the 3.1 buildbot issues by Antoine Pitrou · 14 years ago
  45. d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
  46. b1436f1 Fix IMAP.login() to work properly. by Antoine Pitrou · 14 years ago
  47. f241afa Fix Issue9638 - remove dead code from py3k imaplib by Senthil Kumaran · 14 years ago
  48. 05245f7 #5146: handle UID THREAD command correctly. by Georg Brandl · 14 years ago
  49. 8ae535b Merged revisions 77041 via svnmerge from by Mark Dickinson · 14 years ago
  50. e8dc258 Merged revisions 76726-76727 via svnmerge from by R. David Murray · 14 years ago
  51. c1d0936 Merged revisions 72662 via svnmerge from by Antoine Pitrou · 15 years ago
  52. fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 16 years ago
  53. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  54. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  55. a771209 fix bug 1482: IMAP4 SSL isn't working by Bill Janssen · 16 years ago
  56. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  57. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  58. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  59. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  60. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  61. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  62. be5615e updated __version__ by Piers Lauder · 19 years ago
  63. 14f3940 changed select() so readonly flag is treated as a boolean by Piers Lauder · 19 years ago
  64. 2dfc168 fixed tag generation to avoid null tags by Piers Lauder · 19 years ago
  65. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  66. 8659d90 Fix bug in InternalDate regexp that failed to allow leading 0 in day - courtesy of Rimon Barr <rimon.barr@cornell.edu> by Piers Lauder · 19 years ago
  67. c09acfd Fix bug in _checkquote that raised an exception on empty "arg". by Piers Lauder · 20 years ago
  68. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  69. 6a4e635 Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify doc string for select to indicate proper way to obtain other responses. by Piers Lauder · 20 years ago
  70. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  71. 0659452 Added IMAP4_stream to __all__ by Piers Lauder · 20 years ago
  72. c1e32b6 Fixed IMAP4_SSL read bug introduced by patch 956394 by Piers Lauder · 20 years ago
  73. 8f2b244 Fixed IMAP4_SSL read and readlines code per patch 956394 by Piers Lauder · 20 years ago
  74. f167dc3 fix name in setacl method doc string by Piers Lauder · 20 years ago
  75. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  76. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago
  77. b207170 Comment out cap, it was unused. Should all the commented out code be removed? by Neal Norwitz · 21 years ago
  78. 533366b improved CRLF regex for previous fix by Piers Lauder · 21 years ago
  79. 47404ff added code to canonicalise line endings in data sent via "append" - fix for bug report 723962 by Piers Lauder · 21 years ago
  80. 3ae0f7a Replace criterium with criterion. Fixes #705120. by Martin v. Löwis · 21 years ago
  81. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  82. 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 21 years ago
  83. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  84. e0273de added new IMAP4_stream class; added proxyauth command; added login_cram_md5 method by Piers Lauder · 22 years ago
  85. d8ea2e0 Added missing class to __all__. by Raymond Hettinger · 22 years ago
  86. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  87. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  88. 17031bf fix incorrect size calc. in IMAP4_SSL.read by Piers Lauder · 22 years ago
  89. 0c09293 Fix IMAP4_SSL read and send methods to take account of short data by Piers Lauder · 22 years ago
  90. 1ed564a Whitespace normalization (tabs -> spaces) by Neal Norwitz · 22 years ago
  91. 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 22 years ago
  92. f97b2d7 open method changed to use arguments and set instance host/port values (instead of __init__) by Piers Lauder · 22 years ago
  93. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  94. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  95. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  96. 95f8495 fixed missing IMAP4_SSL_PORT by Piers Lauder · 22 years ago
  97. a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 22 years ago
  98. f2d7d15 moved command logging routines into IMAP4 class: thread safe/faster by Piers Lauder · 22 years ago
  99. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  100. db51920 Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 22 years ago