Hi,
First off, awesome project. Keep up the good work.
I'm running the latest snapshot (updated right before I sent this) from a freebsd box running exim/dovecot and I'm not able to delete or move messages from my Inbox. I'll get the popup message 'Could not move message'. I've done a bit of detective work and found that the problem is probably occuring in program/steps/mail/move_del.inc and is getting caught in the first 'move message' conditional. I'm not sure why/how (as I'm not all that keen on ajax), but it seems that '$_action' isn't being set correctly when the delete button is pressed.
Any suggestions?
Hi Ryan,
If this message is displayed, the server did not send OK after the move command. It has nothing to do with the Ajax implementation otherwise nobody wold be ably to move delete a message. Must be an issue with the sent IMAP commands for moving the message. Have you configured your 'trash_mbox' correctly?
Regards, Thomas
Ryan C. Creasey wrote:
Hi,
First off, awesome project. Keep up the good work.
I'm running the latest snapshot (updated right before I sent this) from a freebsd box running exim/dovecot and I'm not able to delete or move messages from my Inbox. I'll get the popup message 'Could not move message'. I've done a bit of detective work and found that the problem is probably occuring in program/steps/mail/move_del.inc and is getting caught in the first 'move message' conditional. I'm not sure why/how (as I'm not all that keen on ajax), but it seems that '$_action' isn't being set correctly when the delete button is pressed.
Any suggestions?
- Ryan