Class MailWorker

  • All Implemented Interfaces:
    java.lang.Runnable

    public class MailWorker
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log log  
    • Constructor Summary

      Constructors 
      Constructor Description
      MailWorker​(MailServer server, javax.mail.internet.MimeMessage mimeMessage)
      Constructor for MailWorker
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      The main workhorse method.
      • Methods inherited from class java.lang.Object

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

      • log

        protected static org.apache.commons.logging.Log log
    • Constructor Detail

      • MailWorker

        public MailWorker​(MailServer server,
                          javax.mail.internet.MimeMessage mimeMessage)
        Constructor for MailWorker
        Parameters:
        server -
        mimeMessage -
    • Method Detail

      • run

        public void run()
        The main workhorse method.
        Specified by:
        run in interface java.lang.Runnable