Searched refs:responseList (Results 1 – 2 of 2) sorted by relevance
413 List<ImapResponse> responseList = Collections.emptyList(); in doGetNamespace() local416 responseList = executeSimpleCommand(ImapConstants.NAMESPACE); in doGetNamespace()426 for (ImapResponse response: responseList) { in doGetNamespace()468 List<ImapResponse> responseList = Collections.emptyList(); in doGetPathSeparator() local471 responseList = executeSimpleCommand(ImapConstants.LIST + " \"\" \"\""); in doGetPathSeparator()481 for (ImapResponse response: responseList) { in doGetPathSeparator()
258 List<ImapResponse> responseList = mConnection.executeSimpleCommand( in copyMessages() local269 for (ImapResponse response : responseList) { in copyMessages()