Summary | ActiveSync does not save a copy in sent folder |
Queue | Horde Base |
Queue Version | 5.0.0beta5 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 09/08/2012 (4690 days ago) |
Due | |
Updated | 10/15/2012 (4653 days ago) |
Assigned | 09/15/2012 (4683 days ago) |
Resolved | 09/15/2012 (4683 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit dcaefbcdebb051310d0a527db595a09feae5064d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 15 14:36:17 2012 -0400
Need to force headers to string also, to ensure no streams remain.
More fixes for
Bug: 11410.../Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/dcaefbcdebb051310d0a527db595a09feae5064d
commit 3320f02af79bc8c33113235354db637172a16823
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 15 14:33:40 2012 -0400
Horde_Mime_Part::parseMessage() takes a string, not a stream.
Part of fix for
Bug: 11410.../ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3320f02af79bc8c33113235354db637172a16823
commit 7cf3a3c00f29a8027dd8ede2285822f00a15064f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Sep 9 20:24:38 2012 -0400
Bug: 11410Fix saving sent messages from ActiveSync..../Core/lib/Horde/Core/ActiveSync/Driver.php | 23
+++++++++++++-------
1 files changed, 15 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/7cf3a3c00f29a8027dd8ede2285822f00a15064f
I downloaded (wget)
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/ActiveSync/Driver.php?onb=3320f02af79bc8c33113235354db637172a16823&rt=horde-git&r=dcaefbcdebb051310d0a527db595a09feae5064d&p=1
Named it Driver.php in /usr/share/php/Horde/Core/ActiveSync
Except for that file (Driver.php) I'm running Patch 5, that is I
haven't 'gitted' my installation, i.e., there could be some other
updates (outside Driver.php) that I'm missing.
I see mr Wolf hawe got it working so I suppose it's on my end.
the symptoms, with them applied it works correctly.
message body, message headers are saved to the Sent folder, e.g.,
From, Subject, etc but not the actual message.
On line 1178 same file it seams the actual message are dealt with
isn't it something like Tate Tate is missing when appending to the
IMAP folder?
symptoms, with them applied it works correctly.
body, message headers are saved to the Sent folder, e.g., From,
Subject, etc but not the actual message.
On line 1178 same file it seams the actual message are dealt with
isn't it something like Tate Tate is missing when appending to the
IMAP folder?
State ⇒ Feedback
commit dcaefbcdebb051310d0a527db595a09feae5064d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 15 14:36:17 2012 -0400
Need to force headers to string also, to ensure no streams remain.
More fixes for
Bug: 11410.../Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/dcaefbcdebb051310d0a527db595a09feae5064d
commit 3320f02af79bc8c33113235354db637172a16823
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 15 14:33:40 2012 -0400
Horde_Mime_Part::parseMessage() takes a string, not a stream.
Part of fix for
Bug: 11410.../ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3320f02af79bc8c33113235354db637172a16823
+++++++++++++-------
1 files changed, 15 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/7cf3a3c00f29a8027dd8ede2285822f00a15064f
message in the sent folder but without a message body.
State ⇒ Resolved
commit 7cf3a3c00f29a8027dd8ede2285822f00a15064f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Sep 9 20:24:38 2012 -0400
Bug: 11410Fix saving sent messages from ActiveSync..../Core/lib/Horde/Core/ActiveSync/Driver.php | 23
+++++++++++++-------
1 files changed, 15 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/7cf3a3c00f29a8027dd8ede2285822f00a15064f
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ ActiveSync does not save a copy in sent folder
Type ⇒ Bug