Class TestMailServer
java.lang.Object
org.springframework.integration.test.mail.TestMailServer
Deprecated.
since 5.5 in favor of GreenMail library for mail testing.
A basic test mail server for pop3, imap,
Serves up a canned email message with each protocol.
For smtp, it handles the basic handshaking and captures
the pertinent data so it can be verified by a test case.
- Since:
- 5.0
- Author:
- Gary Russell, Artem Bilan
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic TestMailServer.ImapServer
imap
(int port) Deprecated.static TestMailServer.Pop3Server
pop3
(int port) Deprecated.static TestMailServer.SmtpServer
smtp
(int port) Deprecated.
-
Method Details
-
smtp
Deprecated. -
pop3
Deprecated. -
imap
Deprecated.
-