Summary | Trash folder should have type 4, not 12 |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | john.bieling (at) gmx (dot) de |
Created | 11/08/2017 (2795 days ago) |
Due | |
Updated | 11/19/2017 (2784 days ago) |
Assigned | 11/12/2017 (2791 days ago) |
Resolved | 11/19/2017 (2784 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I referred to the MS-ASCMD documentation, specific:
https://msdn.microsoft.com/en-us/library/gg650877(v=exchg.80).aspx
where the folder of type 4 is called the "default deleted item
folder". For me this concluded, that such a folder must be present, so
that the EAS client can always choose beween moving a folder to trash
and deleting it via FolderDelete.
However, there is also the OPTION "DeletesAsMoves", which you probably
do not send, if the user has disabled trash and thus there is no
folder of type 4. I missed that OPTION.
Thanks for your time,
John
client side, I have to check if the trash folder is there or not,
even though it is a default one, which should be there?
you mean here.
State ⇒ Not A Bug
If the account that ActiveSync is synchronizing with is not using a
trash folder, why would we indicate to EAS to use one?
or not, even though it is a default one, which should be there?
deletion. The former uses and REQUIRES a folder of type 4 to be set,
the latter does not and indicates to the server to perform an
immediate expunge.
setting and issues a FolderDelete request, will Horde translate that
into a "move to trash" or will it obey the delete request?
move any items to the trash.
Horde_Core_ActiveSync_Driver::_getMailFolder()
If you are seeing the trash folder as type 12, this probably means
that you don't have the "use_trash" pref set in IMP's preferences.
side, I have to check if the trash folder is there or not, even though
it is a default one, which should be there?
A follow up question: If the Horde user did enable the "use_trash"
setting and issues a FolderDelete request, will Horde translate that
into a "move to trash" or will it obey the delete request?
Horde_Core_ActiveSync_Driver::_getMailFolder()
If you are seeing the trash folder as type 12, this probably means
that you don't have the "use_trash" pref set in IMP's preferences.
State ⇒ Feedback
Horde_Core_ActiveSync_Driver::_getMailFolder()
If you are seeing the trash folder as type 12, this probably means
that you don't have the "use_trash" pref set in IMP's preferences.
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Trash folder should have type 4, not 12
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
you use 12 and not 4. why?