hello
when i click the checkbox of a message and click on the delete button i have the error : impossible to delete the message
an idea ?
Can you delete the message with another IMAP client? It sounds more like a permission/configuration problem than a bug in Hastymail. What IMAP server are you using? You can get some info about the IMAP server on the about page (click the "Hm2" icon in the upper left of the screen when logged in). There is also a few IMAP debug options in the config file that outputs information about the IMAP server communication below the main display. It could provide a clue if everything else checks out.
Jason
it works with the imap client squirrelmail no probleme to delete a message
this is the information of imap server :
OK [ CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS ] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information
CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION A2 OK CAPABILITY completed
host : localhost
the debug options is true but no clue
help me
the debug info sorry :
Debug info
Array ( [0] => Connecting to localhost on port 143 [1] => Successfully opened port to the IMAP server )
Full response data
Thanks for the feedback, I see your IMAP server is courier, which is good to know. I can setup a Courier test environment easily enough. I can't for the life of me determine why the delete is failing. Thanks for posting the debug output, but what I really need is the debug output on the page that loads after you try to delete a message. That should contain the exact command that Hastymail is using as well as the exact response from Courier. Hopefully that will shed some light on what is going on.
Jason
this is the debug info just after the error of delete :
Debug info
Array ( [0] => Connecting to localhost on port 143 [1] => Successfully opened port to the IMAP server )
Full response data
The debug data and issue is similar to a bug report we had not so long ago:
http://www.hastymail.org/mantis/view.php?id=104
The solution in that case was to set the imap_folder_prefix to INBOX in the hastymail2.conf file, rebuild the hastymail2.rc file, the login again. What do you have set for the imap_folder_prefix?
Thanks for the feedback,
Jason