diff options
-rw-r--r-- | Changelog | 24 |
1 files changed, 18 insertions, 6 deletions
@@ -1,13 +1,25 @@ interimap (0.3) upstream; - * Fix byte count for compression streams. - * Add an option 'SSL_protocols' to list SSL protocols to enable or + + New script 'pullimap', to pull mails from an IMAP mailbox and + deliver them to a SMTP session. + + Convert manpage format from groff to pandoc. + + interimap: Add support for IMAP NOTIFY [RFC 5465]. + + 'fingerprint' now only pins the cert's SPKI, not the cert itself + (require Net::SSLeay >=1.73). + - Fix byte count for compression streams. + - Add an option 'SSL_protocols' to list SSL protocols to enable or disable. The default value, "!SSLv2 !SSLv3", enables only TLSv1 and above. - * New script 'pullimap', to pull mails from an IMAP mailbox and - deliver them to a SMTP session. - - -- Guilhem Moulin <guilhem@guilhem.org> Mon, 28 Sep 2015 01:16:47 +0200 + - Ensure "inbox" is always used in upper-case internally. + - Ensure the FD_CLOEXEC bit is 1 on sockets, logger and state files. + - Try again if connect(2) was interrupted. + - interimap: fix memory leak. + - interimap: use SQLite's own locking mechanism (instead of rolling + our own). + - interimap: when resuming a sync, only consider UIDs greater than a + known UIDNEXT. + + -- Guilhem Moulin <guilhem@guilhem.org> Thu, 01 Dec 2016 14:37:50 +0100 interimap (0.2) upstream; |