9:21 pm - Post Category: Nickness So I've had a recurring problem with Roundcube, in that certain email accounts will not delete emails, instead just show an error "Could not move the message", and return to the previous folder with the message still there.
This problem occurred as well when those certain email accounts tried to move a message from the main inbox to another folder such as Saved, Spam or a self-made folder (which sometimes making custom folders didn't even work).
So the solution is in config/main.inc.php:
Change THIS: Quote:$rcmail_config['create_default_folders'] = FALSE;
to Quote:$rcmail_config['create_default_folders'] = TRUE;
...problem solved
Add Comment
|