Roundcube Community Forum

 

Sent Mail Not Being Saved

Started by drakhl, April 06, 2014, 02:38:10 PM

Previous topic - Next topic

drakhl

I'm running Roundcube with Dovecot/Postfix. Both Roundcube and IMAP clients seem to work just fine except for the fact that mails sent from Roundcube do not get saved into the Sent Folder. The issue seems to be only affecting this single folder. If I deleted a message in Thunderbird it will show up in trash in Roundcube, and visa versa.

The one strange issue I'm noting is when I am composing a mail and click the 'Save Sent Message In' box it only gives me the option to save sent mail in Inbox. There are no other folders listed in the dropdown, and when I got into special folders all of them only have Inbox in their dropdowns. It's very strange. I have enabled debug_imap and there are absolutely no errors, folders seem to be properly subscribed to. And I know roundcube can write to the folders as well, just the Sent box does not work.

Relevant sections of my config:
$rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['trash_mbox'] = 'Trash';
$rcmail_config['create_default_folders'] = true;
$rcmail_config['protect_default_folders'] = true;


Dovecot config:
namespace inbox {
type = private
separator = /
prefix =
list = yes
hidden = no
inbox = yes
subscriptions = yes
}

As far as I can tell roundcube is just not finding a default Sent box? But it seems like it finds the default Trash and Drafts just fine..


Really at my wits end here and could use some help. There seems to be no record of anyone else ever having this error. Going to try for a few more days and then probably give up and go to another webmail.

bratze

Did you specify the Sent folder for your IMAP account within Roundcube settings, "special folders"?

Best
Bratze