[#8035] pop3 mail delete make a partial inbox refersh
Summary pop3 mail delete make a partial inbox refersh
Queue IMP
Queue Version 4.3.3
Type Bug
State Resolved
Priority 2. Medium
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester fabio (dot) prina (at) it (dot) easynet (dot) net
Created 02/26/09 (381 days ago)
Due 02/26/09 (381 days ago)
Updated 01/27/10 (46 days ago)
Assigned
Resolved 03/04/09 (375 days ago)
Attachments
Milestone
Patch No

History
01/27/10 bqui (at) free (dot) fr Comment #5 Reply to this comment
That's annoying - c-client internally caches index numbers and the 
only way to reset this cache is to do a imap_reopen() after 
expunging.  Fixed in 4.3.4.
The maillog must be disabled ; otherwise it still not work !
03/04/09 Michael Slusarz Comment #4
State ⇒ Resolved
Assigned to Michael Slusarz
Reply to this comment
That's annoying - c-client internally caches index numbers and the 
only way to reset this cache is to do a imap_reopen() after expunging. 
  Fixed in 4.3.4.
03/04/09 CVS Commit Comment #3 Reply to this comment
03/04/09 CVS Commit Comment #2 Reply to this comment
02/26/09 fabio (dot) prina (at) it (dot) easynet (dot) net Comment #1
State ⇒ Unconfirmed
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 02/26/09
Summary ⇒ pop3 mail delete make a partial inbox refersh
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
In pop3 inbox  each mail related to the their own "body" with an HREF 
like /hord /imp/message.php?mailbox=INBOX&index=1



something like:



message #1 href to index=1

message #2 href to index=2

message #3 href to index=3

message #4 href to index=4

message #5 href to index=5

message #6 href to index=6



... if I delete the message #3 the list in the inbox appear like:



message #1 href to index=1

message #2 href to index=2

message #3 href to index=4 (open a wrong body)

message #4 href to index=5 (open a wrong body)

message #5 href to index=6 (Requested message not found.)



So the message number and the index number are shifted by 1 (for all 
the mails after the deleted one)



After a manual refresh the INBOX return in a consistent state



thanks