| OLD | NEW |
| (Empty) |
| 1 8.1.0 (2008-05-18) | |
| 2 ================== | |
| 3 | |
| 4 Fixes | |
| 5 ----- | |
| 6 - The deprecated mktap API is no longer used (#3127) | |
| 7 | |
| 8 | |
| 9 8.0.0 (2008-03-17) | |
| 10 ================== | |
| 11 | |
| 12 Features | |
| 13 -------- | |
| 14 - Support CAPABILITY responses that include atoms of the form "FOO" and | |
| 15 "FOO=BAR" in IMAP4 (#2695) | |
| 16 - Parameterize error handling behavior of imap4.encoder and imap4.decoder. | |
| 17 (#2929) | |
| 18 | |
| 19 Fixes | |
| 20 ----- | |
| 21 - Handle empty passwords in SMTP auth. (#2521) | |
| 22 - Fix IMAP4Client's parsing of literals which are not preceeded by whitespace. | |
| 23 (#2700) | |
| 24 - Handle MX lookup suceeding without answers. (#2807) | |
| 25 - Fix issues with aliases(5) process support. (#2729) | |
| 26 | |
| 27 Misc | |
| 28 ---- | |
| 29 - #2371, #2123, #2378, #739, #2640, #2746, #1917, #2266, #2864, #2832, #2063, | |
| 30 #2865, #2847 | |
| 31 | |
| 32 | |
| 33 0.4.0 (2007-01-06) | |
| 34 ================== | |
| 35 | |
| 36 Features | |
| 37 -------- | |
| 38 - Plaintext POP3 logins are now possible over SSL or TLS (#1809) | |
| 39 | |
| 40 Fixes | |
| 41 ----- | |
| 42 - ESMTP servers now greet with an "ESMTP" string (#1891) | |
| 43 - The POP3 client can now correctly deal with concurrent POP3 | |
| 44 retrievals (#1988, #1691) | |
| 45 - In the IMAP4 server, a bug involving retrieving the first part | |
| 46 of a single-part message was fixed. This improves compatibility | |
| 47 with Pine (#1978) | |
| 48 - A bug in the IMAP4 server which caused corruption under heavy | |
| 49 pipelining was fixed (#1992) | |
| 50 - More strict support for the AUTH command was added to the SMTP | |
| 51 server, to support the AUTH <mechanism> | |
| 52 <initial-authentication-data> form of the command (#1552) | |
| 53 - An SMTP bug involving the interaction with validateFrom, which | |
| 54 caused multiple conflicting SMTP messages to be sent over the wire, | |
| 55 was fixed (#2158) | |
| 56 | |
| 57 Misc | |
| 58 ---- | |
| 59 - #1648, #1801, #1636, #2003, #1936, #1202, #2051, #2072, #2248, #2250 | |
| 60 | |
| 61 0.3.0 (2006-05-21) | |
| 62 ================== | |
| 63 | |
| 64 Features | |
| 65 -------- | |
| 66 - Support Deferred results from POP3's IMailbox.listMessages (#1701). | |
| 67 | |
| 68 Fixes | |
| 69 ----- | |
| 70 - Quote usernames and passwords automatically in the IMAP client (#1411). | |
| 71 - Improved parsing of literals in IMAP4 client and server (#1417). | |
| 72 - Recognize unsolicted FLAGS response in IMAP4 client (#1105). | |
| 73 - Parse and respond to requests with multiple BODY arguments in IMAP4 | |
| 74 server (#1307). | |
| 75 - Misc: #1356, #1290, #1602 | |
| 76 | |
| 77 0.2.0: | |
| 78 - SMTP server: | |
| 79 - Now gives application-level code opportunity to set a different | |
| 80 Received header for each recipient of a multi-recipient message. | |
| 81 - IMAP client: | |
| 82 - New `startTLS' method to allow explicit negotiation of transport | |
| 83 security. | |
| 84 - POP client: | |
| 85 - Support for per-command timeouts | |
| 86 - New `startTLS' method, similar to the one added to the IMAP | |
| 87 client. | |
| 88 - NOOP, RSET, and STAT support added | |
| 89 - POP server: | |
| 90 - Bug handling passwords of "" fixed | |
| 91 | |
| 92 | |
| 93 0.1.0: | |
| 94 - Tons of bugfixes in IMAP4, POP3, and SMTP protocols | |
| 95 - Maildir append support | |
| 96 - Brand new, improved POP3 client (twisted.mail.pop3.AdvancedPOP3Client) | |
| 97 - Deprecated the old POP3 client (twisted.mail.pop3.POP3Client) | |
| 98 - SMTP client: | |
| 99 - Support SMTP AUTH | |
| 100 - Allow user to supply SSL context | |
| 101 - Improved error handling, via new exception classes and an overridable | |
| 102 hook to customize handling. | |
| 103 - Order to try the authenication schemes is user-definable. | |
| 104 - Timeout support. | |
| 105 - SMTP server: | |
| 106 - Properly understand <> sender. | |
| 107 - Parameterize remote port | |
| 108 - IMAP4: | |
| 109 - LOGIN authentication compatibility improved | |
| 110 - Improved unicode mailbox support | |
| 111 - Fix parsing/handling of "FETCH BODY[HEADER]" | |
| 112 - Many many quoting fixes | |
| 113 - Timeout support on client | |
| OLD | NEW |