6.0.0-beta1
7/12/25

[#11410] ActiveSync does not save a copy in sent folder
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

History
10/15/2012 08:38:56 PM Git Commit Comment #13 Reply to this comment
Changes have been made in Git (develop):

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
10/15/2012 08:38:51 PM Git Commit Comment #12 Reply to this comment
Changes have been made in Git (develop):

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
10/15/2012 08:38:13 PM Git Commit Comment #11 Reply to this comment
Changes have been made in Git (develop):

commit 7cf3a3c00f29a8027dd8ede2285822f00a15064f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Sun Sep 9 20:24:38 2012 -0400

     Bug: 11410 Fix 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
09/15/2012 07:45:26 PM per (at) ddm (dot) se Comment #10 Reply to this comment
Well, I think I got it right but still no message body in Sent.
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.
Are you sure you applied both patches?  Without them I experience 
the symptoms, with them applied it works correctly.
09/15/2012 07:43:36 PM Michael Rubinsky State ⇒ Resolved
 
09/15/2012 07:40:51 PM samuel (dot) wolf (at) wolf-maschinenbau (dot) de Comment #9 Reply to this comment
Try now?
it works!
09/15/2012 07:22:46 PM Michael Rubinsky Comment #8 Reply to this comment
Try now?
Tried but without succes. I'm confused what is missing are the 
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?
Are you sure you applied both patches?  Without them I experience the 
symptoms, with them applied it works correctly.
09/15/2012 07:20:51 PM per (at) ddm (dot) se Comment #7 Reply to this comment
Try now?
Tried but without succes. I'm confused what is missing are the 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?
09/15/2012 06:40:28 PM Michael Rubinsky Comment #6
State ⇒ Feedback
Reply to this comment
Try now?
09/15/2012 06:39:52 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

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
09/15/2012 06:39:46 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

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
09/15/2012 08:18:55 AM samuel (dot) wolf (at) wolf-maschinenbau (dot) de Comment #3 Reply to this comment
  .../Core/lib/Horde/Core/ActiveSync/Driver.php      |   23 
+++++++++++++-------
  1 files changed, 15 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/7cf3a3c00f29a8027dd8ede2285822f00a15064f
I add the patch in my horde installation and get now a copy of my 
message in the sent folder but without a message body.
09/10/2012 12:30:42 AM Michael Rubinsky Assigned to Michael Rubinsky
State ⇒ Resolved
 
09/10/2012 12:30:08 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 7cf3a3c00f29a8027dd8ede2285822f00a15064f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Sun Sep 9 20:24:38 2012 -0400

     Bug: 11410 Fix 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
09/08/2012 03:02:20 PM samuel (dot) wolf (at) wolf-maschinenbau (dot) de Comment #1
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ ActiveSync does not save a copy in sent folder
Type ⇒ Bug
Reply to this comment
Sending a email over ActiveSync does not save a copy in the send folder.

Saved Queries