Roundcube Community Forum

 

Unable to delete email with roundcube rc2

Started by coolrock, February 06, 2008, 06:58:38 PM

Previous topic - Next topic

coolrock

Hi,

When I first tried to delete email from inbox using roundcube, that email disappear from inbox, so I thought that it got deleted. Then, I headed over to trash, but that email wasn't there. Next, I went back to inbox, but all the emails including those I didn't delete were gone. After I relogin, all the emails in the inbox appear and the previously deleted mail was still at Inbox.

At first, I thought that it might be a bug from my server, but when I switched to squirrelmail, I was able to delete that mail with ease. So, I went back to roundcube to give it a try again, but the same problem persisted. Please assist.

jackdelamare

Most of us have had this problem and none of our threads have got replies. Great help.

coolrock

That's kinda disappointing. To think I had high hopes of roundcube replacing all my email clients.

Stellavision

I love Roundcube, but I am also experiencing this problem and will keep Horde on as my primary webmail until the problem is fixed. :(

jackdelamare

Yeah, the support really isn't great. I'm stuck with SquirrelMail for the moment.

methilnet

What the value of $rcmail_config['flag_for_deletion'] ?
Have you tried compacting the folder?

jackdelamare

Has anybody tried the stable release to see if this problem is fixed? I have asked my hosting company to update it so if they do and it works I'll get back to you guys.

commin

i have the stable release - when i delete a message - i become the error: "could not move the message"  :'(

till

Most likely not a RoundCube problem. :)

And I know, you spent all this money - we are super-bad and we don't answer the phone. ;D

Hehe, sorry for the sarcasm!

But keep in mind, we work on this in our spare time. We also prefer mailinglists and IRC to talk to people. I try to get on here even though I am not a huge fan of forums and reply to whatever I can. In the mean time, you people need to read this and help us, so we can help you:

http://trac.roundcube.net/wiki/Howto_ReportIssues

Stellavision

Actually it does appear to be a Roundcube problem.

You need to open the index.php file and comment out the following code:

// check client X-header to verify request origin
//if ($OUTPUT->ajax_call)
//{
// if (empty($CONFIG['devel_mode']) && !rc_request_header('X-RoundCube-Referer'))
// {
// header('HTTP/1.1 404 Not Found');
// die("Invalid Request");
// }
//}


Worked for me.

till

I wouldn't recommend that anyone applies this. Doing it, probably exposes you to serious security issues. ;)

Point taken, there may be an issue, and yes, we are gonna solve it eventually but as I said, we need more information. So please read the wiki link and open an issue, supply a test message and so on.

http://trac.roundcube.net/wiki/Howto_ReportIssues

peanutb

I had this bug, but figured out how to fix it.

You have to go to Personal Settings at the top

Then click on Folders

And add one named Trash.

It woud probably be a one line addon to the initialization script for the email account to change this. Ill look around for it, and post a reply if i figure it out.

peanutb

EDIT: forget what i said here... it doesnt work.

I have a gut feeling that something in rcube_imap.inc needs to be modified, but i frankly dont have the time to figure it out.

rockafella

The same problem is present in the stable version too.. :(

jackdelamare

Yeah, my hosts have updated my version to the stable release the problem is still there. ::)