com.canoo.webtest.plugins.emailtest
Class EmailHelper

java.lang.Object
  extended by com.canoo.webtest.plugins.emailtest.EmailHelper

public class EmailHelper
extends Object

Helper class for processing email messages.

Author:
Paul King, Luca Scheuring, lofi@mountproc.org

Constructor Summary
EmailHelper()
           
 
Method Summary
protected  javax.mail.Session getSessionInstance(Properties properties)
           
protected  javax.mail.Store getStore(javax.mail.Session session, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailHelper

public EmailHelper()
Method Detail

getStore

protected javax.mail.Store getStore(javax.mail.Session session,
                                    String type)
                             throws javax.mail.NoSuchProviderException
Throws:
javax.mail.NoSuchProviderException

getSessionInstance

protected javax.mail.Session getSessionInstance(Properties properties)

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.