6.0.0-beta6
4/9/26

[#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 slusarz (at) horde (dot) org
Requester fabio.prina (at) it (dot) easynet (dot) net
Created 2/26/09 (6251 days ago)
Due
Updated 9/1/10 (5699 days ago)
Assigned 8/26/10 (5705 days ago)
Resolved 9/1/10 (5699 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/01/2010 08:04:05 AM Michael Slusarz Comment #7
State ⇒ Resolved
Reply to this comment
Finally tracked this down.  Fixed in IMP 4.3.8.

http://lists.horde.org/archives/cvs/Week-of-Mon-20100830/091232.html
08/26/2010 04:22:01 PM Michael Slusarz Comment #6
State ⇒ Feedback
Reply to this comment
Probably should take a look at this again, because it is reportedly 
still happening with maillog enabled.
01/27/2010 12:48:58 PM 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/2009 09:20:21 PM 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/2009 09:19:55 PM CVS Commit Comment #3 Reply to this comment
02/26/2009 03:44:45 PM fabio (dot) prina (at) it (dot) easynet (dot) net Comment #1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 02/26/2009
Summary ⇒ pop3 mail delete make a partial inbox refersh
Type ⇒ Bug
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

Saved Queries