| 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 | ||
|---|---|---|
| 116 | 116 | $this->message->_build_params['html_charset'] = $encoding; |
| 117 | 117 | $this->message->_build_params['text_charset'] = $encoding; |
| 118 | 118 | $this->message->_build_params['head_charset'] = $encoding; |
| 119 | $this->message->_build_params['ignore-iconv'] = true; | |
| 120 | ||
| 119 | 121 | |
| 120 | 122 | $this->to_address = $dest; |
| 121 | 123 | $this->headers = array('From' => $src, |
