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

Wrapper for Email retrieved from the header cache. More...

#include "lib.h"

+ Collaboration diagram for HCacheEntry:

Data Fields

uint32_t uidvalidity
 IMAP-specific UIDVALIDITY.
 
unsigned int crc
 CRC of Email/Body/etc structs.
 
struct Emailemail
 Retrieved email.
 

Detailed Description

Wrapper for Email retrieved from the header cache.

Definition at line 98 of file lib.h.

Field Documentation

◆ uidvalidity

uint32_t HCacheEntry::uidvalidity

IMAP-specific UIDVALIDITY.

Definition at line 100 of file lib.h.

◆ crc

unsigned int HCacheEntry::crc

CRC of Email/Body/etc structs.

Definition at line 101 of file lib.h.

◆ email

struct Email* HCacheEntry::email

Retrieved email.

Definition at line 102 of file lib.h.


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