| 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 |
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
State ⇒ Unconfirmed
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 02/26/09
Summary ⇒ pop3 mail delete make a partial inbox refersh
Type ⇒ Bug
Priority ⇒ 2. Medium
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