public class MailSessionWrapper extends Object
Constructor and Description |
---|
MailSessionWrapper(javax.mail.Session session) |
Modifier and Type | Method and Description |
---|---|
javax.mail.Session |
getSession() |
javax.mail.Transport |
getTransport(String protocol) |
void |
setDebug(boolean debug) |
void |
setDebugOut(PrintStream out) |
public void setDebug(boolean debug)
public void setDebugOut(PrintStream out)
public javax.mail.Transport getTransport(String protocol) throws javax.mail.NoSuchProviderException
javax.mail.NoSuchProviderException
public javax.mail.Session getSession()
Copyright © 2020 Atlassian. All rights reserved.