Changeset f8d0a5c in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Apr 26, 2006 5:49:38 PM (7 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
856110d
Parents:
f1bed74
Message:

Corrected issue forwarding attachments that use content-description rather than filename or name disposition headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    ra43e0c9 rf8d0a5c  
    415415                                                          'mimetype' => $part->ctype_primary . '/' . $part->ctype_secondary, 
    416416                                                          'path' => $tmp_path); 
     417                                                           
     418          else if ($part->headers['content-description']) 
     419            $_SESSION['compose']['attachments'][] = array('name' => $part->headers['content-description'], 
     420                                                          'mimetype' => $part->ctype_primary . '/' . $part->ctype_secondary, 
     421                                                          'path' => $tmp_path); 
    417422          } 
    418423        } 
Note: See TracChangeset for help on using the changeset viewer.