Uses of Class
com.swiftmq.impl.streams.comp.io.MailServer
Packages that use MailServer
-
Uses of MailServer in com.swiftmq.impl.streams
Methods in com.swiftmq.impl.streams that return MailServerModifier and TypeMethodDescriptionStream.addMailServer
(String name, MailServer mailServer) Internal use onlyStream.getMailservers()
Internal use onlyStream.mailserver
(String name) Returns the MailServer with the given name.StreamBuilder.mailserver
(String hostname) Returns a new MailServerMethods in com.swiftmq.impl.streams with parameters of type MailServerModifier and TypeMethodDescriptionStream.addMailServer
(String name, MailServer mailServer) Internal use only -
Uses of MailServer in com.swiftmq.impl.streams.comp.io
Methods in com.swiftmq.impl.streams.comp.io that return MailServerModifier and TypeMethodDescriptionMailServer.connect()
Does the actual connect to the mail server.MailServer.disconnect()
Disconnects from the mail server.Sets the password.MailServer.port
(int port) Sets the port (default 25 = SMTP)Sets the user name.