Changeset 5193 in subversion for branches/devel-mcache/roundcubemail/program/include/rcube_imap.php
- Timestamp:
- Sep 8, 2011 8:24:47 AM (22 months ago)
- Location:
- branches/devel-mcache
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
roundcubemail (modified) (1 prop)
-
roundcubemail/program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-mcache
-
branches/devel-mcache/roundcubemail
- Property svn:mergeinfo changed
/trunk/roundcubemail (added) merged: 5192
- Property svn:mergeinfo changed
-
branches/devel-mcache/roundcubemail/program/include/rcube_imap.php
r5082 r5193 2000 2000 2001 2001 $struct = &$this->_structure_part($structure, 0, '', $headers); 2002 $struct->headers = get_object_vars($headers);2003 2002 2004 2003 // don't trust given content-type 2005 if (empty($struct->parts) && !empty($ struct->headers['ctype'])) {2004 if (empty($struct->parts) && !empty($headers->ctype)) { 2006 2005 $struct->mime_id = '1'; 2007 $struct->mimetype = strtolower($ struct->headers['ctype']);2006 $struct->mimetype = strtolower($headers->ctype); 2008 2007 list($struct->ctype_primary, $struct->ctype_secondary) = explode('/', $struct->mimetype); 2009 2008 }
Note: See TracChangeset
for help on using the changeset viewer.
