<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Sending a message from Outlook with special german chars results in error</title> 
  <pubDate>Wed, 08 Apr 2026 17:38:54 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/13456</link> 
  <atom:link rel="self" type="application/rss+xml" title="Sending a message from Outlook with special german chars results in error" href="https://bugs.horde.org/ticket/13456/rss" /> 
  <description>Sending a message from Outlook with special german chars results in error</description> 
 
   
   
  <item> 
   <title>Hi guys,
found a new bug..

Whenever I send a message fro</title> 
   <description>Hi guys,
found a new bug..

Whenever I send a message from OL2013 with special german chars like &quot;ÄÖÜ&quot; and &quot;äöü&quot; in the subject OL disconnects from the Horde server - the sent messages does not appear in OL &quot;Sent messages&quot; folder.

When I re-open OL the sent message appears, but the character encoding on this message is totally wrong, it&#039;s &quot;Ã?Ã?Ã? Ã¤Ã¶Ã¼&quot;.

This problem persists just on *OUTGOING* messages and just in *Outlook*; on my *Android* phone the encoding in &quot;Sent messages&quot; folder is *correct*!

The messages which are incoming (for example into &quot;INBOX&quot;) are encoded as they should; they encode correct.</description> 
   <pubDate>Wed, 20 Aug 2014 08:43:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85278</link> 
  </item> 
   
  <item> 
   <title>Cannot reproduce.

Attached are two screenshots of my OL20</title> 
   <description>Cannot reproduce.

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.</description> 
   <pubDate>Wed, 20 Aug 2014 16:06:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85290</link> 
  </item> 
   
  <item> 
   <title>I have tested the same right now, and I have uploaded my log</title> 
   <description>I have tested the same right now, and I have uploaded my log to the following location: https://db.tt/cCYm2Uln

The important part is beginning from line 22938 in log.

Thanks!</description> 
   <pubDate>Thu, 21 Aug 2014 08:27:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85306</link> 
  </item> 
   
  <item> 
   <title>&gt; I have tested the same right now, and I have uploaded my l</title> 
   <description>&gt; I have tested the same right now, and I have uploaded my log to the 
&gt; following location: https://db.tt/cCYm2Uln

Don&#039;t know what to tell you. It works perfectly here. The subject is encoded in the same charset as yours, and is correctly saved to sent mail.


&gt; The important part is beginning from line 22938 in log.

FYI - this line shows the mail being sent TO the client. The SENDMAIL command is much earlier in the log.</description> 
   <pubDate>Thu, 21 Aug 2014 16:58:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85329</link> 
  </item> 
   
  <item> 
   <title>You can try adding:

Horde::debug($mailer-&gt;getSentMail());</title> 
   <description>You can try adding:

Horde::debug($mailer-&gt;getSentMail());

to Horde_Core_ActiveSync_Driver::sendMail() after line 1928 right after the comment: 

                // Ignore issues sending to sent, in case the folder isn&#039;t
                // available.


</description> 
   <pubDate>Thu, 21 Aug 2014 17:18:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85330</link> 
  </item> 
   
  <item> 
   <title>&gt; You can try adding:
&gt;
&gt; Horde::debug($mailer-&gt;getSentMai</title> 
   <description>&gt; You can try adding:
&gt;
&gt; Horde::debug($mailer-&gt;getSentMail());
&gt;
&gt; to Horde_Core_ActiveSync_Driver::sendMail() after line 1928 right 
&gt; after the comment:
&gt;
&gt;                 // Ignore issues sending to sent, in case the folder isn&#039;t
&gt;                 // available.
&gt;
&gt;
&gt;
Done.
I have attached the new log..</description> 
   <pubDate>Fri, 22 Aug 2014 15:44:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85361</link> 
  </item> 
   
  <item> 
   <title>This is the synclog, I need the debug log. It&#039;s a file calle</title> 
   <description>This is the synclog, I need the debug log. It&#039;s a file called horde_debug.txt and it&#039;s placed in your configured temporary directory.</description> 
   <pubDate>Mon, 25 Aug 2014 15:00:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85447</link> 
  </item> 
   
  <item> 
   <title>&gt; This is the synclog, I need the debug log. It&#039;s a file cal</title> 
   <description>&gt; This is the synclog, I need the debug log. It&#039;s a file called 
&gt; horde_debug.txt and it&#039;s placed in your configured temporary 
&gt; directory.
OK, learnt something new..
Attached horde_debug.txt..</description> 
   <pubDate>Mon, 25 Aug 2014 15:45:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85450</link> 
  </item> 
   
  <item> 
   <title>What IMAP server is this?

Can you post a raw IMAP debug l</title> 
   <description>What IMAP server is this?

Can you post a raw IMAP debug log? (See imp/config/backends.php for turning this on).</description> 
   <pubDate>Mon, 01 Sep 2014 22:42:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85579</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 9e00a3b085ae</title> 
   <description>Changes have been made in Git (master):

commit 9e00a3b085aebfb4693c878cb4b4aecd96d01d9e
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
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</description> 
   <pubDate>Tue, 02 Sep 2014 00:26:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85580</link> 
  </item> 
   
  <item> 
   <title>Fix in Git.</title> 
   <description>Fix in Git.</description> 
   <pubDate>Tue, 02 Sep 2014 00:31:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85581</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit bec11721f2aa</title> 
   <description>Changes have been made in Git (master):

commit bec11721f2aabb6f268c05b23796157a6598e96b
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
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</description> 
   <pubDate>Tue, 02 Sep 2014 00:54:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85582</link> 
  </item> 
   
  <item> 
   <title>&gt; Fix in Git.
Confirm! Fixed!</title> 
   <description>&gt; Fix in Git.
Confirm! Fixed!</description> 
   <pubDate>Thu, 04 Sep 2014 19:03:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13456#t85619</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
