202.141.26.2 writes:
I am writing a Mail Client program. The mails are reside in an imap server. I am getting the username and password in my java program and i want to check whether the user has account in the imap server and the password supplied is correct or not? Is there any way to do it ? I have tried using Authenticator class . Please reply me
Thank u
surendra kumar V
152.205.22.243 writes:
I suggest browsing through
http://andrew2.andrew.cmu.edu/cyrus/email/standards-IMAP.html
for suggestions about the IMAP protocol.
MikeD