Changeset ad31a69 in github
- Timestamp:
- May 2, 2012 12:58:26 PM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- a605b25
- Parents:
- f802b3d
- File:
-
- 1 edited
-
program/lib/Mail/mimePart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/Mail/mimePart.php
rfe3a1d6 rad31a69 808 808 if (!empty($separator)) { 809 809 // Simple e-mail address regexp 810 $email_regexp = '( \S+|("[^\r\n"]+"))@\S+';810 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+'; 811 811 812 812 $parts = Mail_mimePart::_explodeQuotedString($separator, $value);
Note: See TracChangeset
for help on using the changeset viewer.
