@Override
public void execute(CommandParser commandParser) throws IOException,
Pop3Exception {
if (session.getSessionState() != AUTHORIZATION)
throw new IllegalSessionStateException();
List<String> args = commandParser.parseArguments();
if (args.size() != 2)
throw new CommandSyntaxException("Two arguments are expected");
String user = args.get(0);