Opened 8 years ago

Closed 6 years ago

#1321978 closed Bugs (fixed)

Does not Qencode when sending mail with PHP mail() function

Reported by: nobody Owned by: roundcube
Priority: 5 Milestone:
Component: PHP backend Version: None
Severity: normal Keywords:
Cc:

Description

In file 'program/steps/mail/sendmail.inc' in the line

$sent = mail($mailto, $msg_subject, $msg_body,
$header_str, "-f$from");

$mailto and $msg_subject should be Qencoded

Change History (1)

comment:1 Changed 6 years ago by thomasb

  • Component changed from Interface to PHP backend
  • Resolution changed from None to fixed
  • Severity set to normal
  • Status changed from assigned to closed

Fixed long time ago.

Note: See TracTickets for help on using tickets.