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

  /packages/apps/Email/emailcommon/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 536 // try the basic fetch of flags & envelope
540 fp.add(FetchProfile.Item.ENVELOPE);
583 // try the basic fetch of flags & envelope, but the LIST command fails
588 fp.add(FetchProfile.Item.ENVELOPE);
631 // try the basic fetch of flags & envelope
635 fp.add(FetchProfile.Item.ENVELOPE);
793 // try the basic fetch of flags & envelope
797 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]
ImapStoreUnitTests.java 771 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 539 * ENVELOPE - UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
553 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
618 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
795 // envelope structure, body structure, and size in
    [all...]
Pop3Store.java 653 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
654 // Note: We never pass the listener for the ENVELOPE call, because we're going
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 450 // (yet) because POP messages don't have an envelope yet....
464 // TODO Problems with this implementation. 1. For IMAP, where we get a real envelope,
534 fp.add(FetchProfile.Item.ENVELOPE);
674 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]

Completed in 58 milliseconds