Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rabe69 on December 04, 2006, 10:12:06 AM

Title: Reply Message says: "An error occured while saving"
Post by: rabe69 on December 04, 2006, 10:12:06 AM
Hello,
What i want to do?
I want to reply on a received message.

The Problem:
When i press the "Send the message now"-Button, i always get the Error "An error occured while saving". But the mail will be sent!
My Log-File says:
[04-Dec-2006 14:56:01 +0100] IMAP Error: Could not save message in Sent in /html/email/program/steps/mail/sendmail.inc on line 0

But everything else, like sending new messages (yes, sent messages will show in Sent-Folder!), receiving messages and Adressbook works fine!

Any idears?
Title: Re: Reply Message says: "An error occured while saving"
Post by: fchevitarese on October 16, 2007, 09:00:36 AM
i'm with the same problem!!!
Someone can help us ?!?!?!?!

Thanks :D
Title: Re: Reply Message says: "An error occured while saving"
Post by: zoelu on November 18, 2007, 02:59:18 PM
I faced the same problem. The solution for me was:
Changed
$rcmail_config['sent_mbox'] = 'Sent';
to
$rcmail_config['sent_mbox'] = 'SENT';
(case-sensitive)

I also changed "Sent" to "SENT" in this line:
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'SENT', 'Junk', 'Trash');

HTH
Title: Reply Message says: "An error occured while saving"
Post by: bacool on June 10, 2008, 04:17:24 PM
Quote from: zoelu;9439I faced the same problem. The solution for me was:
Changed
$rcmail_config['sent_mbox'] = 'Sent';
to
$rcmail_config['sent_mbox'] = 'SENT';
(case-sensitive)

I also changed "Sent" to "SENT" in this line:
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'SENT', 'Junk', 'Trash');

HTH

Hi ,I am new in this situation
Where did you do this changes?
Thanks
Title: Reply Message says: "An error occured while saving"
Post by: s3cr3t on December 26, 2008, 10:25:34 AM
In config/main.inc.php file. I think so.