All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.imapnio.async.request.FlagsAction Maven / Gradle / Ivy

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