From 13625a0d09a0ad61960d2bd9eeb1fec3c05461d6 Mon Sep 17 00:00:00 2001 From: Jiri Hruska Date: Sat, 23 Feb 2013 10:41:47 +0100 Subject: imap: Removed some FTP heritage leftovers Removed user and passwd from the IMAP struct as these cannot be set on a per-request basis and are leftover from legacy FTP code. --- lib/imap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/imap.h') diff --git a/lib/imap.h b/lib/imap.h index acec210b0..7ab1af7b3 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -58,8 +58,6 @@ typedef enum { used. */ struct IMAP { curl_off_t *bytecountp; - char *user; /* User name string */ - char *passwd; /* Password string */ curl_ftptransfer transfer; char *mailbox; /* Mailbox to select */ }; -- cgit v1.2.3