Searched defs:capability (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/
H A DImapConnection.java52 /** ID capability per RFC 2971*/
54 /** NAMESPACE capability per RFC 2342 */
56 /** STARTTLS capability per RFC 3501 */
58 /** UIDPLUS capability per RFC 4315 */
131 // such, we save away capability information here for future use.
181 * Returns whether or not the specified capability is supported by the server.
183 private boolean isCapable(int capability) { argument
184 return (mCapabilities & capability) != 0;
188 * Sets the capability flags according to the response provided by the server.
189 * Note: We only set the capability flag
[all...]

Completed in 117 milliseconds