Roundcube Community Forum

Release Support => Pending Issues => Topic started by: ritontor on May 09, 2008, 03:50:37 AM

Title: IMAP Error: Could not save message in Sent
Post by: ritontor on May 09, 2008, 03:50:37 AM
Hi guys, I'm having a little problem with Roundcube.

It's all working pretty well except for when you're a user with a . in your email address - at least that's the only difference I can see. When there's a . in the user's email address, then you get this error when trying to save a copy of a sent email:

[09-May-2008 15:37:17 +0800] IMAP Error: Could not save message in Sent in /usr/share/roundcube/program/steps/mail/sendmail.inc on line 0

The same happens if you try and save a draft.

Now, I've checked file permissions against users who DO work, and they're exactly precisely the same. As an example, the email address would be of this format:

[email protected]

and the unix username of the user would be:

firstname.lastname.domain

Is it possible the dot in the email address is breaking things? Or the two dots in the unix account? Or maybe it's the shell being /dev/null? Any ideas?
Title: IMAP Error: Could not save message in Sent
Post by: Krapno on May 24, 2008, 01:52:08 PM
hello,

i have same problem :(

Regards,
Title: IMAP Error: Could not save message in Sent
Post by: ritontor on June 10, 2008, 05:04:29 AM
Bump for any replies? Do roundcube devs read this? Where would we go to file a bug report, seeing as this definitely seems like a bug?
Title: IMAP Error: Could not save message in Sent
Post by: uraz on June 10, 2008, 05:43:21 PM
I have same problem. No 'a' in adress, no problem.
Title: IMAP Error: Could not save message in Sent
Post by: uraz on June 10, 2008, 07:05:18 PM
Log in to your RoundCube and then go to settings > folders
There should be at least 5 folders listed and if not, try this:

Edit in config/main.inc.php

// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;

... then logout and login again. In my case it solved the problem.
Title: IMAP Error: Could not save message in Sent
Post by: DinkyToys on June 25, 2008, 11:58:26 AM
I changed that option, but i see now that RoundCube make new maps.
They are also translated and they don't stay the same as the defaults in main.inc.php.

Is this a bug?

I use an standard OSX Server 10.5.x and the standard maps are Sent, Draft, Junk, INBOX and Trash
Title: IMAP Error: Could not save message in Sent
Post by: barts on July 23, 2008, 12:43:55 PM
I had same problem.

I changed configuration in courier-imap server.

Try to change :

IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE"

IMAP_CAPABILITY_ORIG="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256 I
DLE"