View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010136 | mantisbt | public | 2009-02-16 04:01 | 2014-01-31 08:35 | |
Reporter | Kirill | Assigned To | grangeway | ||
Priority | normal | Severity | block | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git trunk | ||||
Fixed in Version | 1.2.0rc1 | ||||
Summary | 0010136: wrong email charset | ||||
Description | I install new mantis and check email send. I have wrong-mail. My Thunderbird can see this mail. Thunderbird 2.0.0.19 From - Mon Feb 16 10:47:21 2009
?= ?????????????????? ???????????????? ????????????: ?????????????? ?????????????????? | ||||
Tags | email, error, phpmailer, utf8 | ||||
Attached Files | Issue10136.patch (772 bytes)
From bd332866bffabb95ee77bc7912b5d78e476674b0 Mon Sep 17 00:00:00 2001 From: Kirill Krasnov <krasnovforum@gmail.com> Date: Mon, 23 Feb 2009 20:49:36 +0200 Subject: [PATCH] Issue 10136 --- core/phpmailer/class.phpmailer.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/phpmailer/class.phpmailer.php b/core/phpmailer/class.phpmailer.php index 437cd73..f691db2 100644 --- a/core/phpmailer/class.phpmailer.php +++ b/core/phpmailer/class.phpmailer.php @@ -246,7 +246,7 @@ class PHPMailer { * Provides the ability to change the line ending * @var string */ - public $LE = "\r\n"; + public $LE = "\n"; ///////////////////////////////////////////////// // PROPERTIES, PRIVATE -- 1.6.1.9.g97c34 | ||||
When I set Subject: =?utf-8?B?W9Ci0LXRgdGCIDAwMDE0NTRdOiDQn9GA0L7QstC10YDQutCwINGB0LLRj9C3 ?= |
|
I copy phpmailer from 1.1.6 and I see correct mail. This not intresting. But this intresting: 1.1.6 One space before ?= in first line of subject |
|
I found bug.. |
|
Kirill, Commited a fix for this to trunk. Please see if it works for you. Paul |
|
For one test issue it's work. |
|
I recieve normal email. Thnx, Paul. |
|
Today I recive much emails. They all very well. This topic can be resolved. |
|
Kirill: can you test trunk now it's on phpmailer5.0 ? |
|
one day please.. I download trunk, but not merge with my changes. |
|
???? |
|
In my mantisbt I recieve email correct. Russian at default. |
|
Kirill, marking as resolved. Paul |
|