Uses of Class
adams.core.net.imap.PostReceptionAction
-
Packages that use PostReceptionAction Package Description adams.core.net.imap adams.flow.source.imapsource -
-
Uses of PostReceptionAction in adams.core.net.imap
Methods in adams.core.net.imap that return PostReceptionAction Modifier and Type Method Description static PostReceptionAction
PostReceptionAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostReceptionAction[]
PostReceptionAction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PostReceptionAction in adams.flow.source.imapsource
Fields in adams.flow.source.imapsource declared as PostReceptionAction Modifier and Type Field Description protected PostReceptionAction
ReceiveEmail. m_PostReceptionAction
the action to perform after receiving.Methods in adams.flow.source.imapsource that return PostReceptionAction Modifier and Type Method Description PostReceptionAction
ReceiveEmail. getPostReceptionAction()
Returns the action to perform after receiving the full messages (does not apply to envelopes).Methods in adams.flow.source.imapsource with parameters of type PostReceptionAction Modifier and Type Method Description void
ReceiveEmail. setPostReceptionAction(PostReceptionAction value)
Sets the action to perform after receiving the full messages (does not apply to envelopes).
-