Uses of Class
net.anwiba.commons.mail.schema.account.Server
-
Packages that use Server Package Description net.anwiba.commons.mail net.anwiba.commons.mail.schema.account -
-
Uses of Server in net.anwiba.commons.mail
Methods in net.anwiba.commons.mail with parameters of type Server Modifier and Type Method Description jakarta.mail.SessionMailSessionFactory. create(Server server) -
Uses of Server in net.anwiba.commons.mail.schema.account
Fields in net.anwiba.commons.mail.schema.account declared as Server Modifier and Type Field Description protected ServerAccount. outgoingMethods in net.anwiba.commons.mail.schema.account that return Server Modifier and Type Method Description ServerObjectFactory. createServer()Create an instance ofServerServerAccount. getOutgoing()Gets the value of the outgoing property.Methods in net.anwiba.commons.mail.schema.account with parameters of type Server Modifier and Type Method Description voidAccount. setOutgoing(Server value)Sets the value of the outgoing property.
-