Changeset 6749e45 in github
- Timestamp:
- Jun 4, 2010 5:03:47 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4ef5643
- Parents:
- 7c866e4
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
r309f49f r6749e45 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.
