OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImapStore
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java
24
import com.android.email.mail.store.
ImapStore
.ImapException;
66
private
ImapStore
mImapStore;
74
* Next tag to use. All connections associated to the same
ImapStore
instance share the same
83
ImapConnection(
ImapStore
store, String username, String password) {
87
void setStore(
ImapStore
store, String username, String password) {
168
* until {@link #setStore(
ImapStore
, String, String)} is called.
379
ImapStore
.getImapId(mImapStore.getContext(), mUsername, host, capabilities);
432
mImapStore.setPathPrefix(
ImapStore
.decodeFolderName(namespaceString, null));
ImapStore.java
81
public class
ImapStore
extends Store {
97
return new
ImapStore
(context, account);
104
private
ImapStore
(Context context, Account account) throws MessagingException {
188
synchronized (
ImapStore
.class) {
Completed in 283 milliseconds