Uses of Enum Class
org.bluezoo.gumdrop.mailbox.StoreAction
Packages that use StoreAction
Package
Description
Handler interfaces for the IMAP server.
Mailbox storage abstraction for mail access protocols.
-
Uses of StoreAction in org.bluezoo.gumdrop.imap.handler
Methods in org.bluezoo.gumdrop.imap.handler with parameters of type StoreActionModifier and TypeMethodDescriptionvoidDefaultIMAPHandler.store(StoreState state, Mailbox mailbox, MessageSet messages, StoreAction action, Set<Flag> flags, boolean silent) voidSelectedHandler.store(StoreState state, Mailbox mailbox, MessageSet messages, StoreAction action, Set<Flag> flags, boolean silent) Called when the client sends STORE command.voidDefaultIMAPHandler.uidStore(StoreState state, Mailbox mailbox, MessageSet uidSet, StoreAction action, Set<Flag> flags, boolean silent) voidSelectedHandler.uidStore(StoreState state, Mailbox mailbox, MessageSet uidSet, StoreAction action, Set<Flag> flags, boolean silent) Called when the client sends UID STORE command. -
Uses of StoreAction in org.bluezoo.gumdrop.mailbox
Methods in org.bluezoo.gumdrop.mailbox that return StoreActionModifier and TypeMethodDescriptionstatic StoreActionStoreAction.fromImapKeyword(String keyword) Parses an IMAP store action keyword to the corresponding StoreAction enum value.static StoreActionReturns the enum constant of this class with the specified name.static StoreAction[]StoreAction.values()Returns an array containing the constants of this enum class, in the order they are declared.