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?
i'm with the same problem!!!
Someone can help us ?!?!?!?!
Thanks :D
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
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
In config/main.inc.php file. I think so.