]> granicus.if.org Git - curl/commit
imap: Fixed error code returned for invalid FETCH response
authorJiri Hruska <jirka@fud.cz>
Thu, 28 Feb 2013 18:56:52 +0000 (19:56 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:00:13 +0000 (21:00 +0000)
commit025ba6e9bec2d102c4abfd5a47aa9d9587e9566b
tree034f83dfd94a294c26193c942b06690fc2007a4c
parentcdea86ff679989a1fb5422d401135064749b9921
imap: Fixed error code returned for invalid FETCH response

If the FETCH command does not result in an untagged response the the
UID is probably invalid. As such do not return CURLE_OK.
lib/imap.c