1: package javax.mail; 2: 3: public class PasswordAuthentication { 4: public PasswordAuthentication(String user, String password) { 5: } 6: }