Index

C G H I M P S T V 
All Classes and Interfaces|All Packages

C

cn.starrys.tool.mail - package cn.starrys.tool.mail
 
cn.starrys.tool.mail.entity - package cn.starrys.tool.mail.entity
 
createMimeMessage(Session, Mail) - Method in class cn.starrys.tool.mail.MailTools
创建邮件。

G

get() - Method in enum class cn.starrys.tool.mail.entity.MailProps.Protocols
获取该协议的字符串名称。
getSession(MailProps.Protocols) - Method in class cn.starrys.tool.mail.MailTools
获取 Session 对象.

H

HTML - Enum constant in enum class cn.starrys.tool.mail.entity.Mail.Type
HTML类型

I

IMAP - Enum constant in enum class cn.starrys.tool.mail.entity.MailProps.Protocols
imap 协议。

M

Mail - Class in cn.starrys.tool.mail.entity
邮件内容。
Mail() - Constructor for class cn.starrys.tool.mail.entity.Mail
 
Mail.Type - Enum Class in cn.starrys.tool.mail.entity
邮件类型。
MailAddressee - Class in cn.starrys.tool.mail.entity
邮件收件人。
MailAddressee() - Constructor for class cn.starrys.tool.mail.entity.MailAddressee
 
MailProps - Class in cn.starrys.tool.mail.entity
邮件配置。
MailProps() - Constructor for class cn.starrys.tool.mail.entity.MailProps
 
MailProps.Protocols - Enum Class in cn.starrys.tool.mail.entity
邮件协议。
MailTools - Class in cn.starrys.tool.mail
邮件工具。
MailTools(MailProps) - Constructor for class cn.starrys.tool.mail.MailTools
最终构造方法
MailTools(String, Integer, String, String) - Constructor for class cn.starrys.tool.mail.MailTools
最简构造。
MailTools(String, Integer, String, String, String) - Constructor for class cn.starrys.tool.mail.MailTools
重载构造。
MailTools(String, Integer, String, String, String, boolean) - Constructor for class cn.starrys.tool.mail.MailTools
重载构造。
MailTools(String, Integer, String, String, String, boolean, boolean) - Constructor for class cn.starrys.tool.mail.MailTools
重载构造。

P

POP3 - Enum constant in enum class cn.starrys.tool.mail.entity.MailProps.Protocols
pop3 协议。

S

send(Mail) - Method in class cn.starrys.tool.mail.MailTools
发送邮件。
send(MimeMessage) - Method in class cn.starrys.tool.mail.MailTools
最终执行发送方法。
send(String, String, String) - Method in class cn.starrys.tool.mail.MailTools
发送邮件。
send(String, String, String, String) - Method in class cn.starrys.tool.mail.MailTools
发送邮件。
send(String, String, String, String, List<File>) - Method in class cn.starrys.tool.mail.MailTools
发送邮件。
send(List<MailAddressee>, String, String, List<File>) - Method in class cn.starrys.tool.mail.MailTools
发送邮件。
SMTP - Enum constant in enum class cn.starrys.tool.mail.entity.MailProps.Protocols
smtp 协议。

T

TEXT - Enum constant in enum class cn.starrys.tool.mail.entity.Mail.Type
文本类型
toString() - Method in enum class cn.starrys.tool.mail.entity.MailProps.Protocols
 

V

valueOf(String) - Static method in enum class cn.starrys.tool.mail.entity.Mail.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cn.starrys.tool.mail.entity.MailProps.Protocols
Returns the enum constant of this class with the specified name.
values() - Static method in enum class cn.starrys.tool.mail.entity.Mail.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cn.starrys.tool.mail.entity.MailProps.Protocols
Returns an array containing the constants of this enum class, in the order they are declared.
C G H I M P S T V 
All Classes and Interfaces|All Packages