Uses of Class
com.openindex.openestate.tool.mail.io.AbstractMailWriter
-
Packages that use AbstractMailWriter Package Description com.openindex.openestate.tool.mail.db com.openindex.openestate.tool.mail.io -
-
Uses of AbstractMailWriter in com.openindex.openestate.tool.mail.db
Methods in com.openindex.openestate.tool.mail.db that return AbstractMailWriter Modifier and Type Method Description AbstractMailWriter
DbMailAccount. buildWriter()
Methods in com.openindex.openestate.tool.mail.db with parameters of type AbstractMailWriter Modifier and Type Method Description void
DbMailAccount. setWriter(AbstractMailWriter writer)
-
Uses of AbstractMailWriter in com.openindex.openestate.tool.mail.io
Subclasses of AbstractMailWriter in com.openindex.openestate.tool.mail.io Modifier and Type Class Description class
SmtpWriter
SmtpWriter.
-