mailparse functions
mailparse functions
&warn.experimental;
mailparse_uudecode_all
Scans the data from fp and extract each embedded uuencoded
file. Returns an array listing filename information
Description
arraymailparse_uudecode_all
resourcefp
&warn.experimental.func;
&warn.undocumented.func;
mailparse_rfc822_parse_addresses
Parse addresses and returns a hash containing that data
Description
arraymailparse_rfc822_parse_addresses
stringaddresses
&warn.experimental.func;
&warn.undocumented.func;
mailparse_determine_best_xfer_encoding
Figures out the best way of encoding the content read from the
file pointer fp, which must be seek-able
Description
intmailparse_determine_best_xfer_encoding
resourcefp
&warn.experimental.func;
&warn.undocumented.func;
mailparse_stream_encode
Streams data from source file pointer, apply encoding and write
to destfp
Description
boolmailparse_stream_encode
resourcesourcefp
resourcedestfp
stringencoding
&warn.experimental.func;
&warn.undocumented.func;
mailparse_msg_parse
Incrementally parse data into buffer
Description
voidmailparse_msg_parse
resourcerfc2045buf
stringdata
&warn.experimental.func;
&warn.undocumented.func;
mailparse_msg_parse_file
Parse file and return a resource representing the structure
Description
resourcemailparse_msg_parse_file
stringfilename
&warn.experimental.func;
&warn.undocumented.func;
mailparse_msg_free
Frees a handle allocated by mailparse_msg_crea
Description
voidmailparse_msg_free
resourcerfc2045buf
&warn.experimental.func;
&warn.undocumented.func;
mailparse_msg_create
Returns a handle that can be used to parse a message
Description
intmailparse_msg_create
&warn.experimental.func;
&warn.undocumented.func;
mailparse_msg_get_structure
Returns an array of mime section names in the supplied message
Description
arraymailparse_msg_get_structure
resourcerfc2045
&warn.experimental.func;
&warn.undocumented.func;
mailparse_msg_get_part_data
Returns an associative array of info about the message
Description
arraymailparse_msg_get_part_data
resourcerfc2045
&warn.experimental.func;
&warn.undocumented.func;
mailparse_msg_get_part
Returns a handle on a given section in a mimemessage
Description
intmailparse_msg_get_part
resourcerfc2045
stringmimesection
&warn.experimental.func;
&warn.undocumented.func;