$Revision: 2.16 $
mm - MIME Parser module. Functions to parse a mail message, find if it is MIME-encapsulated, and return the parts of the message which are supported by the UP module.
Status: COMPLETE, NOT REVUED, TESTED
Design and implementation by: daniele@ripe.net
#define STR_M 255
#define STR_L 1023
#define STR_XL 4095
#define STR_XXL 16383
#define MAXBUFSIZE 102400
#define DEFAULT_DEBUG NO_DEBUG
#define TEMPDIR "/tmp"
#define FILENAMELEN STR_L
#define GLOBALPREFIX "mime"
#define MM_get_headers( mail_file, mail_descr, custom_debug )
#define parse_application_pgp( stream, body, part_number, mailnode )
#define parse_unknown_unknown( stream, body, part_number, mailnode )
#define parse_multipart_mixed( stream, body, part_number, mailnode )
#define parse_multipart_digest( stream, body, part_number, mailnode )
| struct MM_mail_header | |
| { | |
| char* from; | |
| char* subject; | |
| char* date; | |
| char* message_id; | |
| char* reply_to; | |
| char* cc; | |
| char* content_type; | |
| } |
| Included from: | /usr/include/time.h | |
| Calls: | __posix_asctime_r() | |
| Included from: | /usr/include/time.h | |
| Calls: | __posix_ctime_r() | |
| Included from: | /usr/include/unistd.h | |
| Calls: | __posix_getlogin_r() | |
| Included from: | /usr/include/dirent.h | |
| Calls: | __posix_readdir_r() | |
| Included from: | /usr/include/unistd.h | |
| Calls: | __posix_ttyname_r() | |