Class MailSessionWrapper
java.lang.Object
com.atlassian.crowd.manager.mail.transport.MailSessionWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.Sessionjakarta.mail.TransportgetTransport(String protocol) voidsetDebug(boolean debug) voidsetDebugOut(PrintStream out)
-
Constructor Details
-
MailSessionWrapper
public MailSessionWrapper(jakarta.mail.Session session)
-
-
Method Details
-
setDebug
public void setDebug(boolean debug) -
setDebugOut
-
getTransport
public jakarta.mail.Transport getTransport(String protocol) throws jakarta.mail.NoSuchProviderException - Throws:
jakarta.mail.NoSuchProviderException
-
getSession
public jakarta.mail.Session getSession()
-