Page 1 of 1

IMAP subfolder

Posted: 22 Oct 2014, 09:16
by viaglar
Hi there

I'm trying to fetch e-mails from e subfolder and this doesn't work. Here is my config:

Code: Select all

array (
  3 => 
  array (
    'enabled' => true,
    'description' => 'subfolder',
    'mailbox_type' => 'IMAP',
    'hostname' => 'mailserver',
    'port' => '',
    'encryption' => 'None',
    'erp_username' => 'username',
    'erp_password' => 'password',
    'auth_method' => 'USER',
    'project_id' => 3,
    'global_category_id' => 1,
    'imap_basefolder' => '1-FOLDER/1-SUBFOLDER',
    'imap_createfolderstructure' => false,
  ),
)
If I only type the folder "1-FOLDER" it works. But if I try it with the subfolder "1-SUBFOLDER", separated by the slash, it won't.

Best regards,
Viaglar

Re: IMAP subfolder

Posted: 22 Oct 2014, 11:19
by SL-Gundam
I tried this with gmail and the latest version of EmailReporting. Could not reproduce this

What mail server are you using?
What version of MantisBT are you using?
What version of EmailReporting are you using?