retrieve method
Downloads the message with the specified messageId
Implementation
Future<MimeMessage> retrieve(int? messageId) {
return sendCommand(PopRetrieveCommand(messageId));
}
Downloads the message with the specified messageId
Future<MimeMessage> retrieve(int? messageId) {
return sendCommand(PopRetrieveCommand(messageId));
}