Restore mail to seperate folder

Issue #525 resolved
Crzaccount created an issue

We are using RESTORE_OVER_IMAP option. By default if we are click restore mail is restoring in INBOX.

We want to restore the mails in seperate folder like Journaling. How it can be done ?

Comments (1)

  1. Janos SUTO repo owner

    Locate the following line in control/message/restore.php and bulkrestore.php, and fix the foldername:

    $this->imap->append('INBOX',  $msg);
    

    Anyway I'll add an option to specify it in the config, so you don't have to manually fix it at each upgrade.

  2. Log in to comment