Searched refs:ImapException (Results 1 – 3 of 3) sorted by relevance
24 import com.android.email.mail.store.ImapStore.ImapException;308 throw new ImapException(toString, alert); in getCommandResponses()392 } catch (ImapException ie) { in doSendId()417 } catch (ImapException ie) { in doGetNamespace()449 } catch (ImapException ie) { in doLogin()472 } catch (ImapException ie) { in doGetPathSeparator()
612 static class ImapException extends MessagingException { class in ImapStore617 public ImapException(String message, String alertText, Throwable throwable) { in ImapException() method in ImapStore.ImapException622 public ImapException(String message, String alertText) { in ImapException() method in ImapStore.ImapException
25 import com.android.email.mail.store.ImapStore.ImapException;394 } catch (ImapException e) { in searchForUids()463 } catch (ImapException e) { in complexSearchForUids()