NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
ImapCommand Struct Reference

IMAP command structure. More...

#include "private.h"

Data Fields

char seq [SEQ_LEN+1]
 Command tag, e.g. 'a0001'. More...
 
int state
 Command state, e.g. IMAP_RES_NEW. More...
 

Detailed Description

IMAP command structure.

Definition at line 159 of file private.h.

Field Documentation

◆ seq

char ImapCommand::seq[SEQ_LEN+1]

Command tag, e.g. 'a0001'.

Definition at line 161 of file private.h.

◆ state

int ImapCommand::state

Command state, e.g. IMAP_RES_NEW.

Definition at line 162 of file private.h.


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