imap-envelope.h revision 33ca6b017b6ebbd048651b5e3d16915001dbc291
#ifndef __IMAP_ENVELOPE_H
#define __IMAP_ENVELOPE_H
typedef struct _MessagePartEnvelopeData MessagePartEnvelopeData;
typedef enum {
/* NOTE: in the same order as listed in ENVELOPE */
IMAP_ENVELOPE_DATE = 0,
typedef enum {
/* Update envelope data based from given header field */
const char *name,
/* Write envelope to given string */
/* Return envelope. */
/* Parse envelope and return specified field unquoted, or NULL if error
occured. NILs are returned as "". */
#endif