From 2476b34b95596ec16aab09c85133bc7eddd8ca53 Mon Sep 17 00:00:00 2001 From: Jiri Hruska Date: Sat, 23 Feb 2013 10:29:40 +0100 Subject: 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/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index d564ae1da..dd592521a 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1292,7 +1292,7 @@ struct UrlState { void *telnet; /* private for telnet.c-eyes only */ void *generic; struct SSHPROTO *ssh; - struct FTP *imap; + struct IMAP *imap; struct FTP *pop3; struct FTP *smtp; } proto; -- cgit v1.2.3