NeoMutt  2025-12-11-911-gd8d604
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 175 of file private.h.

Field Documentation

◆ seq

char ImapCommand::seq[SEQ_LEN+1]

Command tag, e.g. 'a0001'.

Definition at line 177 of file private.h.

◆ state

int ImapCommand::state

Command state, e.g. IMAP_RES_NEW.

Definition at line 178 of file private.h.


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