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

IMAP command structure. More...

#include "private.h"

Data Fields

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

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: