Package org.imixs.workflow.importer.mail
Class IMAPBasicAuthenticator
java.lang.Object
org.imixs.workflow.importer.mail.IMAPBasicAuthenticator
- All Implemented Interfaces:
Serializable,IMAPAuthenticator
@Named
public class IMAPBasicAuthenticator
extends Object
implements IMAPAuthenticator, Serializable
The IMAPBasicAuthenticator authenticates against an Mail store using BASIC
authentication
- Version:
- 1.0
- Author:
- rsoika
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.StoreopenMessageStore(org.imixs.workflow.ItemCollection sourceConfig, Properties sourceOptions) This method returns a MailStore object based on a given Configuration
-
Constructor Details
-
IMAPBasicAuthenticator
public IMAPBasicAuthenticator()
-
-
Method Details
-
openMessageStore
public jakarta.mail.Store openMessageStore(org.imixs.workflow.ItemCollection sourceConfig, Properties sourceOptions) throws jakarta.mail.MessagingException This method returns a MailStore object based on a given Configuration- Specified by:
openMessageStorein interfaceIMAPAuthenticator- Parameters:
sourceConfig-sourceOptions-- Returns:
- Throws:
NumberFormatExceptionjakarta.mail.MessagingException
-