PlainAuthentication(String? userName, String? password) : super(userName, MailAuthentication._typePlain) { this.password = password; }