Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: CrazyWabbit on January 03, 2007, 12:06:42 AM

Title: SVN 444 - Sent Folder still shows Sender not Recipient
Post by: CrazyWabbit on January 03, 2007, 12:06:42 AM
This is strange. I love Roundcube and have been using it for several months now and upgrading every now and then to an SVN release. Well, the sent folder has always displayed the sender, not the recipient. I have seen this bug continue for quite some time now, has anyone figured out why this is happening?
Title: Re: SVN 444 - Sent Folder still shows Sender not Recipient
Post by: seansan on January 03, 2007, 09:29:42 AM

I see the recipient in the SENT ITEMS folder.

Is your sent items folder recognized / configured as sent items folder in the config?
Title: Re: SVN 444 - Sent Folder still shows Sender not Recipient
Post by: CrazyWabbit on January 04, 2007, 01:23:08 AM
I use Apple's mail when I am at home, so it creates it's own Sent Messages folder, but the server uses Sent. Neither directory shows the correct recipient through roundcube when I set each as the sent folder. It's strange I tells ya.

It is finding the sent items folder because I am able to see the messages I know I have sent.
Title: Re: SVN 444 - Sent Folder still shows Sender not Recipient
Post by: seansan on January 04, 2007, 07:52:58 AM
Quote from: CrazyWabbit
I use Apple's mail when I am at home, so it creates it's own Sent Messages folder, but the server uses Sent. Neither directory shows the correct recipient through roundcube when I set each as the sent folder. It's strange I tells ya.

It is finding the sent items folder because I am able to see the messages I know I have sent.

Code: [Select]
As long as it matches the followinf in config - i.e. the sent items folder name as used in apple

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent Items';

and you have it defined here (same string)

// 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', 'Drafts', ===> 'Sent Items' <===, 'Junk E-mail', 'Deleted Items');

Title: Re: SVN 444 - Sent Folder still shows Sender not Recipient
Post by: CrazyWabbit on January 04, 2007, 09:02:41 PM
Tried that already, and they match. I dunno. Maybe its an issue with my host or something. I use 1and1.com and they wrote their own IMAP server instead of using a standard one.
Title: Re: SVN 444 - Sent Folder still shows Sender not Recipient
Post by: mrjaguar on February 08, 2007, 06:02:24 PM
I'm also having the same problem. I've checked both items mentioned here, and it shows "Sender" not "Recipient" or "To" and it shows the senders name/email (mine) on each outbound email.

Quote from: seansan
Quote from: CrazyWabbit
I use Apple's mail when I am at home, so it creates it's own Sent Messages folder, but the server uses Sent. Neither directory shows the correct recipient through roundcube when I set each as the sent folder. It's strange I tells ya.

It is finding the sent items folder because I am able to see the messages I know I have sent.

Code: [Select]
As long as it matches the followinf in config - i.e. the sent items folder name as used in apple

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent Items';

and you have it defined here (same string)

// 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', 'Drafts', ===> 'Sent Items' <===, 'Junk E-mail', 'Deleted Items');