Class | Description |
---|---|
EmailConfig |
Parameters data for the Email repository connector.
|
EmailConnector |
This interface describes an instance of a connection between a repository and ManifoldCF's
standard "pull" ingestion agent.
|
EmailConnector.CheckConnectionThread |
Class to check the connection.
|
EmailConnector.CloseFolderThread |
Class to close a folder.
|
EmailConnector.CloseSessionThread |
Class to close the session.
|
EmailConnector.ConnectThread |
Class to set up connection.
|
EmailConnector.GetMessagesThread |
Class to get all messages from a folder.
|
EmailConnector.ListFoldersThread |
Class to list all folders.
|
EmailConnector.OpenFolderThread |
Class to open a folder.
|
EmailConnector.SearchMessagesThread |
Class to search for messages in a folder.
|
EmailSession |
This class represents a raw email session, without any protection
from threads waiting on sockets, etc.
|
Messages |