If you want to work with low-level SMTP you'll probably have to do so
yourself using sockets. The JavaMail API is really supposed to insulate
you from all of this and thus it probably does not provide access to
this information, although there may be some sort of debugging flag
which will allow you to get that information.