Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#1486028 closed Bugs (worksforme)

Missing folders

Reported by: bee Owned by:
Priority: 5 Milestone: 0.3-stable
Component: IMAP connection Version: 0.3-rc1
Severity: normal Keywords: folders, atmail
Cc:

Description

Hi all

My installation of roundcube dosen't create the default folders, such as

$rcmail_configdefault_imap_folders? = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

I have been doing some testing, and this is what i experience!

  1. If there are no e-mails on the account, then I can't log in, all I get is a white screen..
  1. If there is an e-mail on the account, then I get the "Inbox"-folder.
  1. Then if I send an e-mail, then I also get the "sent"-folder
  1. If i set-up AtMail? as default webmail in Plesk, and log in into atmail, and then afterwards log in into RoundCube. I get the following folders - Inbox, Drafts, Sent, Junk and Trash

It looks like Atmail creates the folders I need, so perhaps i dont have the right permissions?

Any help would be nice :)

Best regards
Bee :)

Change History (2)

comment:1 Changed 4 years ago by alec

  • Component changed from Addressbook to IMAP connection
  • Milestone changed from later to 0.3-stable
  • Resolution set to worksforme
  • Status changed from new to closed
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;

comment:2 Changed 4 years ago by bee

now why diden't I see that.....

Thanks a lot :) :)

Note: See TracTickets for help on using tickets.