6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/29/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14722] ActiveSync client cannot delete Emails (maybe localized IMAP secial folders)
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. .. .. .. . [__]|_/ |__||\ ||_/ | || \| || \|| \
Comment
>> The synclog does not show any delete request. I'm not sure what you >> mean by enabling packet filtering for this log, as it's not a > > I blocked with the packet filter any other device. So only my cell > phone (with thee AS accounts on it) shows up in this log > >> wiretrace. If you had "Mark as deleted" selected in IMP, then this >> explains why there are no delete requests in the log, as the EAS >> protocol REQUIRES a Trash folder to work correctly. >> >> For deletion to work, IMP must be configured to use a real Trash >> folder, and not just Mark as Deleted. Though, since you say you have >> tried this previously, something else must be going on. >> >> To see if the localization is what is causing the issue, let's start >> by first making sure the you are using a real Trash folder in IMP and >> then executing the following code in the Horde Administrative PHP >> Shell (Gear Icon -> Administration -> PHP Shell) and posting the >> output here. >> >> <code> >> >> var_dump($registry->mail->getSpecialMailboxes()); >> >> </code> > > PHP Code > > 1 var_dump($registry->mail->getSpecialMailboxes()); > > Ergebnisse > > array(6) { > ["composetemplates"]=> > object(IMP_Mailbox)#244 (1) { > ["_mbox":protected]=> > string(9) "Templates" > } > ["drafts"]=> > object(IMP_Mailbox)#250 (1) { > ["_mbox":protected]=> > string(9) "Entwürfe" > } > ["sent"]=> > array(1) { > [0]=> > object(IMP_Mailbox)#245 (1) { > ["_mbox":protected]=> > string(8) "Gesendet" > } > } > ["spam"]=> > object(IMP_Mailbox)#241 (1) { > ["_mbox":protected]=> > string(4) "Spam" > } > ["trash"]=> > object(IMP_Mailbox)#235 (1) { > ["_mbox":protected]=> > string(10) "Papierkorb" > } > ["userspecial"]=> > array(0) { > } > } > > > So far looks fine, also Papierkorb aka Trash has no special char like > Entwürfe/Drafts
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers