Searched refs:appendList (Results 1 – 1 of 1) sorted by relevance
965 final ImapList appendList = response.getListOrEmpty(1); in appendMessages() local966 if ((appendList.size() >= 3) && appendList.is(0, ImapConstants.APPENDUID)) { in appendMessages()967 String serverUid = appendList.getStringOrEmpty(2).getString(); in appendMessages()