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

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
FetchProfile.java 46 * Download the envelope of the message. This should include at minimum
49 ENVELOPE,
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 535 // try the basic fetch of flags & envelope
539 fp.add(FetchProfile.Item.ENVELOPE);
582 // try the basic fetch of flags & envelope, but the LIST command fails
587 fp.add(FetchProfile.Item.ENVELOPE);
630 // try the basic fetch of flags & envelope
634 fp.add(FetchProfile.Item.ENVELOPE);
792 // try the basic fetch of flags & envelope
796 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]
ImapStoreUnitTests.java 773 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 252 fp.add(FetchProfile.Item.ENVELOPE);
568 * Fetch the flags and envelope only of the new messages. This is intended to get us
578 // the flags and envelope for previously.
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 630 * ENVELOPE - UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
644 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
711 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
    [all...]

Completed in 148 milliseconds