Summary | activesync doesn't respect the configured sent-folder settings |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | tomi.orava (at) ncircle (dot) nullnet (dot) fi |
Created | 12/07/2012 (4583 days ago) |
Due | |
Updated | 02/20/2013 (4508 days ago) |
Assigned | 12/07/2012 (4583 days ago) |
Resolved | 02/20/2013 (4508 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 7d2cbf3d1f0fd262b9fa3e02294ff12b9b3fc57c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Feb 19 19:40:45 2013 -0500
Always use the default identity's sent_mail_folder if there is
more than one.
Bug: 11828.../Core/lib/Horde/Core/ActiveSync/Driver.php | 6 ------
.../lib/Horde/Core/ActiveSync/Imap/Factory.php | 14 +++++++++++++-
2 files changed, 13 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/7d2cbf3d1f0fd262b9fa3e02294ff12b9b3fc57c
that everything works just fine as long as you have only one email
identity. However, if I create a second identity and set the new
identity to log Sent-mails to a different folder, this latest identity
Sent-mail settings will always override the default identitys values
also on the activesync side as well.
Therefore, if you have just the default identity, you know exactly
where the Sent-mails are being stored. In case you have setup multiple
email identities, all the sent mails sent via activesync will get
stored to some Sent-mail folder that was defined in the newest
additional email identity's settings.
I ran these tests with GIT version 269bddaac57eec1acd39b5f9312b19bbc9a8a193.
State ⇒ Feedback
Milestone ⇒
Assigned to Michael Rubinsky
Queue ⇒ Synchronization
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒ fbfvy
Queue ⇒ IMP
Summary ⇒ activesync doesn't respect the configured sent-folder settings
Type ⇒ Bug
9dc2c5b411e75d780e8b12d00526f163a5156adc (fri 30.11) doesn't seem to
respect the user configured sent-mail folder settings. I have
configured the default indentity via IMP -> personal information ->
sent folder to be a sub-folder in the INBOX.Sent ---> INBOX.Sent.2012.
However, the all the emails sent via activesync gets copied to
INBOX.Sent instead. Minor issue of course, but I would expect those
mails to end up stored in the same location as all the rest of the
sent mails.