Searched refs:imapCommand (Results 1 – 1 of 1) sorted by relevance
428 String imapCommand = ImapConstants.LIST + " \"\" \"*\""; in updateFolders() local430 imapCommand = ImapConstants.LIST + " \"\" \"" + mPathPrefix + "*\""; in updateFolders()432 List<ImapResponse> responses = connection.executeSimpleCommand(imapCommand); in updateFolders()