Changeset 3718 in subversion
- Timestamp:
- Jun 4, 2010 5:03:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.php
r3712 r3718 1758 1758 // build parts list for headers pre-fetching 1759 1759 for ($i=0, $count=0; $i<count($part); $i++) { 1760 if (is_array($part[$i]) && count($part[$i]) > 3) {1760 if (is_array($part[$i]) && count($part[$i]) > 4) { 1761 1761 // fetch message headers if message/rfc822 1762 1762 // or named part (could contain Content-Location header) … … 1788 1788 $struct->parts = array(); 1789 1789 for ($i=0, $count=0; $i<count($part); $i++) { 1790 if (is_array($part[$i]) && count($part[$i]) > 3) {1790 if (is_array($part[$i]) && count($part[$i]) > 4) { 1791 1791 $tmp_part_id = $struct->mime_id ? $struct->mime_id.'.'.($i+1) : $i+1; 1792 1792 $struct->parts[] = $this->_structure_part($part[$i], ++$count, $struct->mime_id,
Note: See TracChangeset
for help on using the changeset viewer.
