imap: Added processing of the final FETCH responses
authorJiri Hruska <jirka@fud.cz>
Thu, 28 Feb 2013 18:42:42 +0000 (19:42 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:00:11 +0000 (21:00 +0000)
commitcdea86ff679989a1fb5422d401135064749b9921
tree2a7c41fdcf776899700e2437b6c63e0c64da82ed
parent974c663471c15721082d9bdc50d90dd6843467b0
imap: Added processing of the final FETCH responses

Not processing the final FETCH responses was not optimal, not only
because the response code would be ignored but it would also leave data
unread on the socket which would prohibit connection reuse.
lib/imap.c