Close
jGuru Forums
Posted By: Anonymous Posted On: Friday, August 3, 2001 07:46 AM
hi, lately, this question struck me where if i dont know the pop3 or imap address, is it possible to retrieve it with an email address, userID and password with the javamail api
Re: with email address,userID & password, is it possible to retrieve pop3 or imap address
Posted By: John_Zukowski Posted On: Friday, August 3, 2001 08:03 AM
The email address will provide the domain name of the receiver. You can lookup the MX record for that domain. However, that doesn't specify the server to read the message, only the one to send it to.