Changeset ad31a69 in github


Ignore:
Timestamp:
May 2, 2012 12:58:26 PM (13 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
a605b25
Parents:
f802b3d
Message:

Upgraded to PEAR::Mail_Mime 1.8.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/lib/Mail/mimePart.php

    rfe3a1d6 rad31a69  
    808808        if (!empty($separator)) { 
    809809            // Simple e-mail address regexp 
    810             $email_regexp = '(\S+|("[^\r\n"]+"))@\S+'; 
     810            $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+'; 
    811811 
    812812            $parts = Mail_mimePart::_explodeQuotedString($separator, $value); 
Note: See TracChangeset for help on using the changeset viewer.