Changeset 5038 in subversion for trunk/roundcubemail/program/lib/Mail/mimePart.php
- Timestamp:
- Aug 10, 2011 4:06:00 AM (22 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/Mail/mimePart.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/Mail/mimePart.php
r5033 r5038 146 146 * cid - Content ID to apply 147 147 * disposition - Content disposition, inline or attachment 148 * dfilename- Filename parameter for content disposition148 * filename - Filename parameter for content disposition 149 149 * description - Content description 150 150 * name_encoding - Encoding of the attachment name (Content-Type) … … 187 187 $this->_body_file = $value; 188 188 break; 189 190 // for backward compatibility 191 case 'dfilename': 192 $params['filename'] = $value; 193 break; 189 194 } 190 195 } … … 803 808 if (!empty($separator)) { 804 809 // Simple e-mail address regexp 805 $email_regexp = '(\S+|(" \s*(?:[^"\f\n\r\t\v\b\s]+\s*)+"))@\S+';810 $email_regexp = '(\S+|("[^\r\n"]+"))@\S+'; 806 811 807 812 $parts = Mail_mimePart::_explodeQuotedString($separator, $value);
Note: See TracChangeset
for help on using the changeset viewer.
