Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
G
I
M
O
S
T
A
afterInit()
- Method in class org.unitils.mail.
MailModule
G
getAttachments()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
getAttachments()
- Method in interface org.unitils.mail.
SmtpMessage
This method give you the attachments of the email.
getBcc()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
getBcc()
- Method in interface org.unitils.mail.
SmtpMessage
This will return the BCC addresses of the email.
getBody()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
getBody()
- Method in interface org.unitils.mail.
SmtpMessage
This method gives you the text body of the email.
getCc()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
getCc()
- Method in interface org.unitils.mail.
SmtpMessage
This will return the CC addresses of the email.
getFrom()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
getFrom()
- Method in interface org.unitils.mail.
SmtpMessage
This method gives you the from header of the email.
getReceivedEmail()
- Method in class org.unitils.mail.impl.
SmtpServerImpl
It returns all the mails that were received on the fake SMTP server.
getReceivedEmail()
- Method in interface org.unitils.mail.
SmtpServer
This email sends you a list of all the mails you've sent to the fake SMTP server.
getReceivedEmailSize()
- Method in class org.unitils.mail.impl.
SmtpServerImpl
getReceivedEmailSize()
- Method in interface org.unitils.mail.
SmtpServer
This method give you the amount of mails that you've sent to the SMTP server.
getSubject()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
getSubject()
- Method in interface org.unitils.mail.
SmtpMessage
This method gives you the subject of the email .
getTestListener()
- Method in class org.unitils.mail.
MailModule
getTo()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
getTo()
- Method in interface org.unitils.mail.
SmtpMessage
This method gives you the receiver of the email.
I
init(Properties)
- Method in class org.unitils.mail.
MailModule
This method will do the initialization.
initSmtpServer(Object)
- Method in class org.unitils.mail.
MailModule
This will initialize a new SMTP server and the method will put it in the correct field (SimpleSmtpServer) of the testedObject.
isRunning()
- Method in class org.unitils.mail.impl.
SmtpServerImpl
isRunning()
- Method in interface org.unitils.mail.
SmtpServer
Returns if the server is running or not.
M
MailModule
- Class in
org.unitils.mail
MailModule()
- Constructor for class org.unitils.mail.
MailModule
O
org.unitils.mail
- package org.unitils.mail
org.unitils.mail.annotation
- package org.unitils.mail.annotation
org.unitils.mail.impl
- package org.unitils.mail.impl
S
SMTP_DEFAULT_PORT
- Static variable in class org.unitils.mail.
MailModule
property in unitils.properties to set the mail port
SmtpMessage
- Interface in
org.unitils.mail
This is the SMTP message .
SmtpMessageImpl
- Class in
org.unitils.mail.impl
Wrapper class for the SMTP message class of Wiser.
SmtpMessageImpl(String, String, String, String)
- Constructor for class org.unitils.mail.impl.
SmtpMessageImpl
SmtpMessageImpl(String, String, String, String, File...)
- Constructor for class org.unitils.mail.impl.
SmtpMessageImpl
SmtpMessageImpl(String, String, String, List<String>, List<String>, File...)
- Constructor for class org.unitils.mail.impl.
SmtpMessageImpl
SmtpMessageImpl(String, String, String, List<String>, List<String>, List<String>, File...)
- Constructor for class org.unitils.mail.impl.
SmtpMessageImpl
Constructor of SmtpMessage.
SmtpMessageImpl(WiserMessage)
- Constructor for class org.unitils.mail.impl.
SmtpMessageImpl
Constructor of SmtpMessage.
SmtpServer
- Interface in
org.unitils.mail
Interface for the wrapper of the SimpleSmtpServer of Wiser.
SmtpServerImpl
- Class in
org.unitils.mail.impl
Wrapper class for the SimpleSmtpServer of Wiser.
SmtpServerImpl(int)
- Constructor for class org.unitils.mail.impl.
SmtpServerImpl
stop()
- Method in class org.unitils.mail.impl.
SmtpServerImpl
stop()
- Method in interface org.unitils.mail.
SmtpServer
This method will stop the SMTP server.
stopSmtpServer(Object)
- Method in class org.unitils.mail.
MailModule
T
TestSmtpServer
- Annotation Type in
org.unitils.mail.annotation
toString()
- Method in class org.unitils.mail.impl.
SmtpMessageImpl
A
G
I
M
O
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All Rights Reserved.