Home | History | Annotate | Download | only in store

Lines Matching defs:messageId

787             int messageId = mUidToMsgNumMap.get(message.getUid());
790 response = executeSimpleCommand(String.format(Locale.US, "RETR %d", messageId));
795 String.format(Locale.US, "TOP %d %d", messageId, lines));
799 String.format(Locale.US, "RETR %d", messageId));
801 Log.w(Logging.LOG_TAG, "Can't read message " + messageId);