Uses of Interface
org.unitils.mail.SmtpMessage

Packages that use SmtpMessage
org.unitils.mail   
org.unitils.mail.impl   
 

Uses of SmtpMessage in org.unitils.mail
 

Methods in org.unitils.mail that return types with arguments of type SmtpMessage
 java.util.List<SmtpMessage> SmtpServer.getReceivedEmail()
          This email sends you a list of all the mails you've sent to the fake SMTP server.
 

Uses of SmtpMessage in org.unitils.mail.impl
 

Classes in org.unitils.mail.impl that implement SmtpMessage
 class SmtpMessageImpl
          Wrapper class for the SMTP message class of Wiser.
 

Methods in org.unitils.mail.impl that return types with arguments of type SmtpMessage
 java.util.List<SmtpMessage> SmtpServerImpl.getReceivedEmail()
          It returns all the mails that were received on the fake SMTP server.
 



Copyright © 2013-2014. All Rights Reserved.