Opened 5 years ago
Closed 5 years ago
#1484941 closed Bugs (worksforme)
Emails vanishing when roundcube tries to delete & check for messages
| Reported by: | swizzle | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | 0.2-beta |
| Component: | Core functionality | Version: | 0.1-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Since I get a lot of spam (100 a day), when I try and delete the spam each morning roundcube can't keep up with the speed I am trying to delete the messages. It attempts to delete messages and check for new messages at the same time which means it will delete messages that I haven't selected. The larger issue is these messages don't end up in the deleted folder - they just vanish.
I suspect roundcube is indentifying messages by index so when new messages get added (or maybe even just the existing ones get removed from the list) the indexes are all wrong.
Change History (2)
comment:1 Changed 5 years ago by thomasb
comment:2 Changed 5 years ago by alec
- Milestone changed from later to 0.2-beta
- Resolution set to worksforme
- Status changed from new to closed
Very old and no feedback.
Note: See
TracTickets for help on using
tickets.

No, RoundCube does not identify messages by index but by UID.
Please describe clear steps to reproduce this. Also try to disable caching and report if the behavior changes. And don't forget to give us details about your setup (PHP version, IMAP server, both on the same machine?)