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 PostReceptionActionPostReceptionAction. 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 PostReceptionActionReceiveEmail. m_PostReceptionActionthe action to perform after receiving.Methods in adams.flow.source.imapsource that return PostReceptionAction Modifier and Type Method Description PostReceptionActionReceiveEmail. 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 voidReceiveEmail. setPostReceptionAction(PostReceptionAction value)Sets the action to perform after receiving the full messages (does not apply to envelopes).
-