NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ImapAccountData Struct Reference

IMAP-specific Account data -. More...

#include "adata.h"

+ Inheritance diagram for ImapAccountData:
+ Collaboration diagram for ImapAccountData:

Data Fields

struct Connectionconn
 Connection to IMAP server.
 
bool recovering
 
bool closing
 If true, we are waiting for CLOSE completion.
 
unsigned char state
 ImapState, e.g. IMAP_AUTHENTICATED.
 
unsigned char status
 ImapFlags, e.g. IMAP_FATAL.
 
char * capstr
 Capability string from the server.
 
ImapCapFlags capabilities
 Capability flags.
 
unsigned char seqid
 tag sequence prefix
 
unsigned int seqno
 tag sequence number, e.g. '{seqid}0001'
 
time_t lastread
 last time we read a command for the server
 
char * buf
 
size_t blen
 
bool unicode
 If true, we can send UTF-8, and the server will use UTF8 rather than mUTF7.
 
bool qresync
 true, if QRESYNC is successfully ENABLE'd
 
struct ImapListcmdresult
 
struct ImapCommandcmds
 Queue of commands for the server.
 
int cmdslots
 Size of the command queue.
 
int nextcmd
 Next command to be sent.
 
int lastcmd
 Last command in the queue.
 
struct Buffer cmdbuf
 
char delim
 Path delimiter.
 
struct Mailboxmailbox
 Current selected mailbox.
 
struct Mailboxprev_mailbox
 Previously selected mailbox.
 
struct Accountaccount
 Parent Account.
 
- Data Fields inherited from Account
enum MailboxType type
 Type of Mailboxes this Account contains.
 
char * name
 Name of Account.
 
struct ConfigSubsetsub
 Inherited config items.
 
struct MailboxList mailboxes
 List of Mailboxes.
 
struct Notifynotify
 Notifications: NotifyAccount, EventAccount.
 
void * adata
 Private data (for Mailbox backends)
 
void(* adata_free )(void **ptr)
 

Additional Inherited Members

- Public Member Functions inherited from Account
 TAILQ_ENTRY (Account) entries
 Linked list.
 

Detailed Description

IMAP-specific Account data -.

This data is specific to a Connection to an IMAP server

Definition at line 39 of file adata.h.

Field Documentation

◆ conn

struct Connection* ImapAccountData::conn

Connection to IMAP server.

Definition at line 41 of file adata.h.

◆ recovering

bool ImapAccountData::recovering

Definition at line 42 of file adata.h.

◆ 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

ImapState, e.g. IMAP_AUTHENTICATED.

Definition at line 44 of file adata.h.

◆ status

unsigned char ImapAccountData::status

ImapFlags, e.g. IMAP_FATAL.

Definition at line 45 of file adata.h.

◆ capstr

char* ImapAccountData::capstr

Capability string from the server.

Definition at line 54 of file adata.h.

◆ capabilities

ImapCapFlags ImapAccountData::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

Definition at line 59 of file adata.h.

◆ blen

size_t ImapAccountData::blen

Definition at line 60 of file adata.h.

◆ 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

Definition at line 66 of file adata.h.

◆ cmds

struct ImapCommand* ImapAccountData::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

Definition at line 73 of file adata.h.

◆ 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

Parent Account.

Definition at line 78 of file adata.h.


The documentation for this struct was generated from the following file: