IMAP-specific Account data -.
More...
#include "adata.h"
IMAP-specific Account data -.
This data is specific to a Connection to an IMAP server
Definition at line 39 of file adata.h.
◆ conn
◆ recovering
bool ImapAccountData::recovering |
◆ closing
bool ImapAccountData::closing |
If true, we are waiting for CLOSE completion.
Definition at line 43 of file adata.h.
◆ state
unsigned char ImapAccountData::state |
◆ status
unsigned char ImapAccountData::status |
◆ capstr
char* ImapAccountData::capstr |
Capability string from the server.
Definition at line 54 of file adata.h.
◆ capabilities
Capability flags.
Definition at line 55 of file adata.h.
◆ seqid
unsigned char ImapAccountData::seqid |
tag sequence prefix
Definition at line 56 of file adata.h.
◆ seqno
unsigned int ImapAccountData::seqno |
tag sequence number, e.g. '{seqid}0001'
Definition at line 57 of file adata.h.
◆ lastread
time_t ImapAccountData::lastread |
last time we read a command for the server
Definition at line 58 of file adata.h.
◆ buf
char* ImapAccountData::buf |
◆ blen
size_t ImapAccountData::blen |
◆ unicode
bool ImapAccountData::unicode |
If true, we can send UTF-8, and the server will use UTF8 rather than mUTF7.
Definition at line 62 of file adata.h.
◆ qresync
bool ImapAccountData::qresync |
true, if QRESYNC is successfully ENABLE'd
Definition at line 63 of file adata.h.
◆ cmdresult
struct ImapList* ImapAccountData::cmdresult |
◆ cmds
Queue of commands for the server.
Definition at line 69 of file adata.h.
◆ cmdslots
int ImapAccountData::cmdslots |
Size of the command queue.
Definition at line 70 of file adata.h.
◆ nextcmd
int ImapAccountData::nextcmd |
Next command to be sent.
Definition at line 71 of file adata.h.
◆ lastcmd
int ImapAccountData::lastcmd |
Last command in the queue.
Definition at line 72 of file adata.h.
◆ cmdbuf
struct Buffer ImapAccountData::cmdbuf |
◆ delim
char ImapAccountData::delim |
Path delimiter.
Definition at line 75 of file adata.h.
◆ mailbox
struct Mailbox* ImapAccountData::mailbox |
Current selected mailbox.
Definition at line 76 of file adata.h.
◆ prev_mailbox
struct Mailbox* ImapAccountData::prev_mailbox |
Previously selected mailbox.
Definition at line 77 of file adata.h.
◆ account
struct Account* ImapAccountData::account |
The documentation for this struct was generated from the following file: