Perry Smith

Java Questions & Answers

Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page

Mail
Thursday, 18-Feb-99 10:45:03

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


Response
Re: Mail
Thursday, 25-Feb-99 21:14:22

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


Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page