Home
last modified time | relevance | path

Searched refs:ImapException (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java26 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;
189 } catch (ImapException ie) { in doLogin()
396 throw new ImapException(toString, status, statusMessage, alert, responseCode); in getCommandResponses()
DImapStore.java131 static class ImapException extends MessagingException { class in ImapStore
139 public ImapException( in ImapException() method in ImapStore.ImapException
DImapFolder.java38 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;
179 } catch (ImapException me) { in searchForUids()