com.yahoo.imapnio.async.request.FlagsAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of imapnio.core Show documentation
Show all versions of imapnio.core Show documentation
imapnio component ${project.name}
The newest version!
package com.yahoo.imapnio.async.request;
/**
* Flags action used for store command.
*/
public enum FlagsAction {
/** Replace the flags given in the flags list for the message. */
REPLACE,
/** Add the flags given in the flags list for the message. */
ADD,
/** Remove the flags given in the flags list for the message. */
REMOVE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy