Home | History | Annotate | Download | only in store

Lines Matching defs:messageId

758             int messageId = mUidToMsgNumMap.get(message.getUid());
761 response = executeSimpleCommand(String.format("RETR %d", messageId));
765 response = executeSimpleCommand(String.format("TOP %d %d", messageId, lines));
767 response = executeSimpleCommand(String.format("RETR %d", messageId));