imap-bodystructure.h revision d05e841733a1632e62328fa7c343e1799ffa9505
#ifndef __IMAP_BODYSTRUCTURE_H
#define __IMAP_BODYSTRUCTURE_H
struct message_part;
struct message_header_line;
/* Parse a single header. Note that this modifies part->context. */
struct message_header_line *hdr);
/* Returns TRUE if BODYSTRUCTURE is
("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" n n NIL NIL NIL) */
/* Return BODY part from BODYSTRUCTURE */
int imap_body_parse_from_bodystructure(const char *bodystructure,
#endif