Changeset 1837 in subversion


Ignore:
Timestamp:
Sep 18, 2008 4:48:04 PM (5 years ago)
Author:
thomasb
Message:

Also list message/rfc822 parts as attachment if a filename is specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_message.php

    r1800 r1837  
    346346        else if ($primary_type=='message') { 
    347347          $this->parse_structure($mail_part, true); 
     348           
     349          // list as attachment as well (mostly .eml) 
     350          if (!empty($mail_part->filename)) 
     351            $this->attachments[] = $mail_part; 
    348352        } 
    349353        // ignore "virtual" protocol parts 
Note: See TracChangeset for help on using the changeset viewer.