Roundcube Community Forum

 

Reply Message says: "An error occured while saving"

Started by rabe69, December 04, 2006, 10:12:06 AM

Previous topic - Next topic

rabe69

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?

fchevitarese

i'm with the same problem!!!
Someone can help us ?!?!?!?!

Thanks :D

zoelu

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

bacool

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

s3cr3t