Searched refs:fetchList (Results 1 – 1 of 1) sorted by relevance
315 final ImapList fetchList = response.getListOrEmpty(2); in fetchInternal() local316 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID).getString(); in fetchInternal()323 final ImapList flags = fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()339 fetchList.getKeyedStringOrEmpty(ImapConstants.INTERNALDATE).getDateOrNull(); in fetchInternal()341 fetchList.getKeyedStringOrEmpty(ImapConstants.RFC822_SIZE).getNumberOrZero(); in fetchInternal()343 fetchList in fetchInternal()356 ImapList bs = fetchList.getKeyedListOrEmpty(ImapConstants.BODYSTRUCTURE); in fetchInternal()371 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()380 InputStream bodyStream = fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()