retrieveTopLines method
Downloads the first numberOfLines
lines of the message with the messageId
Implementation
Future<MimeMessage> retrieveTopLines(int messageId, int numberOfLines) {
return sendCommand(PopRetrieveCommand(messageId));
}
Downloads the first numberOfLines
lines of the message with the messageId
Future<MimeMessage> retrieveTopLines(int messageId, int numberOfLines) {
return sendCommand(PopRetrieveCommand(messageId));
}