dovecot-2.2: lib-imap: Fixed parsing literal8 in some situations.

dovecot at dovecot.org dovecot at dovecot.org
Sun Jun 16 21:15:49 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/dd04b4ef530d
changeset: 16520:dd04b4ef530d
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jun 16 21:15:42 2013 +0300
description:
lib-imap: Fixed parsing literal8 in some situations.

diffstat:

 src/lib-imap/imap-parser.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9dcbcc0871f0 -r dd04b4ef530d src/lib-imap/imap-parser.c
--- a/src/lib-imap/imap-parser.c	Sun Jun 16 21:08:40 2013 +0300
+++ b/src/lib-imap/imap-parser.c	Sun Jun 16 21:15:42 2013 +0300
@@ -658,7 +658,7 @@
 			parser->error = "Expected '{'";
 			return FALSE;
 		}
-		parser->cur_type = ARG_PARSE_LITERAL8;
+		parser->cur_type = ARG_PARSE_LITERAL;
 		parser->cur_pos++;
 		/* fall through */
 	case ARG_PARSE_LITERAL:


More information about the dovecot-cvs mailing list