| 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 | 02/26/2009 (6096 days ago) |
| Due | |
| Updated | 09/01/2010 (5544 days ago) |
| Assigned | 08/26/2010 (5550 days ago) |
| Resolved | 09/01/2010 (5544 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
http://lists.horde.org/archives/cvs/Week-of-Mon-20100830/091232.html
State ⇒ Feedback
still happening with maillog enabled.
only way to reset this cache is to do a imap_reopen() after
expunging. Fixed in 4.3.4.
State ⇒ Resolved
Assigned to Michael Slusarz
only way to reset this cache is to do a imap_reopen() after expunging.
Fixed in 4.3.4.
http://cvs.horde.org/diff.php/imp/lib/IMAP.php?rt=horde&r1=1.11.10.22&r2=1.11.10.23&ty=u
http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.383&r2=1.699.2.384&ty=u
http://cvs.horde.org/diff.php/imp/lib/IMAP.php?rt=horde&r1=1.11.10.21&r2=1.11.10.22&ty=u
http://cvs.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde&r1=1.76.10.75&r2=1.76.10.76&ty=u
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
like /hord /imp/message.php?mailbox=INBOX&index=1
something like:
message
#1href to index=1message
#2href to index=2message
#3href to index=3message
#4href to index=4message
#5href to index=5message
#6href to index=6... if I delete the message
#3the list in the inbox appear like:message
#1href to index=1message
#2href to index=2message
#3href to index=4 (open a wrong body)message
#4href to index=5 (open a wrong body)message
#5href 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