Changeset 1a2f837 in github
- Timestamp:
- Aug 12, 2010 3:11:28 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b72a100
- Parents:
- ac18981
- File:
-
- 1 edited
-
program/include/rcube_message.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_message.php
reef0dae r1a2f837 394 394 $part_mimetype == 'message/delivery-status' || $part_mimetype == 'message/disposition-notification' 395 395 ) { 396 // Allow plugins to handle also this part 397 $plugin = $this->app->plugins->exec_hook('message_part_structure', 398 array('object' => $this, 'structure' => $mail_part, 399 'mimetype' => $part_mimetype, 'recursive' => true)); 400 401 if ($plugin['abort']) 402 continue; 403 404 $mail_part = $plugin['structure']; 405 list($primary_type, $secondary_type) = explode('/', $plugin['mimetype']); 406 396 407 // add text part if it matches the prefs 397 408 if (!$this->parse_alternative ||
Note: See TracChangeset
for help on using the changeset viewer.
