]> granicus.if.org Git - curl/commit
imap: Moved CAPABILITY response handling to imap_state_capability_resp()
authorJiri Hruska <jirka@fud.cz>
Tue, 26 Feb 2013 17:10:54 +0000 (18:10 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 26 Feb 2013 19:51:16 +0000 (19:51 +0000)
commit1ffdc5058e18450f36b33dc790df9ce4265b1c6c
tree2799547439f483f764e470c41b321307d152f4f3
parent0ffefefe7facdc48df8eedd48008af98d7ae6a84
imap: Moved CAPABILITY response handling to imap_state_capability_resp()

Introduced similar handling to the FETCH responses, where even the
untagged data responses are handled by the response handler of the
individual state.
lib/imap.c