HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 41 public static final String CAPABILITY = "CAPABILITY";
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 51 /** ID capability per RFC 2971*/
53 /** NAMESPACE capability per RFC 2342 */
55 /** STARTTLS capability per RFC 3501 */
57 /** UIDPLUS capability per RFC 4315 */
115 // CAPABILITY
129 // such, we save away capability information here for future use.
179 * Returns whether or not the specified capability is supported by the server.
181 private boolean isCapable(int capability) {
182 return (mCapabilities & capability) != 0;
186 * Sets the capability flags according to the response provided by the server
    [all...]

Completed in 764 milliseconds