Ignore:
Timestamp:
Nov 22, 2010 12:36:03 PM (3 years ago)
Author:
alec
Message:
  • Fix attachment names encoding broken in r4232
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/sendmail.inc

    r4235 r4249  
    509509      // .eml attachments send inline 
    510510      $MAIL_MIME->addAttachment($file, 
    511         $ctype,  
     511        $ctype, 
    512512        $attachment['name'], 
    513513        ($attachment['data'] ? false : true), 
    514514        ($ctype == 'message/rfc822' ? '8bit' : 'base64'), 
    515515        ($ctype == 'message/rfc822' ? 'inline' : 'attachment'), 
    516         '', '', '', 
     516        $message_charset, '', '', 
    517517        $CONFIG['mime_param_folding'] ? 'quoted-printable' : NULL, 
    518518        $CONFIG['mime_param_folding'] == 2 ? 'quoted-printable' : NULL 
Note: See TracChangeset for help on using the changeset viewer.