public abstract class AbstractMailSource<T extends AbstractMailSource<T>> extends DisposableMailSupport<AbstractMailSource<T>>
| 修飾子と型 | フィールドと説明 |
|---|---|
protected java.lang.String | folder |
protected int | port |
protected java.lang.String | protocol |
ADMIN_PASSWORD, ADMIN_USER, greenMaillabel| コンストラクターと説明 |
|---|
AbstractMailSource() |
| 修飾子と型 | メソッドと説明 |
|---|---|
T | port(int port) |
T | protocol(java.lang.String protocol) |
void | sendEmail(java.lang.String from, java.lang.String subject, java.lang.String msg) |
protected com.icegreen.greenmail.util.ServerSetup | setupReceiveServer() フィクスチャの「受信」部分の構成オプションを提供します。 |
protected com.icegreen.greenmail.util.ServerSetup | setupSendServer() フィクスチャの「送信」部分の構成オプションを提供します。 |
cleanup, ensureNotStarted, ensureStartedlabel, toDSL, toStringprotected java.lang.String protocol
protected int port
protected java.lang.String folder
public T protocol(java.lang.String protocol)
public T port(int port)
public void sendEmail(java.lang.String from,
java.lang.String subject,
java.lang.String msg)protected com.icegreen.greenmail.util.ServerSetup setupReceiveServer()
DisposableMailSupportDisposableMailSupport<AbstractMailSource<T extends AbstractMailSource<T>>> の setupReceiveServer protected com.icegreen.greenmail.util.ServerSetup setupSendServer()
DisposableMailSupportDisposableMailSupport<AbstractMailSource<T extends AbstractMailSource<T>>> の setupSendServer