Issue:
The default behavior for Roundcube is to NOT automatically create the standard folders if they are missing. According to the 0.1 version's documentation, this was originally done for compatibility with Outlook so there would not be conflicts. Since then, Apple devices also uses "Deleted Messages" by default, as well.
Solution(s):
1. Manually create the folders in Roundcube. Then set these folders to be the Sent, Drafts, and Trash folders.
The "standard" names are INBOX, Drafts, Sent, Junk, and Trash.
2. Change the following line in the Roundcube configuration to tell it to auto-create them upon login to webmail:
( ../<installlocation>/config/config.inc.php )
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
Note:
For their IMAP set up, Android and Mobile devices can be updated to explicitly set the Sent, Drafts, and Trash / Deleted Messages folders. For the iPhone, you can also choose whether to use the default local folder (e.g. Sent) or use a Sent or Sent Messages folder on the server.
previous page
|