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/
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/
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/9G/nYdDXL8f/signature.asc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/users/
On 3-Nov-2007, at 07:21, Daniel Spies wrote:
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');
But shouldn't this be a user-overrideable option rather than a server
wide dictate?
I mean, those are the settings I want as default for users, but yeah,
if I'm going to use gmail I will have the same issue as the OP.
List info: http://lists.roundcube.net/users/
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/
I couldn't get the RoundCube config line for defaults to do what I
wanted.
I create symlinks to make this work for my users.
[chasd@mail ~]$ ls -l mail total 3456 -rw------- 1 chasd users 1536 Aug 22 12:09 Drafts lrwxrwxrwx 1 chasd users 33 Feb 28 2007 dspam -> ../../dspam/ data/chasd/chasd.mbox lrwxrwxrwx 1 chasd users 4 Feb 28 2007 Junk -> spam lrwxrwxrwx 1 chasd users 9 Feb 28 2007 Sent -> sent-mail -rw------- 1 chasd users 176385 Oct 26 13:54 sent-mail -rw-rw-r-- 1 chasd users 2772377 Oct 26 13:54 spam -rw------- 1 chasd users 564621 Oct 5 17:30 Trash
This way, the default pine mail boxes are mapped to the default
RoundCube mail boxes.
Web interface, CLI interface, and desktop app interface all work
together.
In RoundCube, I set the "real" mailboxes to be hidden.
The "Trash" and "Drafts" mail boxes are only used by RoundCube.
Note I have a symlink to the DSPAM quarantine so users can check for
false positives.
They can't get to the DSPAM web interface, but that isn't a big problem.
Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265
List info: http://lists.roundcube.net/users/
On Saturday 03 November 2007 17:56:15 Lewis Butler wrote:
On 3-Nov-2007, at 07:21, Daniel Spies wrote:
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');
But shouldn't this be a user-overrideable option rather than a server wide dictate?
I mean, those are the settings I want as default for users, but yeah, if I'm going to use gmail I will have the same issue as the OP.
ACK, this would be nice. But I am not using RC at the moment. So I'm not sure if it's possible to do so in some way already. I have to setup RC on my new server first...
Cheers, Daniel
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/Jk/PMqWWkbQ/signature.asc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/users/