Home | History | Annotate | Download | only in providers

Lines Matching defs:ARCHIVE

212          * Whether the server supports a concept of Archive: removing mail from the Inbox but
215 public static final int ARCHIVE = 0x0008;
548 * Integer column containing the user's specified confirm archive preference value.
550 * be shown when an archive action is performed.
761 * For accounts that support archive, this will indicate that this folder supports
762 * the archive functionality.
764 public static final int ARCHIVE = 0x0010;
798 * Deletions in this folder can't be undone (could include archive if desirable)
1341 * Archive operation
1343 public static final String ARCHIVE = "archive";
2155 /** Archive or remove label, if available. */
2156 public static final int ARCHIVE = 0;
2162 public static final int DEFAULT = ARCHIVE;