Searched refs:FLAG_SSL (Results 1 – 3 of 3) sorted by relevance
45 public static final int FLAG_SSL = 0x01; // Use SSL field in ImapStore
92 return (flags & ImapStore.FLAG_SSL) != 0; in canTrySslSecurity()
126 auth = ImapStore.FLAG_SSL; in ImapHelper()