com.yahoo.imapnio.async.request.FetchMacro 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;
/**
* Macro for fetch command.
*/
public enum FetchMacro {
/** Fetch macro for ALL. */
ALL,
/** Fetch macro for FULL. */
FULL,
/** Fetch macro for FAST. */
FAST
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy