[Bug 597] New - when using IMP in POP3 mode, wrong messages may get deleted
bugs@bugs.horde.org
bugs@bugs.horde.org
Sat, 27 Jan 2001 19:19:40 -0400
http://bugs.horde.org/show_bug.cgi?id=597
*** shadow/597 Sat Jan 27 19:19:40 2001
--- shadow/597.tmp.14047 Sat Jan 27 19:19:40 2001
***************
*** 0 ****
--- 1,26 ----
+ Bug#: 597
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: PHP Code
+ OS/Version: All
+ Status: NEW
+ Resolution:
+ Severity: critical
+ Priority: P1
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: hrabbach@revivaltown.de
+ URL:
+ Summary: when using IMP in POP3 mode, wrong messages may get deleted
+
+ The latest stable version of IMP has a bug that leads to wrong messages getting
+ deleted when working in POP3 mode. It's quite easily reproduceable if you create
+ a test POP3 account, copy some messages into it and view them with IMP. Now mark
+ several messages for deletion and select "delete messages". Some messages will
+ be correctly deleted, some marked messages will stay and some unmarked messages
+ will have been deleted. This appears to be a problem with messages sorting in
+ the messages overview window, apparently the messages numbers IMP uses
+ internally don't always match the position in the window. I haven't been able to
+ check if this bug also exists in IMAP mode because I currently don't have access
+ to an IMAP server for testing purposes.