diff src/imap/imap-fetch.c @ 2483:b0fc9984ddcd HEAD

Same FETCH handler could have been executed infinitely if client didn't read the data fast enough.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Aug 2004 17:48:29 +0300
parents d141e1bfdd63
children 5cab421f36be
line wrap: on
line diff
--- a/src/imap/imap-fetch.c	Mon Aug 23 17:41:06 2004 +0300
+++ b/src/imap/imap-fetch.c	Mon Aug 23 17:48:29 2004 +0300
@@ -169,6 +169,7 @@
 
 		ctx->cont_handler = NULL;
 		ctx->cur_offset = 0;
+                ctx->cur_handler++;
 	}
 
 	handlers = buffer_get_data(ctx->handlers, &size);