I updated RC from 0.5.1 to 0.6
In 0.5.1 the imap folders work perfectly, i see folder, when an user login first time rc auto-create the imap folders, and when save draft message and delete mail the mails auto-move to the right folder, and they displayed in spanish.
In 0.6, RC don't recognized the imap folders, the icons of imap folder are only blue folders, if i save draft message don't save it, if delete mail in inbox, this don't move to Trash, and folder aren't localized
Note: imap folder are created in virtual user mail folder (cur is Inbox folder, and imap folders are .Drafts, .Junk, .Sent, .Trash)
..../account/
cur
.Drafts
.Junk
new
.Sent
tmp
.Trash
If i restore folder to previous RC-0.5.1 then all work very well
I think its probably related to this, http://www.roundcubeforum.net/5-release-support/17-pending-issues/8869-server-error-uid-copy-error-imap-command-received-server.html please try going to the special folder section in your settings and selecting the folders there and see if that makes any difference.
Ok it's works
the special folders config maybe
$rcmail_config['drafts_mbox'] = 'INBOX.Drafts';
$rcmail_config['junk_mbox'] = 'INBOX.Junk';
$rcmail_config['sent_mbox'] = 'INBOX.Sent';
$rcmail_config['trash_mbox'] = 'INBOX.Trash';
$rcmail_config['default_imap_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'INBOX.Junk', 'INBOX.Trash');
And all back to work perfectly