retrieve method
Downloads the message with the specified messageId
Implementation
Future<MimeMessage> retrieve(int messageId) =>
sendCommand(PopRetrieveCommand(messageId));
Downloads the message with the specified messageId
Future<MimeMessage> retrieve(int messageId) =>
sendCommand(PopRetrieveCommand(messageId));