summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-12-11 13:15:27 -0800
committerKevin McCarthy <kevin@8t8.us>2021-12-11 13:15:27 -0800
commit93ef06aea37491693155af8192fbf6eee7f72312 (patch)
tree124e64c3d68e184aee1056d846c19ba2ce99c1e3
parent138abb63a4e26dba2f143f2df52a46eff8e3f665 (diff)
automatic post-release commit for mutt-2.1.4mutt-2-1-4-rel
-rw-r--r--ChangeLog34
-rw-r--r--VERSION2
2 files changed, 35 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 514e8640..e88223e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2021-12-11 13:11:39 -0800 Kevin McCarthy <kevin@8t8.us> (138abb63)
+
+ * Update UPDATING for 2.1.4.
+
+M UPDATING
+
+2021-12-07 14:28:18 -0800 Kevin McCarthy <kevin@8t8.us> (cc117960)
+
+ * Loosen imap_open_mailbox() SELECT response data parsing.
+
+ DavMail is putting more than one space between '*' and the EXISTS
+ count, e.g. '* 5 EXISTS'
+
+ Strictly speaking, this is disallowed by RFC3501 (see Section 9, Note
+ 2). However, there is also no good reason for imap_open_mailbox() to
+ be stricter than the untagged handler, which correctly extracts the
+ count.
+
+ Add a check to make sure we are looking at an untagged response, and
+ then use imap_next_word() rather than just incrementing by two.
+
+ Thank you to Michael Gernoth (@stargo) for debugging this issue,
+ creating a merge request with a possible fix, and helping to test this
+ commit.
+
+M imap/imap.c
+
+2021-09-10 13:18:49 -0700 Kevin McCarthy <kevin@8t8.us> (987dde4c)
+
+ * automatic post-release commit for mutt-2.1.3
+
+M ChangeLog
+M VERSION
+
2021-09-10 13:12:50 -0700 Kevin McCarthy <kevin@8t8.us> (a7d54a9f)
* Update UPDATING for 2.1.3.
diff --git a/VERSION b/VERSION
index ac2cdeba..7d2ed7c7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.3
+2.1.4