Summary | ActiveSync: Deleting one email in Outlook 2013 results in two mails in Outlook 2013 trash folder |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | chrissi (at) amusing (dot) de |
Created | 01/30/2014 (4151 days ago) |
Due | |
Updated | 01/31/2014 (4150 days ago) |
Assigned | 01/31/2014 (4150 days ago) |
Resolved | 01/31/2014 (4150 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
are issuing the correct commands and responses, so there is really
nothing we can do.
Christian
I have no idea about what kind of implementation hotmail has. Perhaps
Hotmail doesn't synchronize the deleted items folder. Regardless, we
are issuing the correct commands and responses, so there is really
nothing we can do.
indicate this is indeed a bug in Outlook affecting both IMAP and EAS
accounts.
not happen when using Hotmail via ActiveSync? Shouldn't it be the same
behavior?
Regards, Christian
State ⇒ Not A Bug
indicate this is indeed a bug in Outlook affecting both IMAP and EAS
accounts.
Regards, Christian
was the mail from the bug tracker, subject: "[Tickets
#12945] Re:ActiveSync: Deleting one email in Outlook 2013 results in two mails in
Outlook 2013 trash folder"
Christian
New Attachment: 09DCC42B753E458193D8E22501A60F74.zip
Regards, Christian
do you mean the Horde log? If yes, do I have to set the log level to
something specific, debugging for example?
Regards, Christian
To enable debugging, see instructions contained in the ActiveSync
section of Horde's configuration. Also, see
http://wiki.horde.org/ActiveSync for more details.
do you mean the Horde log? If yes, do I have to set the log level to
something specific, debugging for example?
Regards, Christian
State ⇒ Feedback
State ⇒ Assigned
I'll have to double check the specifications to be sure we are
implementing it correctly.
In the meantime I tried to reproduce the same scenario with my Hotmail
account, it can be used via ActiveSync as well.
With Hotmail it doesn't happen, meaning when I delete an email there
isn't a second one in the trash folder afterwards ... what could be
different there?
Best regards,
Christian
Assigned to Michael Rubinsky
State ⇒ Not A Bug
to the trash folder (which is correct), but it ALSO manually moves the
email locally (this is incorrect). All the client is supposed to do is
remove the email from the old mailbox. The server, in response to the
MOVE command moves the email to the new folder (In this case the Trash
folder) and the change is then picked up on the next SYNC or PING
cycle. SInce OL is manually moving the email, the server has no idea
it is already in the mailbox (the protocol provides no mechanism for
this, all changes are done server side and sent to the client).
based on any criteria. The server knows what messages were sent to the
client based on the message's UID, not any other header values and
detects any changes in the mailboxes on the IMAP server. These changes
are sent to the client. Any client initiated changes are sent as
commands to the server, i.e., "move this message from the INBOX to the
Trash folder please". The server performs the command and tells the
client the results, i.e., "I moved the email from the INBOX to the
Trash folder and it has the following UID value: 432. You should
remove the old copy of the email from the INBOX folder."
Best regards,
Christian Hailer
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ActiveSync: Deleting one email in Outlook 2013 results in two mails in Outlook 2013 trash folder
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I experienced a litte bug when using Outlook 2013 via ActiveSync to
connect to Horde.
When I delete an email in Outlook 2013, it is moved to the trash
folder correctly. After a few seconds exactly the same email appears
in the trash folder, so you now see the deleted email twice.
This second email appears only in Outlook, you don't see it in the
Horde webmail trash.
If you compare the header of the two emails, it slightly differs in
the "Content-Type" field, everything else is exactly the same.
Deleted email:
Content-Type: multipart/alternative; boundary="=_7CrMzMy6GwiFZgAVh3gsUw9"
Email which appeared some seconds later:
Content-Type: multipart/alternative; boundary="=_yt_nh4i36nWWv2czhvKVfQ1"
It seems as when the deleted email is synced to Horde it's header gets
changed, so Outlook 2013 sees it as a new item and downloads it again.
If you need any further information please don't hesitate to contact me!
Best regards,
Christian Hailer