Home
last modified time | relevance | path

Searched refs:fetchFields (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/common/mail/store/
DImapFolder.java290 final LinkedHashSet<String> fetchFields = new LinkedHashSet<String>(); in fetchInternal() local
292 fetchFields.add(ImapConstants.UID); in fetchInternal()
294 fetchFields.add(ImapConstants.FLAGS); in fetchInternal()
297 fetchFields.add(ImapConstants.INTERNALDATE); in fetchInternal()
298 fetchFields.add(ImapConstants.RFC822_SIZE); in fetchInternal()
299 fetchFields.add(ImapConstants.FETCH_FIELD_HEADERS); in fetchInternal()
302 fetchFields.add(ImapConstants.BODYSTRUCTURE); in fetchInternal()
306 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_SANE); in fetchInternal()
309 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK); in fetchInternal()
320 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_BARE in fetchInternal()
[all …]
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java643 final LinkedHashSet<String> fetchFields = new LinkedHashSet<String>(); in fetchInternal() local
645 fetchFields.add(ImapConstants.UID); in fetchInternal()
647 fetchFields.add(ImapConstants.FLAGS); in fetchInternal()
650 fetchFields.add(ImapConstants.INTERNALDATE); in fetchInternal()
651 fetchFields.add(ImapConstants.RFC822_SIZE); in fetchInternal()
652 fetchFields.add(ImapConstants.FETCH_FIELD_HEADERS); in fetchInternal()
655 fetchFields.add(ImapConstants.BODYSTRUCTURE); in fetchInternal()
659 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_SANE); in fetchInternal()
662 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK); in fetchInternal()
673 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_BARE in fetchInternal()
[all …]