[bugs] [Bug 1081] New - move messages to trash broke with pop3
bugs at bugs.horde.org
bugs@bugs.horde.org
Wed Oct 16 21:27:30 PDT 2002
http://bugs.horde.org/show_bug.cgi?id=1081
*** shadow/1081 Wed Oct 16 17:27:29 2002
--- shadow/1081.tmp.21636 Wed Oct 16 17:27:29 2002
***************
*** 0 ****
--- 1,42 ----
+ Bug#: 1081
+ Product: Horde
+ Version: 2.1 Unstable
+ Platform: All Browsers
+ OS/Version: All
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: aaroncollins@gtcinternet.com
+ URL:
+ Summary: move messages to trash broke with pop3
+
+ If you are using pop3 and go to options in IMP, and select Deleting and Moving
+ Messages, then select "When deleting messages, move them to your Trash folder
+ instead of marking them as deleted." You'll recieve the following error if you
+ select Empty trash from the top menu.
+ <snip>
+ Notice: Undefined index: thismailbox in /var/www/horde/imp/lib/Message.php on
+ line 235
+
+ Fatal error: Call to a member function on a non-object in
+ /var/www/horde/imp/mailbox.php on line 365
+
+ Notice: Copy not valid for POP3 (errflg=2) in Unknown on line 0
+ </snip>
+ Also you recieve the following if you try to individualy delete a message
+ <snip>
+ Notice: Undefined index: thismailbox in /var/www/horde/imp/lib/Message.php on
+ line 235
+
+ Warning: Cannot add header information - headers already sent by (output started
+ at /var/www/horde/imp/lib/Message.php:235) in
+ /var/www/horde/imp/mailbox.php on line 154
+
+ Notice: Copy not valid for POP3 (errflg=2) in Unknown on line 0
+ </snip>
+ I know this is caused my the fact that the pop3 protocol doesn't support
+ folders, so shouldn't IMP, autodetect this and not allow that option?
More information about the bugs
mailing list