Pluf Framework

Sign in or create your account | Project List | Help

Pluf Framework Commit Details

Date:2009-10-29 14:15:01 (4 months 19 days ago)
Author:Loïc d'Anterroches
Commit:da6bc2d06b8eb35631fee64a6475d6c8378d0fd1
Message:Fixed problems with multibytes subjects in emails.

Files: src/Pluf/Mail.php (1 diff)

Change Details

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

Archive Download the corresponding diff file

Branches:
master