commandMap.put("UIDL", new UidlCommand(session));
commandMap.put("RETR", new RetrCommand(session));
commandMap.put("DELE", new DeleCommand(session));
commandMap.put("RSET", new RsetCommand(session));
commandMap.put("TOP", new TopCommand(session));
apopCommand = new ApopCommand(session);
commandMap.put("APOP", apopCommand);
if (session.getServer().getTlsConfiguration().isEnabled())
commandMap.put("STLS", new StlsCommand(session));
}