IMAP subfolder
Posted: 22 Oct 2014, 09:16
Hi there
I'm trying to fetch e-mails from e subfolder and this doesn't work. Here is my config:
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
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,
),
)
Best regards,
Viaglar