RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > 0.1 Beta 1

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 07-12-2006, 08:24 PM
Registered User
 
Join Date: Jul 2006
Posts: 1
Downloads: 0
Uploads: 0
Default Deletion Problem

Hello there.

I really love the Roundcube Mail Interface but am having a problem with the deletion of emails. When I click the delete icon, the email disappears from view but reappears on refreshing the inbox again.

I've tried all combinations of not specifying a Trash folder, changing the way emails are processed etc but all with the same result.

My configuration is:

Windows 2k3 Server
IIS 6.0
PHP 4.3.11
MailEnable IMAP Server

If anyone could offer me any advice or if you require any further information, please do not hesitate to contact me.

If you require an email account setting up on this server to experiment with, I'll create one in order for this issue to be resolved.

Thanks for any assistance in advance.

Regards

Mark
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-13-2006, 10:50 AM
Super Moderator
 
Join Date: Jun 2006
Posts: 111
Downloads: 0
Uploads: 0
Send a message via MSN to Prasad007
Default Re: Deletion Problem

yea this happens to me too sometimes.
but most of the times i logout and log back in again and the mail is then deletable.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-17-2006, 11:57 PM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: Deletion Problem

I have the exact same issue with my installation which is on a completely different system.

FreeBSD
Apache 1.3.x
php4.3
qmail/bincimapd

Though I have not been able to solve my issue, I was able to get the delete button to work properly by changing this from the default value of 'Trash' to '' in main.inc.php

Code:
$rcmail_config['trash_mbox'] = '';
So I'll assume that roundcube is having a problem in moving the mail to the Trash folder. Maybe someone else might be able to fix this, but this could be a temporary workaround for you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 08-21-2006, 03:44 PM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: Deletion Problem

Just an FYI, in case anyone else has this problem. My issue was that my IMAP Server was storing Directories like this on the server:

INBOX/
INBOX/Sent
INBOX/Drafts
INBOX/Trash

Rather than the way some IMAP servers use which is by using a system like this.

INBOX/
Sent/
Drafts/
Trash/

The reason that the deletion was "hanging" was because, Roundcube could not move the piece of mail to the folder "Trash" on my system. So of course changing the values to something like this worked for me.
Code:
$rcmail_config['trash_mbox'] = 'INBOX/Trash';
Hopefully this helps!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 07:35 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community