Uses of Class
adams.flow.source.imapsource.AbstractIMAPOperation
-
Packages that use AbstractIMAPOperation Package Description adams.flow.source adams.flow.source.imapsource -
-
Uses of AbstractIMAPOperation in adams.flow.source
Fields in adams.flow.source declared as AbstractIMAPOperation Modifier and Type Field Description protected AbstractIMAPOperationIMAPOperation. m_Operationthe operation to execute.Methods in adams.flow.source that return AbstractIMAPOperation Modifier and Type Method Description AbstractIMAPOperationIMAPOperation. getOperation()Returns the IMAP operation to perform.Methods in adams.flow.source with parameters of type AbstractIMAPOperation Modifier and Type Method Description voidIMAPOperation. setOperation(AbstractIMAPOperation value)Sets the IMAP operation to perform. -
Uses of AbstractIMAPOperation in adams.flow.source.imapsource
Subclasses of AbstractIMAPOperation in adams.flow.source.imapsource Modifier and Type Class Description classAbstractIMAPFolderOperation<O>Ancestor of operations that work on a specific folder.classListFoldersLists all the folders.classReceiveEmailReceives emails according to the filters.classUnreadMessageCountReturns the number of unread messages.
-