Changeset d311d80 in github for program/steps/mail/get.inc
- Timestamp:
- May 28, 2010 5:38:41 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b231f68b
- Parents:
- 89e31be
- File:
-
- 1 edited
-
program/steps/mail/get.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/get.inc
r1097a3c rd311d80 51 51 52 52 else if ($pid = get_input_value('_part', RCUBE_INPUT_GET)) { 53 // TNEF encoded attachment part 54 if (preg_match('/^winmail\.([0-9.]+)\.([0-9]+)$/', $pid, $nt)) { 55 $pid = $nt[1]; $i = $nt[2]; 56 if ($part = $MESSAGE->mime_parts[$pid]) { 57 $tnef_arr = $IMAP->tnef_decode($part, $MESSAGE->uid); 58 if (is_a($tnef_arr[$i], 'rcube_message_part')) 59 $MESSAGE->mime_parts[$pid] = $tnef_arr[$i]; 60 } 61 } 62 53 63 54 if ($part = $MESSAGE->mime_parts[$pid]) { 64 55 $ctype_primary = strtolower($part->ctype_primary);
Note: See TracChangeset
for help on using the changeset viewer.
