Summary | Port selective expunge code from IMP_Message::expungeMailbox() to Ingo IMAP driver |
Queue | Ingo |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | yvon.lafaille (at) limousin (dot) iufm (dot) fr |
Created | 12/07/2006 (6791 days ago) |
Due | 12/07/2006 (6791 days ago) |
Updated | 08/30/2007 (6525 days ago) |
Assigned | 04/25/2007 (6652 days ago) |
Resolved | 08/30/2007 (6525 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | Ingo 1.2 |
Patch | No |
Assigned to Chuck Hagenbuch
Taken from
State ⇒ Resolved
State ⇒ Assigned
Priority ⇒ 2. Medium
Summary ⇒ Port selective expunge code from IMP_Message::expungeMailbox() to Ingo IMAP driver
State ⇒
don't use the delete completely option - they don't mix well. For an
eventual fix, we can use some code from IMP - I updated the ticket
summary to match.
horde-3.1.3
imp-4.1.3
ingo-1.1.2
Here is the stanza of ./horde/ingo/config/backends.php
$backends['imap'] = array(
'driver' => 'null',
'preferred' => 'localhost',
'hordeauth' => true,
'params' => array(),
'script' => 'imap',
'scriptparams' => array()
);
This is the only stanza I left uncommented.
Summary ⇒ Applying filters erase messages marked as deleted
State ⇒ Feedback
Priority ⇒ 3. High
State ⇒ Unconfirmed
Queue ⇒ Ingo
Due ⇒ 12/07/2006
Summary ⇒ Applying filters erase messages markd as deleted
Type ⇒ Bug
I am applying the filters, every message marked as "deleted" is
getting completely erased (unrecoverable)
Details:
The blacklist is configured with "Delete message completely".
When I apply the filters with no blacklisted message in INBOX, nothing
is deleted (it is correct)