Home | History | Annotate | Download | only in store

Lines Matching refs:NAMESPACE

55     /** NAMESPACE capability per RFC 2342 */
174 // NAMESPACE (only valid in the Authenticated state)
229 if (capabilities.contains(ImapConstants.NAMESPACE)) {
458 * Gets the user's Personal Namespace from the IMAP server per RFC 2342. If the user
459 * explicitly sets a namespace (using setup UI) or if the server does not support the
460 * namespace command, this will perform no operation.
468 responseList = executeSimpleCommand(ImapConstants.NAMESPACE);
479 if (response.isDataResponse(0, ImapConstants.NAMESPACE)) {
481 ImapList namespace = namespaceList.getListOrEmpty(0);
482 String namespaceString = namespace.getStringOrEmpty(0).getString();
485 mImapStore.setPathSeparator(namespace.getStringOrEmpty(1).getString());
582 * was obtained while obtaining the namespace or there is no prefix defined, this