diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-02 16:58:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-02 16:58:26 +0000 |
| commit | a30a1941d5ed92384389c13d31140b33e5622e78 (patch) | |
| tree | fa9870b673257c07ce6ba721c32fc9555a8c1551 /roundcubemail/program/lib/Mail | |
| parent | 26cbc10b5e0305409f0c564991178bc6dd91ca34 (diff) | |
Upgraded to PEAR::Mail_Mime 1.8.3
git-svn-id: https://svn.roundcube.net/trunk@6137 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Mail')
| -rw-r--r-- | roundcubemail/program/lib/Mail/mimePart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/Mail/mimePart.php b/roundcubemail/program/lib/Mail/mimePart.php index a1cf111de..821990ee0 100644 --- a/roundcubemail/program/lib/Mail/mimePart.php +++ b/roundcubemail/program/lib/Mail/mimePart.php @@ -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 = ''; |
