HomeSort by relevance Sort by last modified time
    Searched refs:ImapException (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 23 import com.android.email.mail.store.ImapStore.ImapException;
356 throw new ImapException(toString, alert, responseCode);
443 } catch (ImapException ie) {
446 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
468 } catch (ImapException ie) {
471 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
503 } catch (ImapException ie) {
505 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
589 } catch (ImapException ie) {
592 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
    [all...]
ImapFolder.java 23 import com.android.email.mail.store.ImapStore.ImapException;
410 * exception information, or make all users of searchForUids() handle the ImapException.
424 } catch (ImapException me) {
425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
498 } catch (ImapException e) {
565 } catch (ImapException e) {
568 // servers won't accept that. So if we can an ImapException using one method,
576 } catch (ImapException e2) {
    [all...]
ImapStore.java 630 static class ImapException extends MessagingException {
636 public ImapException(String message, String alertText, String responseCode) {

Completed in 99 milliseconds