Changeset 4249 in subversion for trunk/roundcubemail/program/steps/mail/sendmail.inc
- Timestamp:
- Nov 22, 2010 12:36:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/sendmail.inc
r4235 r4249 509 509 // .eml attachments send inline 510 510 $MAIL_MIME->addAttachment($file, 511 $ctype, 511 $ctype, 512 512 $attachment['name'], 513 513 ($attachment['data'] ? false : true), 514 514 ($ctype == 'message/rfc822' ? '8bit' : 'base64'), 515 515 ($ctype == 'message/rfc822' ? 'inline' : 'attachment'), 516 '', '', '',516 $message_charset, '', '', 517 517 $CONFIG['mime_param_folding'] ? 'quoted-printable' : NULL, 518 518 $CONFIG['mime_param_folding'] == 2 ? 'quoted-printable' : NULL
Note: See TracChangeset
for help on using the changeset viewer.
