Author Topic: don't recognize imap folders and....  (Read 2418 times)

Offline multimatica

  • Newbie
  • *
  • Posts: 4
don't recognize imap folders and....
« on: October 21, 2011, 05:43:54 AM »
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
« Last Edit: October 21, 2011, 05:50:55 AM by multimatica »

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
don't recognize imap folders and....
« Reply #1 on: October 23, 2011, 04:47:14 AM »
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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline multimatica

  • Newbie
  • *
  • Posts: 4
don't recognize imap folders and....
« Reply #2 on: October 24, 2011, 05:33:01 AM »
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