Class TestSmtpServerPanel.TestEmail

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TestSmtpServerPanel

    public static class TestSmtpServerPanel.TestEmail
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String body  
      java.lang.String contentType  
      java.lang.String from  
      java.lang.String subject  
      java.lang.String to  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestEmail()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • from

        public java.lang.String from
      • to

        public java.lang.String to
      • subject

        public java.lang.String subject
      • body

        public java.lang.String body
      • contentType

        public java.lang.String contentType
    • Constructor Detail

      • TestEmail

        public TestEmail()