HomeSort by relevance Sort by last modified time
    Searched defs:ImapStore (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/com/android/email/mail/
Store.java 23 import com.android.email.mail.store.ImapStore;
88 sStoreClasses.put(context.getString(R.string.protocol_legacy_imap), ImapStore.class);
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 23 import com.android.email.mail.store.ImapStore.ImapException;
67 private ImapStore mImapStore;
76 * Next tag to use. All connections associated to the same ImapStore instance share the same
84 ImapConnection(ImapStore store) {
88 void setStore(ImapStore store) {
201 * until {@link #setStore(ImapStore)} is called.
429 ImapStore.getImapId(mImapStore.getContext(), mImapStore.getUsername(), host,
483 mImapStore.setPathPrefix(ImapStore.decodeFolderName(namespaceString, null));
ImapStore.java 81 public class ImapStore extends Store {
99 return new ImapStore(context, account);
106 private ImapStore(Context context, Account account) throws MessagingException {
112 throw new MessagingException("No HostAuth in ImapStore?");
180 synchronized (ImapStore.class) {

Completed in 176 milliseconds