Searched refs:ImapException (Results 1 – 3 of 3) sorted by relevance
24 import com.android.email.mail.store.ImapStore.ImapException;357 throw new ImapException(toString, status, alert, responseCode); in getCommandResponses()444 } catch (ImapException ie) { in doSendId()469 } catch (ImapException ie) { in doGetNamespace()504 } catch (ImapException ie) { in doLogin()592 } catch (ImapException ie) { in doGetPathSeparator()
24 import com.android.email.mail.store.ImapStore.ImapException;424 } catch (ImapException me) { in searchForUids()498 } catch (ImapException e) { in complexSearchForUids()565 } catch (ImapException e) { in getMessages()576 } catch (ImapException e2) { in getMessages()
661 static class ImapException extends MessagingException { class in ImapStore668 public ImapException(String message, String status, String alertText, in ImapException() method in ImapStore.ImapException