6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#11806] Activesync incorrect header encoding
*
Your Email Address
*
Spam protection
Enter the letters below:
..___.__ . ..___. |[__ [__)| | _/ \__|| | |/\|./__.
Comment
> When I send a message from my device to a recipient containing > iso-8859-1 chars, I get an email with no encoded message headers. > Sending to "José" <xx@xx.xx> (acute e) delivers a message with a > header containing utf8 chars like: > To: José <xx@xx.xx> > but it should be: > To: =?utf-8?b?Sm9zw6k=?= <xx@xx.xx> > > I think there are some errors in Core/ActiveSync/Driver.php with > charset handling. At line 1072: > $h_array = $headers->toArray(); > but changing it to > $h_array = $headers->toArray(array('charset' => 'UTF-8')); > fixes the error and the message headers are correctly coded. > If this is correct, i guess this has to be fixed also in line 1183, > in copy to sent folder: > $msg = $copy->toString(array('headers' => > $headers->toString(array('charset' => '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