Summary | "Move"-Filter doesn't move emails |
Queue | Ingo |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | Horde Developers (at) |
Requester | b4u (at) front (dot) ru |
Created | 01/26/2006 (7075 days ago) |
Due | |
Updated | 02/13/2006 (7057 days ago) |
Assigned | 02/12/2006 (7058 days ago) |
Resolved | 02/13/2006 (7057 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Feedback
I just played around with the ingo/lib/Script/imap.php and found out,
that the error ("Current box is selected READ-ONLY.") still occurs if
I add an "imap_reopen($params['imap'],$params['mailbox'],0);" command
at the beginning of the perfom method, but it won't occur if i add it
after line 235 saying "$indices = $imap_search->searchMailbox($query,
$params['imap'], $params['mailbox']);".
That's why I believe that the searchMailbox method reopens the mailbox
readonly.
sincerly,
mbraun
Assigned to
State ⇒ Assigned
Bug 3460has an explanation why this happens.1. any idea how to debug this?
2. why does moving using imp works?
doing what it is supposed to do.
State ⇒ Not A Bug
doing what it is supposed to do.
line 271 was executed.
same result: the "filtered" mail was just copied but not moved.
executed, and line 309 is *not* executed?
executed, and line 309 is *not* executed?
When the filter is applied it keeps a copy in the Inbox which is not
marked as deleted and creates another copy in the destenation folder.
State ⇒ Feedback
the original message left completely intact, or are they marked as
deleted?
The version of installed applications are:
horde 3.2-cvs
ingo 1.2-cvs
imp 4.2-cvs
Ingo is setup to use the following backend:
$backends['imap'] = array(
'driver' => 'null',
'preferred' => '',
'hordeauth' => 'full',
'params' => array(),
'script' => 'imap',
'scriptparams' => array()
);
The rules in question all have the "Deliver to folder" option selected
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ "Move"-Filter doesn't not moves emails
Queue ⇒ Ingo
State ⇒ Unconfirmed
i've upgraded my horde installation from cvs. for Ingo i'm usung my
old settings. now any rule that should move emails (deliver to folder)
just copies such emails but don't moves them.
any sollutions for this problem?
thnx
boblgum