NeoMutt  2024-04-25-102-g19653a
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
FetchCtx Struct Reference

Keep track when getting data from a server. More...

+ Collaboration diagram for FetchCtx:

Data Fields

struct Mailboxmailbox
 
anum_t first
 
anum_t last
 
bool restore
 
unsigned char * messages
 
struct Progress * progress
 
struct HeaderCachehc
 

Detailed Description

Keep track when getting data from a server.

Definition at line 92 of file nntp.c.

Field Documentation

◆ mailbox

struct Mailbox* FetchCtx::mailbox

Definition at line 94 of file nntp.c.

◆ first

anum_t FetchCtx::first

Definition at line 95 of file nntp.c.

◆ last

anum_t FetchCtx::last

Definition at line 96 of file nntp.c.

◆ restore

bool FetchCtx::restore

Definition at line 97 of file nntp.c.

◆ messages

unsigned char* FetchCtx::messages

Definition at line 98 of file nntp.c.

◆ progress

struct Progress* FetchCtx::progress

Definition at line 99 of file nntp.c.

◆ hc

struct HeaderCache* FetchCtx::hc

Definition at line 100 of file nntp.c.


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