Hi,
thank you for your answer. But i can't get it working.
Roundcube everytime generates the folders newly, that i add in the
config file. I can't link the gmail folders. Does anyone now what i
have to enter ? It is shown in Roundcube like this :
[Gmail] ----All Mail ----Drafts ----Sent Mail ----Spam ----Starred ----Trash
I have tried to link them in three ways.
$rcmail_config['trash_mbox'] = 'Gmail.Trash';
$rcmail_config['trash_mbox'] = '[Gmail].Trash';
$rcmail_config['trash_mbox'] = 'INBOX.Trash';
No chance. Roundcube generates the folders every time like i write
them in the config, it does not take the existing gmail folders.
Inbox is successfully linked automatically.
Thank You
Tom
Am 03.11.2007 um 14:21 schrieb Daniel Spies:
Hi Tom,
check you config file config/main.inc.php for these lines:
// store draft message is this mailbox // leave blank if draft messages should not be stored $rcmail_config['drafts_mbox'] = 'INBOX.Drafts';
// store spam messages in this mailbox $rcmail_config['junk_mbox'] = 'spam';
// store sent message is this mailbox // leave blank if sent messages should not be stored $rcmail_config['sent_mbox'] = 'INBOX.Sent';
// move messages to this folder when deleting them // leave blank if they should be deleted directly $rcmail_config['trash_mbox'] = 'INBOX.Trash';
// display these folders separately in the mailbox list. // these folders will automatically be created if they do not exist $rcmail_config['default_imap_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'spam', 'INBOX.Trash');
Cheers, Daniel
On Saturday 03 November 2007 13:35:18 Thomas Schober wrote:
Hi,
is it possible to Assign the IMAP folders in Rouncube to a functionality. For Example : Folderxy->Trash, FolderAb->inbox
I use Roundcube with googlemail IMAP and it creates always new folders. But the real bad thing is, that deleted Messages are not deleted correctly. They are just archived wenn i delete them. In my normal Mail Application i can assign the Trash,Spam and Inbox folders to theyre corresponding folder in gmail. That works perfectly. Is that possible in Roundcube too ?
Regards,
Tom _______________________________________________ List info: http://lists.roundcube.net/users/
List info: http://lists.roundcube.net/users/