Class MailTest


  • public class MailTest
    extends java.lang.Object
    Test class for java mail API.
    • Constructor Summary

      Constructors 
      Constructor Description
      MailTest()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method for testing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MailTest

        public MailTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws javax.mail.MessagingException,
                                java.io.IOException
        Main method for testing.
        Throws:
        java.io.IOException
        javax.mail.MessagingException