Summary | Copy to sent-folder fails when sending via activesync with latest git |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | tomi.orava (at) ncircle (dot) nullnet (dot) fi |
Created | 10/17/2012 (4654 days ago) |
Due | |
Updated | 10/27/2012 (4644 days ago) |
Assigned | 10/17/2012 (4654 days ago) |
Resolved | 10/17/2012 (4654 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 7755d608a1e94ed93520b95847861b05d684c676
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Oct 17 12:24:50 2012 -0400
Bug: 11529Need the full mailbox name, not just the basename..../Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7755d608a1e94ed93520b95847861b05d684c676
State ⇒ Feedback
commit 7755d608a1e94ed93520b95847861b05d684c676
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Oct 17 12:24:50 2012 -0400
Bug: 11529Need the full mailbox name, not just the basename..../Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7755d608a1e94ed93520b95847861b05d684c676
State ⇒ Assigned
Assigned to Michael Rubinsky
State ⇒ Feedback
IMP's API, so that is what IMP is reporting when your last FOLDERSYNC
request was performed.
From Horde's admin PHP shell, what is the output of:
var_dump($GLOBALS['registry']->mail->getSpecialMailboxes());
?
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Copy to sent-folder fails when sending via activesync with latest git
Type ⇒ Bug
couple of weeks (or something) that causes failure messages on the
activesync client when sending emails. More specifically, the actual
mail sending works just fine, but the copying to the imap sent folder
fails as the imap folder is written incorrectly.
Composing mails via horde directly:
<1350459424<4<1350459424< <1350459424<APPEND<1350459424<
<1350459424<"INBOX.Sent"<1350459424<
<1350459424<(<1350459424<\seen<1350459424<)<1350459424<
<1350459424<{525+}
Using android phone via activesync:
<1350457445<6<1350457445< <1350457445<APPEND<1350457445<
<1350457445<"Sent"<1350457445<
<1350457445<(<1350457445<\seen<1350457445<)<1350457445<
<1350457445<{945+}
So it seems that the magic prefix "INBOX" is missing whenever I'm
using activesync to send emails.
I can provide more detailed logs if necessary (cyrus imap debug logs)
but I'd rather not make them public.