public final class TestMailServer extends ObjectSE
| 修飾子と型 | クラスと説明 |
|---|---|
static class | TestMailServer.ImapServer |
static class | TestMailServer.MailServer |
static class | TestMailServer.Pop3Server |
static class | TestMailServer.SmtpServer |
| 修飾子と型 | メソッドと説明 |
|---|---|
static TestMailServer.ImapServer | imap(int port) |
static TestMailServer.Pop3Server | pop3(int port) |
static TestMailServer.SmtpServer | smtp(int port) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static TestMailServer.SmtpServer smtp(int port)
public static TestMailServer.Pop3Server pop3(int port)
public static TestMailServer.ImapServer imap(int port)