From 849d5668da8d10c9fd0d05aeeb6519c01ce1d8af Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 29 Jul 2017 13:38:46 +0200 Subject: Add missing changelog entry. --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 36cbb23..4d88835 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,7 @@ interimap (0.4) UNRELEASED (received by the IMAP FETCH ENVELOPE command) by the null sender address <>. - Ensure the lower bound of UID ranges is at least 1. + - Fix manpage generation with pandoc >=1.18. -- Guilhem Moulin Tue, 06 Dec 2016 17:37:01 +0100 -- cgit v1.2.3 From a32fd7afe3bff2bcea198ef62653fcde2b31534d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 26 Apr 2018 16:51:23 +0200 Subject: Fix manpage generation with pandoc >=2.1 --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 4d88835..b901114 100644 --- a/Changelog +++ b/Changelog @@ -4,7 +4,7 @@ interimap (0.4) UNRELEASED (received by the IMAP FETCH ENVELOPE command) by the null sender address <>. - Ensure the lower bound of UID ranges is at least 1. - - Fix manpage generation with pandoc >=1.18. + - Fix manpage generation with pandoc >=2.1. -- Guilhem Moulin Tue, 06 Dec 2016 17:37:01 +0100 -- cgit v1.2.3 From a95890cc5c18a2c4a16d6929b2725c6ba3fc3e5e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 9 May 2018 01:03:28 +0200 Subject: Library: new API idle_start() and idle_stop(). --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index b901114..74b36fb 100644 --- a/Changelog +++ b/Changelog @@ -3,6 +3,7 @@ interimap (0.4) UNRELEASED * pullimap: replace non RFC 5321-compliant envelope sender addresses (received by the IMAP FETCH ENVELOPE command) by the null sender address <>. + + Library: new API idle_start() and idle_stop(). - Ensure the lower bound of UID ranges is at least 1. - Fix manpage generation with pandoc >=2.1. -- cgit v1.2.3 From c41c280d3a1243ae445311e1ededd1dedc1484c3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 9 May 2018 01:11:55 +0200 Subject: Add support for untagged ESEARCH responses from RFC 4731. --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 74b36fb..f2fee83 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,7 @@ interimap (0.4) UNRELEASED (received by the IMAP FETCH ENVELOPE command) by the null sender address <>. + Library: new API idle_start() and idle_stop(). + + Add support for untagged ESEARCH responses from RFC 4731. - Ensure the lower bound of UID ranges is at least 1. - Fix manpage generation with pandoc >=2.1. -- cgit v1.2.3