package javax.mail; public class PasswordAuthentication { public PasswordAuthentication(String username, String password) {} }