Loading lib/imap.h +10 −10 Original line number Diff line number Diff line Loading @@ -74,9 +74,9 @@ struct imap_conn { char resptag[5]; /* Response tag to wait for */ bool ssldone; /* Is connect() over SSL done? */ bool tls_supported; /* StartTLS capability supported by server */ bool login_disabled; /* LOGIN command explicitly disabled by server */ bool login_disabled; /* LOGIN command disabled by server */ bool ir_supported; /* Initial response supported by server */ char *mailbox_uidvalidity; /* UIDVALIDITY parsed from SELECT response */ char *mailbox_uidvalidity; /* UIDVALIDITY parsed from select response */ }; extern const struct Curl_handler Curl_handler_imap; Loading Loading
lib/imap.h +10 −10 Original line number Diff line number Diff line Loading @@ -74,9 +74,9 @@ struct imap_conn { char resptag[5]; /* Response tag to wait for */ bool ssldone; /* Is connect() over SSL done? */ bool tls_supported; /* StartTLS capability supported by server */ bool login_disabled; /* LOGIN command explicitly disabled by server */ bool login_disabled; /* LOGIN command disabled by server */ bool ir_supported; /* Initial response supported by server */ char *mailbox_uidvalidity; /* UIDVALIDITY parsed from SELECT response */ char *mailbox_uidvalidity; /* UIDVALIDITY parsed from select response */ }; extern const struct Curl_handler Curl_handler_imap; Loading