索引
All Classes and Interfaces|所有程序包
C
- cn.starrys.mail - 程序包 cn.starrys.mail
- cn.starrys.mail.entity - 程序包 cn.starrys.mail.entity
- createMimeMessage(Session, Mail) - 类中的方法 cn.starrys.mail.MailTools
-
创建邮件。
G
- get() - enum class中的方法 cn.starrys.mail.entity.MailProtocol
-
获取该协议的字符串名称。
- getSession(MailProtocol) - 类中的方法 cn.starrys.mail.MailTools
-
获取
Session对象.
H
I
- IMAP - enum class 中的枚举常量 cn.starrys.mail.entity.MailProtocol
-
imap 协议。
M
- Mail - cn.starrys.mail.entity中的类
-
邮件内容。
- Mail() - 类的构造器 cn.starrys.mail.entity.Mail
- MailAddressee - cn.starrys.mail.entity中的类
-
邮件收件人。
- MailAddressee() - 类的构造器 cn.starrys.mail.entity.MailAddressee
- MailProps - cn.starrys.mail.entity中的类
-
邮件配置。
- MailProps() - 类的构造器 cn.starrys.mail.entity.MailProps
- MailProtocol - cn.starrys.mail.entity中的Enum Class
-
creationTime: 2023/1/12 11:35 .
- MailTools - cn.starrys.mail中的类
-
邮件工具。
- MailTools(MailProps) - 类的构造器 cn.starrys.mail.MailTools
-
最终构造方法
- MailTools(String, Integer, String, String) - 类的构造器 cn.starrys.mail.MailTools
-
最简构造。
- MailTools(String, Integer, String, String, String) - 类的构造器 cn.starrys.mail.MailTools
-
重载构造。
- MailTools(String, Integer, String, String, String, boolean) - 类的构造器 cn.starrys.mail.MailTools
-
重载构造。
- MailTools(String, Integer, String, String, String, boolean, boolean, Charset) - 类的构造器 cn.starrys.mail.MailTools
-
重载构造。
- MailTools(String, Integer, String, String, String, boolean, boolean, Charset, boolean) - 类的构造器 cn.starrys.mail.MailTools
-
全参构造。
- MailType - cn.starrys.mail.entity中的Enum Class
-
creationTime: 2023/1/12 19:13 .
P
- POP3 - enum class 中的枚举常量 cn.starrys.mail.entity.MailProtocol
-
pop3 协议。
S
- send(Mail) - 类中的方法 cn.starrys.mail.MailTools
-
发送邮件。
- send(MimeMessage) - 类中的方法 cn.starrys.mail.MailTools
-
最终执行发送方法。
- send(String, String, String) - 类中的方法 cn.starrys.mail.MailTools
-
发送邮件。
- send(String, String, String, String) - 类中的方法 cn.starrys.mail.MailTools
-
发送邮件。
- send(String, String, String, String, List<File>) - 类中的方法 cn.starrys.mail.MailTools
-
发送邮件。
- send(List<MailAddressee>, String, String, List<File>) - 类中的方法 cn.starrys.mail.MailTools
-
发送邮件。
- send(List<MailAddressee>, String, String, List<File>, MailType) - 类中的方法 cn.starrys.mail.MailTools
-
发送邮件。
- send(List<MailAddressee>, String, String, List<File>, MailType, List<MailAddressee>, List<MailAddressee>) - 类中的方法 cn.starrys.mail.MailTools
-
发送邮件。
- SMTP - enum class 中的枚举常量 cn.starrys.mail.entity.MailProtocol
-
smtp 协议。
T
- TEXT - enum class 中的枚举常量 cn.starrys.mail.entity.MailType
-
文本类型
- toString() - enum class中的方法 cn.starrys.mail.entity.MailProtocol
V
- valueOf(String) - enum class中的静态方法 cn.starrys.mail.entity.MailProtocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.starrys.mail.entity.MailType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 cn.starrys.mail.entity.MailProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.starrys.mail.entity.MailType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|所有程序包