1.2.1545. ext/mailparse¶
Extension mailparse.
Mailparse is an extension for parsing and working with email messages. It can deal with RFC 822 (MIME) and RFC 2045 (MIME) compliant messages.
<?php
$mail = mailparse_msg_create();
mailparse_msg_parse($mail, $mailInString);
$parts = mailparse_msg_get_structure($mail);
foreach($parts as $part) {
$section = mailparse_msg_get_part($mail, $part);
$info = mailparse_msg_get_part_data($section);
}
?>
See also Mailparse.
1.2.1545.1. Connex PHP features¶
1.2.1545.1.1. Specs¶
Short name |
Extensions/Extmailparse |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |