* Я пытался, но получаю "javax.mail.AuthenticationFailedException: [AUTHENTICATIONFAILED] Неверные учетные данные".
@
Session session = Session.getDefaultInstance(properties);
try {
// connects to the message store
Store store = session.getStore("imap");
store.connect(userName, password);
*