diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 15:37:01 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 15:37:01 +0100 |
commit | 3edd36d6c419a6bb057a31270422e82e3a140873 (patch) | |
tree | 18560edb8ae1accc5a89d9533c2eb95b6ef8261e /Changelog | |
parent | bf57c46e0292f64a637fcee92abcdc0e79c6c53e (diff) | |
parent | d5b28183b91b0931db1d185ea04cbeae4a70a677 (diff) |
Merge tag 'upstream/0.3' into debian
Upstream version 0.3
Diffstat (limited to 'Changelog')
-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; |