Changeset 6137 in subversion


Ignore:
Timestamp:
May 2, 2012 12:58:26 PM (13 months ago)
Author:
thomasb
Message:

Upgraded to PEAR::Mail_Mime 1.8.3

File:
1 edited

Legend:

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

    r5990 r6137  
    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.