Pluf Framework

Pluf Framework Commit Details


Date:2009-10-29 08:15:01 (15 years 1 month ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:da6bc2d06b8eb35631fee64a6475d6c8378d0fd1
Parents: 89ea8b0285e981d01469176d66fcdde9148892b3
Message:Fixed problems with multibytes subjects in emails.

Changes:

File differences

src/Pluf/Mail.php
116116
117117
118118
119
120
119121
120122
121123
$this->message->_build_params['html_charset'] = $encoding;
$this->message->_build_params['text_charset'] = $encoding;
$this->message->_build_params['head_charset'] = $encoding;
$this->message->_build_params['ignore-iconv'] = true;
$this->to_address = $dest;
$this->headers = array('From' => $src,

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.06048s using 13 queries.