AuthenticationFaliedException : Login Failed IMAP java
up vote
1
down vote
favorite
When I am trying to connect to company domain email then I can but there is one more email id which is not shared mailbox but still I cannot connect to it. I was getting AUTHENTICATE FAILED
exception the I putted in prop :
prop.setProperty("mail.imap.auth.plain.disable","true");
then this error gone.
But after that I am getting now LOGIN FAILED error.
Below are my properties :
spring.mail.store.protocol=imap
spring.mail.imap.port=143
Code:
Properties properties = new Properties();
properties.setProperty("mail.store.protocol", storeProtocol);
properties.setProperty("mail.imap.port", imapPort);
properties.setProperty("mail.imap.auth.plain.disable", "true");
Session session = Session.getInstance(properties);
session.setDebug(true);
Store store = session.getStore();
logger.info("Store connection test.");
store.connect(host, userName, password);
Can anyone please help me on this to resolve this error.
java outlook imap
add a comment |
up vote
1
down vote
favorite
When I am trying to connect to company domain email then I can but there is one more email id which is not shared mailbox but still I cannot connect to it. I was getting AUTHENTICATE FAILED
exception the I putted in prop :
prop.setProperty("mail.imap.auth.plain.disable","true");
then this error gone.
But after that I am getting now LOGIN FAILED error.
Below are my properties :
spring.mail.store.protocol=imap
spring.mail.imap.port=143
Code:
Properties properties = new Properties();
properties.setProperty("mail.store.protocol", storeProtocol);
properties.setProperty("mail.imap.port", imapPort);
properties.setProperty("mail.imap.auth.plain.disable", "true");
Session session = Session.getInstance(properties);
session.setDebug(true);
Store store = session.getStore();
logger.info("Store connection test.");
store.connect(host, userName, password);
Can anyone please help me on this to resolve this error.
java outlook imap
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When I am trying to connect to company domain email then I can but there is one more email id which is not shared mailbox but still I cannot connect to it. I was getting AUTHENTICATE FAILED
exception the I putted in prop :
prop.setProperty("mail.imap.auth.plain.disable","true");
then this error gone.
But after that I am getting now LOGIN FAILED error.
Below are my properties :
spring.mail.store.protocol=imap
spring.mail.imap.port=143
Code:
Properties properties = new Properties();
properties.setProperty("mail.store.protocol", storeProtocol);
properties.setProperty("mail.imap.port", imapPort);
properties.setProperty("mail.imap.auth.plain.disable", "true");
Session session = Session.getInstance(properties);
session.setDebug(true);
Store store = session.getStore();
logger.info("Store connection test.");
store.connect(host, userName, password);
Can anyone please help me on this to resolve this error.
java outlook imap
When I am trying to connect to company domain email then I can but there is one more email id which is not shared mailbox but still I cannot connect to it. I was getting AUTHENTICATE FAILED
exception the I putted in prop :
prop.setProperty("mail.imap.auth.plain.disable","true");
then this error gone.
But after that I am getting now LOGIN FAILED error.
Below are my properties :
spring.mail.store.protocol=imap
spring.mail.imap.port=143
Code:
Properties properties = new Properties();
properties.setProperty("mail.store.protocol", storeProtocol);
properties.setProperty("mail.imap.port", imapPort);
properties.setProperty("mail.imap.auth.plain.disable", "true");
Session session = Session.getInstance(properties);
session.setDebug(true);
Store store = session.getStore();
logger.info("Store connection test.");
store.connect(host, userName, password);
Can anyone please help me on this to resolve this error.
java outlook imap
java outlook imap
edited Nov 20 at 10:10
Prashant Gupta
741519
741519
asked Nov 20 at 9:24
Hemangi Patil
72
72
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53389838%2fauthenticationfaliedexception-login-failed-imap-java%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown