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.
This commit is contained in:
Jiri Hruska
2013-02-23 10:41:47 +01:00
committed by Steve Holme
parent 2476b34b95
commit 13625a0d09
2 changed files with 2 additions and 12 deletions

View File

@@ -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 */
};