Class ImapServer

All Implemented Interfaces:
Service, Runnable

public final class ImapServer extends AbstractServer
  • Constructor Details

  • Method Details

    • createProtocolHandler

      protected ProtocolHandler createProtocolHandler(Socket clientSocket)
      Description copied from class: AbstractServer
      Create a new, specific protocol handler such as for IMAP.
      Specified by:
      createProtocolHandler in class AbstractServer
      Parameters:
      clientSocket - the client socket to use.
      Returns:
      the new protocol handler.
    • createStore

      public org.eclipse.angus.mail.imap.IMAPStore createStore() throws jakarta.mail.NoSuchProviderException
      Description copied from class: AbstractServer
      Creates a new JavaMail store.
      Overrides:
      createStore in class AbstractServer
      Returns:
      a new store.
      Throws:
      jakarta.mail.NoSuchProviderException