Home | History | Annotate | Download | only in store

Lines Matching refs:ImapStore

89 public class ImapStore extends Store {
126 return new ImapStore(context, uri);
139 private ImapStore(Context context, String uriString) throws MessagingException {
145 throw new MessagingException("Invalid ImapStore URI", use);
224 synchronized (ImapStore.class) {
691 throw new Error("ImapStore.delete() not yet implemented");