Summary | Sending a message from Outlook with special german chars results in error |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | patrick (at) spamreducer (dot) eu |
Created | 08/20/2014 (4007 days ago) |
Due | |
Updated | 09/04/2014 (3992 days ago) |
Assigned | 08/20/2014 (4007 days ago) |
Resolved | 09/02/2014 (3994 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit bec11721f2aabb6f268c05b23796157a6598e96b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Sep 1 20:54:04 2014 -0400
Add the test for
Bug #13456.../test/Horde/ActiveSync/Rfc822Test.php | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/bec11721f2aabb6f268c05b23796157a6598e96b
State ⇒ Resolved
commit 9e00a3b085aebfb4693c878cb4b4aecd96d01d9e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Sep 1 20:24:28 2014 -0400
Ensure headers are always UTF-8.
Possible fix for
Bug #13456.../ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 2 +-
framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/9e00a3b085aebfb4693c878cb4b4aecd96d01d9e
Can you post a raw IMAP debug log? (See imp/config/backends.php for
turning this on).
New Attachment: horde_debug.txt
horde_debug.txt and it's placed in your configured temporary
directory.
Attached horde_debug.txt..
horde_debug.txt and it's placed in your configured temporary directory.
New Attachment: Tickets #13456_manual_patch.tgz
I have attached the new log..
Horde::debug($mailer->getSentMail());
to Horde_Core_ActiveSync_Driver::sendMail() after line 1928 right
after the comment:
// Ignore issues sending to sent, in case the folder isn't
// available.
following location: https://db.tt/cCYm2Uln
encoded in the same charset as yours, and is correctly saved to sent
mail.
command is much earlier in the log.
New Attachment: error gesendete elemente.PNG
following location: https://db.tt/cCYm2Uln
The important part is beginning from line 22938 in log.
Thanks!
New Attachment: OL2013_Sent.jpg
Assigned to Michael Rubinsky
New Attachment: OL2013_INBOX.jpg
Attached are two screenshots of my OL2013 Sent Items and INBOX showing
an email with German characters in the subject. The email was sent
from OL2013.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Sending a message from Outlook with special german chars results in error
Type ⇒ Bug
Queue ⇒ Synchronization
found a new bug..
Whenever I send a message from OL2013 with special german chars like
"ÄÖÜ" and "äöü" in the subject OL disconnects from the Horde server -
the sent messages does not appear in OL "Sent messages" folder.
When I re-open OL the sent message appears, but the character encoding
on this message is totally wrong, it's "��� äöü".
This problem persists just on *OUTGOING* messages and just in
*Outlook*; on my *Android* phone the encoding in "Sent messages"
folder is *correct*!
The messages which are incoming (for example into "INBOX") are encoded
as they should; they encode correct.