Searched refs:ImapException (Results 1 – 3 of 3) sorted by relevance
26 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()
131 static class ImapException extends MessagingException { class in ImapStore139 public ImapException( in ImapException() method in ImapStore.ImapException
38 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;179 } catch (ImapException me) { in searchForUids()