summaryrefslogtreecommitdiffstats
path: root/imap/imapd.c
diff options
context:
space:
mode:
authorSam Varshavchik2018-07-18 08:26:34 -0400
committerSam Varshavchik2018-07-18 08:26:34 -0400
commitc02aaa66da40b085bcdfa5365fdfaf6ca0125c3d (patch)
treea1a52ad194ce3ae7b599e3b2552dda2493dd9626 /imap/imapd.c
parent9fcb48cc2119cceac2e5815e86a3514f09d253f0 (diff)
parent84cf8c50f593201f9e35dedb5804f5be7dbcce34 (diff)
downloadcourier-libs-c02aaa66da40b085bcdfa5365fdfaf6ca0125c3d.tar.bz2
Merge branch 'master'.
Diffstat (limited to 'imap/imapd.c')
-rw-r--r--imap/imapd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap/imapd.c b/imap/imapd.c
index 78a689c..56cdc61 100644
--- a/imap/imapd.c
+++ b/imap/imapd.c
@@ -3995,6 +3995,8 @@ static int append(const char *tag, const char *mailbox, const char *path)
if (enabled_utf8 && curtoken->tokentype == IT_ATOM &&
strcmp(curtoken->tokenbuf, "UTF8") == 0)
{
+ /* See also: https://bugs.python.org/issue34138 */
+
curtoken=nexttoken();
if (curtoken->tokentype != IT_LPAREN)
{