Searched refs:fetchFields (Results 1 – 1 of 1) sorted by relevance
265 final LinkedHashSet<String> fetchFields = new LinkedHashSet<String>(); in fetchInternal() local267 fetchFields.add(ImapConstants.UID); in fetchInternal()269 fetchFields.add(ImapConstants.FLAGS); in fetchInternal()272 fetchFields.add(ImapConstants.INTERNALDATE); in fetchInternal()273 fetchFields.add(ImapConstants.RFC822_SIZE); in fetchInternal()274 fetchFields.add(ImapConstants.FETCH_FIELD_HEADERS); in fetchInternal()277 fetchFields.add(ImapConstants.BODYSTRUCTURE); in fetchInternal()281 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_TRUNCATED); in fetchInternal()284 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK); in fetchInternal()294 fetchFields.add(ImapConstants.FETCH_FIELD_BODY_PEEK_BARE + "[" + partIds[0] + "]"); in fetchInternal()[all …]