[Tickets #14722] Re: ActiveSync client cannot delete Emails (maybe localized IMAP secial folders)
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Nov 25 10:25:22 UTC 2017
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/14722
------------------------------------------------------------------------------
Ticket | 14722
Aktualisiert Von | oliverafg at gmx.de
Zusammenfassung | ActiveSync client cannot delete Emails (maybe localized
| IMAP secial folders)
Warteschlange | Horde Groupware Webmail Edition
Version | 5.2.22
Typ | Bug
Status | Feedback
Priorität | 1. Low
Milestone |
Patch |
Zuständige | Michael Rubinsky
------------------------------------------------------------------------------
oliverafg at gmx.de (2017-11-25 10:25) hat geschrieben:
> 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
More information about the bugs
mailing list