Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/mail/store/
DImapFolder.java543 final LinkedHashSet<String> fetchFields = new LinkedHashSet<String>(); in fetchInternal() local
545 fetchFields.add(ImapConstants.UID); in fetchInternal()
547 fetchFields.add(ImapConstants.FLAGS); in fetchInternal()
550 fetchFields.add(ImapConstants.INTERNALDATE); in fetchInternal()
551 fetchFields.add(ImapConstants.RFC822_SIZE); in fetchInternal()
552 fetchFields.add(ImapConstants.FETCH_FIELD_HEADERS); in fetchInternal()
555 fetchFields.add(ImapConstants.BODYSTRUCTURE); in fetchInternal()
559 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_SANE); in fetchInternal()
562 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK); in fetchInternal()
570 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_BARE in fetchInternal()
[all …]