Package org.imixs.archive.importer.mail
Class IMAPBasicAuthenticator
- java.lang.Object
-
- org.imixs.archive.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:
IMAPImportService, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IMAPBasicAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.StoreopenMessageStore(org.imixs.workflow.ItemCollection sourceConfig, Properties sourceOptions)This method returns a MailStore object based on a given Configuration
-
-
-
Method Detail
-
openMessageStore
public javax.mail.Store openMessageStore(org.imixs.workflow.ItemCollection sourceConfig, Properties sourceOptions) throws javax.mail.MessagingExceptionThis method returns a MailStore object based on a given Configuration- Specified by:
openMessageStorein interfaceIMAPAuthenticator- Parameters:
sourceConfig-sourceOptions-- Returns:
- Throws:
NumberFormatExceptionjavax.mail.MessagingException
-
-