6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/22/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9020] Subject charset problem
*
Your Email Address
*
Spam protection
Enter the letters below:
..__. __.. ..__. || |(__ |\ || | \__||__\.__)| \||__|
Comment
>> It could also be the imap server's fault. If you need more support, >> please ask on the mailing list. > > Hi Jan, > > I just fixed the issue by adding the following in mailbox.php at line 737: > $msg['subject']=utf8_encode($msg['subject']); right after > > $msg['subject'] = $imp_ui->getSubject($ob->subject); > > > the code now looks like: > if (!empty($ob->subject)) { > $msg['subject'] = $imp_ui->getSubject($ob->subject); > $msg['subject']=utf8_encode($msg['subject']); > } > > this effectively solves the problem and displays the characters > properly. Can you confirm if this is just a bug on our systems ( and > therefore we should make a note of it and update IMP ourselves ) or > if it's a general issue with IMP that will be fixed in future > releases ? > > We also had a very hard time with subjects encoded with ISO-8859. I > submitted more info to the mailing list but basically the solution > was to have NLS::getCharset return ISO-8859-1 instead of UTF-8 >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers