Changeset 3057 in subversion
- Timestamp:
- Oct 24, 2009 1:04:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_message.php
r2877 r3057 403 403 } 404 404 // is a regular attachment 405 else if (preg_match('!^[a-z]+/[a-z0-9-. ]+$!i', $mail_part->mimetype)) {405 else if (preg_match('!^[a-z]+/[a-z0-9-.+]+$!i', $mail_part->mimetype)) { 406 406 if (!$mail_part->filename) 407 407 $mail_part->filename = 'Part '.$mail_part->mime_id;
Note: See TracChangeset
for help on using the changeset viewer.
