Searched refs:fetchList (Results 1 – 2 of 2) sorted by relevance
339 final ImapList fetchList = response.getListOrEmpty(2); in fetchInternal() local340 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) in fetchInternal()349 fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()364 final Date internalDate = fetchList.getKeyedStringOrEmpty( in fetchInternal()366 final int size = fetchList.getKeyedStringOrEmpty( in fetchInternal()368 final String header = fetchList.getKeyedStringOrEmpty( in fetchInternal()376 ImapList bs = fetchList.getKeyedListOrEmpty( in fetchInternal()392 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()398 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()
692 final ImapList fetchList = response.getListOrEmpty(2); in fetchInternal() local693 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) in fetchInternal()702 fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()717 final Date internalDate = fetchList.getKeyedStringOrEmpty( in fetchInternal()719 final int size = fetchList.getKeyedStringOrEmpty( in fetchInternal()721 final String header = fetchList.getKeyedStringOrEmpty( in fetchInternal()729 ImapList bs = fetchList.getKeyedListOrEmpty( in fetchInternal()747 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()753 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()