]> granicus.if.org Git - curl/commit
imap: Introduced a custom IMAP structure for per-request data
authorJiri Hruska <jirka@fud.cz>
Sat, 23 Feb 2013 09:29:40 +0000 (10:29 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 23 Feb 2013 11:27:02 +0000 (11:27 +0000)
commit2476b34b95596ec16aab09c85133bc7eddd8ca53
tree6aa1ba076d4ac7bf58999b1c3197d3ab9b672222
parent3906353b415a1dd82baf9d6513f46b18308966d8
imap: Introduced a custom IMAP structure for per-request data

Created a new IMAP structure and changed the type of the imap proto
variable in connectdata from FTP* to the new IMAP*.

Moved the mailbox variable from the per-connection struct imap_conn to
the new per-request struct and fixed references accordingly.
lib/imap.c
lib/imap.h
lib/urldata.h