Next: Headers, Previous: Message, Up: libmailbox
/* Prefix
mu_envelope_is reserved. */
#include <mailutils/envelope.h>
Get the address that this message was reportedly received from. This would be the "mail from" argument if the message was delivered or received via SMTP, for example.
Primarily for internal use. The implementation of
mu_envelope_t
depends on the mailbox type, this allows the function which actually gets the sender to be set by the creator of anmu_envelope_t
.
Get the date that the message was delivered to the mailbox, in something close to ANSI
ctime()
format: Mon Jul 05 13:08:27 1999.
Primarily for internal use. The implementation of
mu_envelope_t
depends on the mailbox type, this allows the function which actually gets the date to be set by the creator of anmu_envelope_t
.