retrieveTopLines method
Downloads the first numberOfLines lines of the message
with the given messageId
Implementation
Future<MimeMessage> retrieveTopLines(int messageId, int numberOfLines) =>
sendCommand(PopTopCommand(messageId, numberOfLines));