mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
imap.h: Corrected incorrect comment clarification
Corrected comment clarification made in commit 167717b806
.
This commit is contained in:
parent
68de6a0b3e
commit
33a182e6c2
@ -55,7 +55,7 @@ typedef enum {
|
|||||||
struct */
|
struct */
|
||||||
struct imap_conn {
|
struct imap_conn {
|
||||||
struct pingpong pp;
|
struct pingpong pp;
|
||||||
char *mailbox; /* Message ID to fetch */
|
char *mailbox; /* Mailbox to select */
|
||||||
unsigned int authmechs; /* Accepted authentication mechanisms */
|
unsigned int authmechs; /* Accepted authentication mechanisms */
|
||||||
unsigned int authused; /* Auth mechanism used for the connection */
|
unsigned int authused; /* Auth mechanism used for the connection */
|
||||||
imapstate state; /* Always use imap.c:state() to change state! */
|
imapstate state; /* Always use imap.c:state() to change state! */
|
||||||
|
Loading…
Reference in New Issue
Block a user