com.solidstategroup.webmail
Class WebMailProcessor

java.lang.Object
  extended by com.solidstategroup.webmail.WebMailProcessor

public class WebMailProcessor
extends java.lang.Object


Constructor Summary
WebMailProcessor()
           
 
Method Summary
static void process()
           
static void processMessage(javax.mail.Message message, Message newMessage, java.lang.String host)
           
static void testConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebMailProcessor

public WebMailProcessor()
Method Detail

testConnection

public static void testConnection()

process

public static void process()

processMessage

public static void processMessage(javax.mail.Message message,
                                  Message newMessage,
                                  java.lang.String host)