Changeset 5371 in subversion
- Timestamp:
- Oct 27, 2011 9:33:10 AM (19 months ago)
- Location:
- trunk/roundcubemail/program
- Files:
-
- 2 edited
-
include/rcube_message.php (modified) (1 diff)
-
steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_message.php
r5257 r5371 49 49 public $uid = null; 50 50 public $headers; 51 public $structure;52 51 public $parts = array(); 53 52 public $mime_parts = array(); -
trunk/roundcubemail/program/steps/mail/func.inc
r5368 r5371 1038 1038 } 1039 1039 1040 $ctype_primary = strtolower($MESSAGE->structure->ctype_primary);1041 $ctype_secondary = strtolower($MESSAGE->structure->ctype_secondary);1042 1043 1040 // list images after mail body 1044 if ($CONFIG['inline_images'] 1045 && $ctype_primary == 'multipart' 1046 && !empty($MESSAGE->attachments)) 1047 { 1041 if ($CONFIG['inline_images'] && !empty($MESSAGE->attachments)) { 1048 1042 foreach ($MESSAGE->attachments as $attach_prop) { 1049 1043 // Content-Type: image/*...
Note: See TracChangeset
for help on using the changeset viewer.
