alecpl
2010-11-22 57388f9cce148fbbeaebb84b16bef4cbed322a89
- Fix attachment names encoding broken in r4232


1 files modified
4 ■■■■ changed files
program/steps/mail/sendmail.inc 4 ●●●● patch | view | raw | blame | history
program/steps/mail/sendmail.inc
@@ -508,12 +508,12 @@
      // .eml attachments send inline
      $MAIL_MIME->addAttachment($file,
        $ctype,
        $ctype,
        $attachment['name'],
        ($attachment['data'] ? false : true),
        ($ctype == 'message/rfc822' ? '8bit' : 'base64'),
        ($ctype == 'message/rfc822' ? 'inline' : 'attachment'),
        '', '', '',
        $message_charset, '', '',
        $CONFIG['mime_param_folding'] ? 'quoted-printable' : NULL,
        $CONFIG['mime_param_folding'] == 2 ? 'quoted-printable' : NULL
      );