Upgraded to PEAR::Mail_Mime 1.8.3

pull/1/head
thomascube 12 years ago
parent f802b3d718
commit ad31a69ad1

@ -807,7 +807,7 @@ class Mail_mimePart
// Structured header (make sure addr-spec inside is not encoded)
if (!empty($separator)) {
// Simple e-mail address regexp
$email_regexp = '(\S+|("[^\r\n"]+"))@\S+';
$email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
$parts = Mail_mimePart::_explodeQuotedString($separator, $value);
$value = '';

Loading…
Cancel
Save