NeoMutt  2025-12-11-800-ga0ee0f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ImapHeader Struct Reference

IMAP-specific header. More...

#include "message.h"

+ Collaboration diagram for ImapHeader:

Data Fields

struct ImapEmailDataedata
 IMAP-specific Email data.
 
time_t received
 Time when message was received.
 
long content_length
 Length of message content.
 

Detailed Description

IMAP-specific header.

Definition at line 33 of file message.h.

Field Documentation

◆ edata

struct ImapEmailData* ImapHeader::edata

IMAP-specific Email data.

Definition at line 35 of file message.h.

◆ received

time_t ImapHeader::received

Time when message was received.

Definition at line 37 of file message.h.

◆ content_length

long ImapHeader::content_length

Length of message content.

Definition at line 38 of file message.h.


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