Roundcube Community Forum

 

Sending animation never stops

Started by jbade, November 28, 2009, 11:49:36 AM

Previous topic - Next topic

jbade

Just upgraded and put on a newer server.

Windows 2008 server with IIS7 php 5.2.8 using fast CGI.

Everything seams to work well except when sending the message goes, is put into the sent items, but the animation never stops and never goes back to the inbox.

I found a few posts on similar issues with older versions but mostly talking about old php 4 issues.

Anyone experience this in 3?

Thanks,

Jeff

toetag

search the forums for information on "folder" names in the main.inc.php file.

it's been a few weeks, but i had the same issue and I had to change my folder settings in that main file.
<[ a desert to an irishman is an empty glass. ]>

toetag

I can't find the original thread but i believe it had to do with these settings:

// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = '';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = '';  

I think i had a value in the 'sent_mbox' setting, once i removed that, it began to work as you'd expect.
<[ a desert to an irishman is an empty glass. ]>

jbade

I tried removing the send directory as suggested but it still won't stop.
(even shut down IIS just to make sure)

I did put this on my old roundcube server running w2003 and an older version of PHP and it's working fine.