Searched refs:remoteMessageList (Results 1 – 1 of 1) sorted by relevance
632 List<Message> remoteMessageList = Arrays.asList(remoteMessages); in synchronizeMailboxGeneric() local633 for (int start = 0; start < remoteMessageList.size(); start += MAX_MESSAGES_TO_FETCH) { in synchronizeMailboxGeneric()635 if (end >= remoteMessageList.size()) { in synchronizeMailboxGeneric()636 end = remoteMessageList.size() - 1; in synchronizeMailboxGeneric()638 List<Message> chunk = remoteMessageList.subList(start, end); in synchronizeMailboxGeneric()