Javamail: Get mail server information

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2010-05-28T14:10:33Z Indexed on 2010/05/28 14:11 UTC
Read the original article Hit count: 139

Filed under:
|
|

I trying to find out how to get the mail server information on the server I connect to with Javamail. I know in the debug statements when you connect you will get something like "S: +OK [MAIL_SERVER_NAME] ready.". Is there an easier way to get this information (and hopefully more information) than just parsing the debug output?

© Stack Overflow or respective owner

Related posts about java

Related posts about server