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 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:
      openMessageStore in interface IMAPAuthenticator
      Parameters:
      sourceConfig -
      sourceOptions -
      Returns:
      Throws:
      NumberFormatException
      jakarta.mail.MessagingException