Author Topic: IMAP Error: Could not save message in Sent  (Read 6814 times)

Offline ritontor

  • Newbie
  • *
  • Posts: 2
IMAP Error: Could not save message in Sent
« 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:

firstname.lastname@domain.com

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?

Offline Krapno

  • Newbie
  • *
  • Posts: 3
IMAP Error: Could not save message in Sent
« Reply #1 on: May 24, 2008, 01:52:08 PM »
hello,

i have same problem :(

Regards,

Offline ritontor

  • Newbie
  • *
  • Posts: 2
IMAP Error: Could not save message in Sent
« Reply #2 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?

Offline uraz

  • Newbie
  • *
  • Posts: 1
IMAP Error: Could not save message in Sent
« Reply #3 on: June 10, 2008, 05:43:21 PM »
I have same problem. No 'a' in adress, no problem.

Offline uraz

  • Newbie
  • *
  • Posts: 1
IMAP Error: Could not save message in Sent
« Reply #4 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.

Offline DinkyToys

  • Newbie
  • *
  • Posts: 1
IMAP Error: Could not save message in Sent
« Reply #5 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

Offline barts

  • Newbie
  • *
  • Posts: 1
IMAP Error: Could not save message in Sent
« Reply #6 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"