Home | History | Annotate | Download | only in store

Lines Matching refs:LOGIN

97      * Generates and returns the phrase to be used for authentication. This will be a LOGIN with
103 * @return the login command string to sent to the IMAP server
106 // build the LOGIN string once (instead of over-and-over again.)
108 // We'll recreate the login phrase if it's null, or if the access token
122 // build the LOGIN string once (instead of over-and-over again.)
124 mLoginPhrase = ImapConstants.LOGIN + " " + mImapStore.getUsername() + " "
171 // LOGIN
366 * @param sensitive whether the command should be redacted in logs (used for login)
384 * @param sensitive whether the command should be redacted in logs (used for login)
450 // A true IOException will recur on the following login steps
534 // Clear the login phrase, this will force us to refresh the auth token.