wuxiaodong104 wrote:
Hello,friends,
I have installed RCE days before successfully, however, I don't know whether email is stored in mbox or Maildir format? I would appreciate very much if anyone can tell me.
Thank you.
mail format is set in the IMAP server side, not in roundcube.
in Dovecot, you can define mail format in 'mail_location' parameter:
mail_location = maildir:/mail/%Ld/%Ln/:INDEX=/mail/%Ld/%Ln/
I use 'maildir' format here.