Home
last modified time | relevance | path

Searched defs:ImapAccountData (Results 1 – 1 of 1) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/imap/
H A Dadata.h39 struct ImapAccountData struct
41 struct Connection *conn; ///< Connection to IMAP server
42 bool recovering;
43 bool closing; ///< If true, we are waiting for CLOSE completion
44 unsigned char state; ///< ImapState, e.g. #IMAP_AUTHENTICATED
45 unsigned char status; ///< ImapFlags, e.g. #IMAP_FATAL
54 char *capstr; ///< Capability string from the server
55 ImapCapFlags capabilities; ///< Capability flags
56 unsigned char seqid; ///< tag sequence prefix
57 unsigned int seqno; ///< tag sequence number, e.g. '{seqid}0001'
[all …]