Searched refs:FLAG_TRUST_ALL (Results 1 – 2 of 2) sorted by relevance
48 public static final int FLAG_TRUST_ALL = 0x08; // Trust all certificates field in ImapStore
96 return (flags & ImapStore.FLAG_TRUST_ALL) != 0; in canTrustAllCertificates()