diff options
| author | Sam Varshavchik | 2018-07-18 08:26:34 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-18 08:26:34 -0400 | 
| commit | c02aaa66da40b085bcdfa5365fdfaf6ca0125c3d (patch) | |
| tree | a1a52ad194ce3ae7b599e3b2552dda2493dd9626 /imap/imapd.c | |
| parent | 9fcb48cc2119cceac2e5815e86a3514f09d253f0 (diff) | |
| parent | 84cf8c50f593201f9e35dedb5804f5be7dbcce34 (diff) | |
| download | courier-libs-c02aaa66da40b085bcdfa5365fdfaf6ca0125c3d.tar.bz2 | |
Merge branch 'master'.
Diffstat (limited to 'imap/imapd.c')
| -rw-r--r-- | imap/imapd.c | 2 | 
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)  		{ | 
