Logs the user in with the APOP command.
APOP
Future<void> loginWithApop(String name, String password) async { await sendCommand(PopApopCommand(name, password, serverInfo.timestamp)); isLoggedIn = true; }