#ifndef IMAP_ENVELOPE_H
#define IMAP_ENVELOPE_H
struct imap_arg;
struct message_part_envelope;
/* Write envelope to given string */
/* Parse envelope from arguments */
const char **error_r);
/* Parse envelope from string */
bool imap_envelope_parse(const char *envelope,
const char **error_r);
#endif