imap: Fixed handling of untagged responses for the STORE custom command
authorSteve Holme <steve_holme@hotmail.com>
Fri, 8 Mar 2013 21:18:36 +0000 (21:18 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 8 Mar 2013 21:18:36 +0000 (21:18 +0000)
commit1f41772bef4da112d2e3988e791cdd3920d3ae49
treef47c4baaecdd6d0f0474e2dcb3ecf345ece4c666
parent21c1de430a83be7900096cd65f2ef680307eb0b5
imap: Fixed handling of untagged responses for the STORE custom command

Added an exception, for the STORE command, to the untagged response
processor in imap_endofresp() as servers will back respones containing
the FETCH keyword instead.
lib/imap.c