NeoMutt  2024-03-23-23-gec7045
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
34{
36
37 time_t received;
39};
40
41#endif /* MUTT_IMAP_MESSAGE_H */
IMAP-specific Email data -.
Definition: edata.h:35
IMAP-specific header.
Definition: message.h:34
time_t received
Definition: message.h:37
struct ImapEmailData * edata
Definition: message.h:35
long content_length
Definition: message.h:38