Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.2.0
-
Fix Version/s: None
-
Component/s: Transport: Email
-
Labels:None
-
User impact:High
-
Affects Docs:Yes
-
Similar Issues:None
Description
Setting the properties mailboxFolder and moveToFolder in the pop3 connector will result in the following exception:
javax.mail.FolderNotFoundException: folder is not INBOX
This exception is thrown because pop3 does not support multiple inboxes.
In mule2 these options weren't available for the pop3 connector, probably for this exact reason.