Uses of Class
adams.flow.standalone.IMAPConnection
-
Packages that use IMAPConnection Package Description adams.flow.source adams.flow.source.imapsource adams.flow.transformer adams.flow.transformer.imaptransformer -
-
Uses of IMAPConnection in adams.flow.source
Fields in adams.flow.source declared as IMAPConnection Modifier and Type Field Description protected IMAPConnection
IMAPOperation. m_Connection
the IMAP connection. -
Uses of IMAPConnection in adams.flow.source.imapsource
Methods in adams.flow.source.imapsource with parameters of type IMAPConnection Modifier and Type Method Description protected String
AbstractIMAPFolderOperation. check(IMAPConnection conn)
Hook method for checks before executing the operation.protected String
AbstractIMAPOperation. check(IMAPConnection conn)
Hook method for checks before executing the operation.protected abstract O
AbstractIMAPOperation. doExecute(IMAPConnection conn, MessageCollection errors)
Executes the operation and returns the generated output.protected String[]
ListFolders. doExecute(IMAPConnection conn, MessageCollection errors)
Executes the operation and returns the generated output.protected jodd.mail.ReceivedEmail[]
ReceiveEmail. doExecute(IMAPConnection conn, MessageCollection errors)
Executes the operation and returns the generated output.protected Integer
UnreadMessageCount. doExecute(IMAPConnection conn, MessageCollection errors)
Executes the operation and returns the generated output.O
AbstractIMAPOperation. execute(IMAPConnection conn, MessageCollection errors)
Executes the operation and returns the generated output. -
Uses of IMAPConnection in adams.flow.transformer
Fields in adams.flow.transformer declared as IMAPConnection Modifier and Type Field Description protected IMAPConnection
IMAPOperation. m_Connection
the IMAP connection. -
Uses of IMAPConnection in adams.flow.transformer.imaptransformer
Methods in adams.flow.transformer.imaptransformer with parameters of type IMAPConnection Modifier and Type Method Description protected String
AbstractIMAPFolderOperation. check(IMAPConnection conn, I input)
Hook method for checks before executing the operation.protected String
AbstractIMAPOperation. check(IMAPConnection conn, I input)
Hook method for checks before executing the operation.protected abstract O
AbstractIMAPOperation. doExecute(IMAPConnection conn, I input, MessageCollection errors)
Executes the operation and returns the generated output.protected jodd.mail.ReceivedEmail
ReceiveEmail. doExecute(IMAPConnection conn, String input, MessageCollection errors)
Executes the operation and returns the generated output.O
AbstractIMAPOperation. execute(IMAPConnection conn, I input, MessageCollection errors)
Executes the operation and returns the generated output.
-