IMAP subfolder

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
viaglar
Posts: 5
Joined: 01 Sep 2014, 12:20

IMAP subfolder

Post 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
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: IMAP subfolder

Post 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?
Post Reply