]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-imap: IMAP parser didn't parse atoms correctly that started with '~' character.
authorTimo Sirainen <tss@iki.fi>
Wed, 7 May 2014 16:47:12 +0000 (19:47 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 7 May 2014 16:47:12 +0000 (19:47 +0300)
commit7e428afa350650f2f5b45feac2729a28f891d16e
tree3fabb6ff171c815f2921b73f095e9c4d22a9092e
parentc9c20b28081218c0af83d36283abb0a8c6cc6125
lib-imap: IMAP parser didn't parse atoms correctly that started with '~' character.
literal8 begins only after "~{", not immediately after "~" which is a valid
ATOM-CHAR.
src/lib-imap/imap-parser.c