I am implementing mail_client_api from your blog to read email from outlook server.
getting below error.
Error report – ORA-29532: Java call terminated by uncaught Java exception: javax.mail.AuthenticationFailedException: LOGIN failed.
ORA-06512: at “SNDTSTDB.MAIL_CLIENT”, line 16 ORA-06512: at “SNDTSTDB.MAIL_CLIENT”, line 35 ORA-06512: at line 3 29532. 00000 – “Java call terminated by uncaught Java exception: %s” *Cause: A Java exception or error was signaled and could not be resolved by the Java code. *Action: Modify Java code, if this behavior is not intended.
If the login username and password are correct, there is a need to give access to your mail server.
Check your outlook inbox. If you got some mail regarding security issues, then you need to allow that one.
Hi Vinish,
issue was using wrong port and imap and pop3 type. Now i can able to retrieve emails from server.
how to sync only new emails? The procedure you suggested will sync all emails from the inbox which will take too much time.
please suggest me.
Thanks in advance