Opened 7 years ago
Closed 6 years ago
#1483969 closed Bugs (fixed)
Identity name in foreign characters
| Reported by: | ericliang | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc1 |
| Component: | Interface | Version: | 0.1-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
I tried to add an identity where the "Display name" is in foreign charset. It seems that the UTF8 conversion is only managing to convert properly the first 20 (multibyte) characters. The rest show up as =?UTF8?Q?=CE etc (seen in both Thunderbird and gmail account).
Also (I assume it's related) the From: header adds a ", ?=@domain.tld" at the end. Does my postfix add this? "domain.tld" is what the mydomain variable is on postfix/main.cf.
Can someone check these functions and the conversions? I am using Thomas's latest patch for UTF8 mbstring.
The "subject:" shows fine with the exact same foreign string - only the From: (and I assume reply-to etc) seem to show this problem.
Thanks in advance,
Eric
Change History (1)
comment:1 Changed 6 years ago by thomasb
- Milestone set to 0.1-rc1
- Resolution set to fixed
- Status changed from new to closed

Header encoding problem of PEAR::Mail_mime. Fixed in trunk.