[bugs] [Bug 949] Changed - no 'purge deleted mail' option for POP3
bugs@bugs.horde.org
bugs@bugs.horde.org
Mon, 20 May 2002 18:58:18 -0300
http://bugs.horde.org/show_bug.cgi?id=949
*** shadow/949 Mon May 13 19:12:42 2002
--- shadow/949.tmp.24903 Mon May 20 18:58:18 2002
***************
*** 3,9 ****
Version: 2.1 Unstable
Platform: PHP Code
OS/Version: other
! Status: REOPENED
Resolution: INVALID
Severity: normal
Priority: P2
--- 3,9 ----
Version: 2.1 Unstable
Platform: PHP Code
OS/Version: other
! Status: ASSIGNED
Resolution: INVALID
Severity: normal
Priority: P2
***************
*** 37,39 ****
--- 37,46 ----
IMP 3.1 with POP mailboxes... if I mark as deleted and reload the mailbox, they're
still there. If I mark as deleted and log out, they're still there, etc. Surely there is
some way to delete POP mail?
+
+ ------- Additional Comments From chuck@horde.org 05/20/02 18:58 -------
+ POP3 does not, in fact, support flags. However, our deletion code compensates by
+ immediately deleting messages when using pop3, instead of just attempting to
+ mark them as deleted as with IMAP. This should work; have you tried using the
+ IMP demo site (http://horde.org/demo/) against your server? If it still doesn't
+ work, we can track down where exactly it's going wrong.