UNPKG

@matthiasn/react-native-mailcore

Version:

React Native bindings for https://github.com/MailCore/mailcore2

11 lines 299 B
export const NONE = 0; export const SEEN = 1; export const ANSWERED = 2; export const FLAGGED = 4; export const DELETED = 8; export const DRAFT = 16; export const MDN_SENT = 32; export const FORWARDED = 64; export const SUBMIT_PENDING = 128; export const SUBMITTED = 256; export const MASKALL = 511;