NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
message.h
Go to the documentation of this file.
1
25
#ifndef MUTT_IMAP_MESSAGE_H
26
#define MUTT_IMAP_MESSAGE_H
27
28
#include <time.h>
29
33
struct
ImapHeader
34
{
35
struct
ImapEmailData
*
edata
;
36
37
time_t
received
;
38
long
content_length
;
39
};
40
41
#endif
/* MUTT_IMAP_MESSAGE_H */
ImapEmailData
IMAP-specific Email data -.
Definition:
edata.h:35
ImapHeader
IMAP-specific header.
Definition:
message.h:34
ImapHeader::received
time_t received
Definition:
message.h:37
ImapHeader::edata
struct ImapEmailData * edata
Definition:
message.h:35
ImapHeader::content_length
long content_length
Definition:
message.h:38