A C D E G H I J M N P S T U V 

A

addAttachment(String, DataSource) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, File) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addBcc(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addBcc(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addBcc(String, String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addCc(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addCc(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addCc(String, String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addInline(String, DataSource) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, File) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addTo(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addTo(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
addTo(String, String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
afterPropertiesSet() - 类 中的方法com.jfplugin.mail.core.ConfigurableMimeFileTypeMap
 
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法com.jfplugin.mail.core.SimpleMailMessage
 
arrayToDelimitedString(Object[], String) - 类 中的静态方法com.jfplugin.mail.core.SimpleMailMessage
 
Assert - com.jfplugin.mail.core中的类
 
Assert() - 类 的构造器com.jfplugin.mail.core.Assert
 

C

close() - 类 中的方法com.jfplugin.mail.mockhttp.MockPrintWriter
 
com.jfplugin.mail - 程序包 com.jfplugin.mail
 
com.jfplugin.mail.core - 程序包 com.jfplugin.mail.core
 
com.jfplugin.mail.exception - 程序包 com.jfplugin.mail.exception
 
com.jfplugin.mail.mockhttp - 程序包 com.jfplugin.mail.mockhttp
 
ConfigurableMimeFileTypeMap - com.jfplugin.mail.core中的类
 
ConfigurableMimeFileTypeMap() - 类 的构造器com.jfplugin.mail.core.ConfigurableMimeFileTypeMap
 
copyTo(MailMessage) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
Copy the contents of this message to the given target message.
createFileTypeMap(InputStream, String[]) - 类 中的方法com.jfplugin.mail.core.ConfigurableMimeFileTypeMap
 
createMimeMessage() - 接口 中的方法com.jfplugin.mail.core.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage(InputStream) - 接口 中的方法com.jfplugin.mail.core.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
createMimeMessage() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
createMimeMessage(InputStream) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
createMimeMultiparts(MimeMessage, int) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.

D

DEFAULT_PORT - 类 中的静态变量com.jfplugin.mail.core.JavaMailSenderImpl
The default port: -1
DEFAULT_PROTOCOL - 类 中的静态变量com.jfplugin.mail.core.JavaMailSenderImpl
The default protocol: 'smtp'
doSend(MimeMessage[], Object[]) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Actually send the given array of MimeMessages via JavaMail.

E

equals(Object) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 

G

getAsText() - 类 中的方法com.jfplugin.mail.core.InternetAddressEditor
 
getBcc() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getCc() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getContentType(File) - 类 中的方法com.jfplugin.mail.core.ConfigurableMimeFileTypeMap
 
getContentType(String) - 类 中的方法com.jfplugin.mail.core.ConfigurableMimeFileTypeMap
 
getDefaultEncoding() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
getDefaultEncoding(MimeMessage) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Determine the default encoding for the given MimeMessage.
getDefaultFileTypeMap() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
getDefaultFileTypeMap(MimeMessage) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Determine the default Java Activation FileTypeMap for the given MimeMessage.
getEncoding() - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Return the specific character encoding used for this message, if any.
getFailedMessages() - 异常错误 中的方法com.jfplugin.mail.exception.MailSendException
Return a Map with the failed messages as keys, and the thrown exceptions as values.
getFileTypeMap() - 类 中的方法com.jfplugin.mail.core.ConfigurableMimeFileTypeMap
 
getFileTypeMap() - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Return the FileTypeMap used by this MimeMessageHelper.
getFrom() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getHost() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
getJavaMailProperties() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Allow Map access to the JavaMail properties of this sender, with the option to add or override specific entries.
getMailSender() - 类 中的静态方法com.jfplugin.mail.MailKit
获取JavaMailSender
getMailSender() - 类 中的方法com.jfplugin.mail.MailPro
获取JavaMailSender
getMessage() - 异常错误 中的方法com.jfplugin.mail.exception.MailSendException
 
getMessageExceptions() - 异常错误 中的方法com.jfplugin.mail.exception.MailSendException
Return an array with thrown message exceptions.
getMimeMessage() - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
Return the JavaMail MimeMessage that this MimeMailMessage is based on.
getMimeMessage() - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Return the underlying MimeMessage object.
getMimeMessageHelper() - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
Return the MimeMessageHelper that this MimeMailMessage is based on.
getMimeMultipart() - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Return the underlying MIME "multipart/related" object, if any.
getPassword() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
getPort() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
getProtocol() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
getReplyTo() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getRootMimeMultipart() - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Return the root MIME "multipart/mixed" object, if any.
getSentDate() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getSession() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Return the JavaMail Session, lazily initializing it if hasn't been specified explicitly.
getSubject() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getText() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getTo() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
getTransport(Session) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Obtain a Transport object from the given JavaMail Session, using the configured protocol.
getUsername() - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 

H

hashCode() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
hasLength(CharSequence) - 类 中的静态方法com.jfplugin.mail.core.InternetAddressEditor
 
hasText(CharSequence) - 类 中的静态方法com.jfplugin.mail.core.InternetAddressEditor
 

I

InternetAddressEditor - com.jfplugin.mail.core中的类
 
InternetAddressEditor() - 类 的构造器com.jfplugin.mail.core.InternetAddressEditor
 
invoke(Object, Method, Object[]) - 类 中的方法com.jfplugin.mail.mockhttp.MockHttpServletRequest
 
invoke(Object, Method, Object[]) - 类 中的方法com.jfplugin.mail.mockhttp.MockHttpServletResponse
 
isEmpty(Object[]) - 类 中的静态方法com.jfplugin.mail.core.SimpleMailMessage
 
isEmpty(Object[]) - 异常错误 中的静态方法com.jfplugin.mail.exception.MailSendException
 
isMultipart() - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Return whether this helper is in multipart mode, i.e. whether it holds a multipart message.
isNull(Object, String) - 类 中的静态方法com.jfplugin.mail.core.Assert
 
isValidateAddresses() - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Return whether this helper will validate all addresses passed to it.

J

JavaMailSender - com.jfplugin.mail.core中的接口
 
JavaMailSenderImpl - com.jfplugin.mail.core中的类
 
JavaMailSenderImpl() - 类 的构造器com.jfplugin.mail.core.JavaMailSenderImpl
Create a new instance of the JavaMailSenderImpl class.

M

MailAuthenticationException - com.jfplugin.mail.exception中的异常错误
 
MailAuthenticationException(String) - 异常错误 的构造器com.jfplugin.mail.exception.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(String, Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailAuthenticationException
Constructor for MailAuthenticationException.
MailException - com.jfplugin.mail.exception中的异常错误
 
MailException(String) - 异常错误 的构造器com.jfplugin.mail.exception.MailException
Constructor for MailException.
MailException(String, Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailException
Constructor for MailException.
MailKit - com.jfplugin.mail中的类
发送邮件工具
MailKit() - 类 的构造器com.jfplugin.mail.MailKit
 
MailMessage - com.jfplugin.mail.core中的接口
 
MailParseException - com.jfplugin.mail.exception中的异常错误
 
MailParseException(String) - 异常错误 的构造器com.jfplugin.mail.exception.MailParseException
Constructor for MailParseException.
MailParseException(String, Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailParseException
Constructor for MailParseException.
MailParseException(Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailParseException
Constructor for MailParseException.
MailPlugin - com.jfplugin.mail中的类
发送邮件插件
MailPlugin(Properties) - 类 的构造器com.jfplugin.mail.MailPlugin
 
MailPlugin(String, Properties) - 类 的构造器com.jfplugin.mail.MailPlugin
 
MailPreparationException - com.jfplugin.mail.exception中的异常错误
 
MailPreparationException(String) - 异常错误 的构造器com.jfplugin.mail.exception.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(String, Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailPreparationException
 
MailPro - com.jfplugin.mail中的类
邮件发送
MailSender - com.jfplugin.mail.core中的接口
 
MailSendException - com.jfplugin.mail.exception中的异常错误
 
MailSendException(String) - 异常错误 的构造器com.jfplugin.mail.exception.MailSendException
Constructor for MailSendException.
MailSendException(String, Throwable) - 异常错误 的构造器com.jfplugin.mail.exception.MailSendException
Constructor for MailSendException.
MailSendException(String, Throwable, Map<Object, Exception>) - 异常错误 的构造器com.jfplugin.mail.exception.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
MailSendException(Map<Object, Exception>) - 异常错误 的构造器com.jfplugin.mail.exception.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
MimeMailMessage - com.jfplugin.mail.core中的类
 
MimeMailMessage(MimeMessageHelper) - 类 的构造器com.jfplugin.mail.core.MimeMailMessage
Create a new MimeMailMessage based on the given MimeMessageHelper.
MimeMailMessage(MimeMessage) - 类 的构造器com.jfplugin.mail.core.MimeMailMessage
Create a new MimeMailMessage based on the given JavaMail MimeMessage.
MimeMessageHelper - com.jfplugin.mail.core中的类
 
MimeMessageHelper(MimeMessage) - 类 的构造器com.jfplugin.mail.core.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
MimeMessageHelper(MimeMessage, String) - 类 的构造器com.jfplugin.mail.core.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
MimeMessageHelper(MimeMessage, boolean) - 类 的构造器com.jfplugin.mail.core.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, boolean, String) - 类 的构造器com.jfplugin.mail.core.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, int) - 类 的构造器com.jfplugin.mail.core.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, int, String) - 类 的构造器com.jfplugin.mail.core.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessagePreparator - com.jfplugin.mail.core中的接口
 
MockHttpServletRequest - com.jfplugin.mail.mockhttp中的类
Created by farmer on 16/8/31.
MockHttpServletRequest() - 类 的构造器com.jfplugin.mail.mockhttp.MockHttpServletRequest
 
MockHttpServletResponse - com.jfplugin.mail.mockhttp中的类
Created by farmer on 16/8/31.
MockHttpServletResponse() - 类 的构造器com.jfplugin.mail.mockhttp.MockHttpServletResponse
 
MockPrintWriter - com.jfplugin.mail.mockhttp中的类
Created by farmer on 16/8/31.
MockPrintWriter(Writer) - 类 的构造器com.jfplugin.mail.mockhttp.MockPrintWriter
 
MULTIPART_MODE_MIXED - 类 中的静态变量com.jfplugin.mail.core.MimeMessageHelper
Constant indicating a multipart message with a single root multipart element of type "mixed".
MULTIPART_MODE_MIXED_RELATED - 类 中的静态变量com.jfplugin.mail.core.MimeMessageHelper
Constant indicating a multipart message with a root multipart element "mixed" plus a nested multipart element of type "related".
MULTIPART_MODE_NO - 类 中的静态变量com.jfplugin.mail.core.MimeMessageHelper
Constant indicating a non-multipart message.
MULTIPART_MODE_RELATED - 类 中的静态变量com.jfplugin.mail.core.MimeMessageHelper
Constant indicating a multipart message with a single root multipart element of type "related".

N

notNull(Object, String) - 类 中的静态方法com.jfplugin.mail.core.Assert
 
nullSafeEquals(Object, Object) - 类 中的静态方法com.jfplugin.mail.core.SimpleMailMessage
 
nullSafeToString(Object) - 类 中的静态方法com.jfplugin.mail.core.SimpleMailMessage
 

P

prepare(MimeMessage) - 接口 中的方法com.jfplugin.mail.core.MimeMessagePreparator
Prepare the given new MimeMessage instance.
printStackTrace(PrintStream) - 异常错误 中的方法com.jfplugin.mail.exception.MailSendException
 
printStackTrace(PrintWriter) - 异常错误 中的方法com.jfplugin.mail.exception.MailSendException
 

S

send(MimeMessage) - 接口 中的方法com.jfplugin.mail.core.JavaMailSender
Send the given JavaMail MIME message.
send(MimeMessage[]) - 接口 中的方法com.jfplugin.mail.core.JavaMailSender
Send the given array of JavaMail MIME messages in batch.
send(MimeMessagePreparator) - 接口 中的方法com.jfplugin.mail.core.JavaMailSender
Send the JavaMail MIME message prepared by the given MimeMessagePreparator.
send(MimeMessagePreparator[]) - 接口 中的方法com.jfplugin.mail.core.JavaMailSender
Send the JavaMail MIME messages prepared by the given MimeMessagePreparators.
send(SimpleMailMessage) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
send(SimpleMailMessage[]) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
send(MimeMessage) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
send(MimeMessage[]) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
send(MimeMessagePreparator) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
send(MimeMessagePreparator[]) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
 
send(SimpleMailMessage) - 接口 中的方法com.jfplugin.mail.core.MailSender
Send the given simple mail message.
send(SimpleMailMessage[]) - 接口 中的方法com.jfplugin.mail.core.MailSender
Send the given array of simple mail messages in batch.
send(String, List<String>, String, String) - 类 中的静态方法com.jfplugin.mail.MailKit
发送邮件
send(String, List<String>, String, String, List<File>) - 类 中的静态方法com.jfplugin.mail.MailKit
发送邮件
send(String, List<String>, String, String, Map<String, Object>) - 类 中的静态方法com.jfplugin.mail.MailKit
 
send(String, List<String>, String, String, Map<String, Object>, List<File>) - 类 中的静态方法com.jfplugin.mail.MailKit
 
send(String, List<String>, String, String) - 类 中的方法com.jfplugin.mail.MailPro
 
send(String, List<String>, String, String, List<File>) - 类 中的方法com.jfplugin.mail.MailPro
 
send(String, List<String>, String, String, Map<String, Object>) - 类 中的方法com.jfplugin.mail.MailPro
 
send(String, List<String>, String, String, Map<String, Object>, List<File>) - 类 中的方法com.jfplugin.mail.MailPro
 
setAsText(String) - 类 中的方法com.jfplugin.mail.core.InternetAddressEditor
 
setBcc(String) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setBcc(String[]) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setBcc(String) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setBcc(String[]) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setBcc(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setBcc(InternetAddress[]) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setBcc(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setBcc(String[]) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setBcc(String) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setBcc(String[]) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setCc(String) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setCc(String[]) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setCc(String) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setCc(String[]) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setCc(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setCc(InternetAddress[]) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setCc(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setCc(String[]) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setCc(String) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setCc(String[]) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setDefaultEncoding(String) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the default encoding to use for MimeMessages created by this instance.
setDefaultFileTypeMap(FileTypeMap) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the default Java Activation FileTypeMap to use for MimeMessages created by this instance.
setFileTypeMap(FileTypeMap) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the Java Activation Framework FileTypeMap to use for determining the content type of inline content and attachments that get added to the message.
setFrom(String) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setFrom(String) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setFrom(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setFrom(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setFrom(String, String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setFrom(String) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setHost(String) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the mail server host, typically an SMTP host.
setJavaMailProperties(Properties) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set JavaMail properties for the Session.
setMappings(String[]) - 类 中的方法com.jfplugin.mail.core.ConfigurableMimeFileTypeMap
 
setMimeMultiparts(MimeMultipart, MimeMultipart) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the given MimeMultipart objects for use by this MimeMessageHelper.
setPassword(String) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the password for the account at the mail host, if any.
setPort(int) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the mail server port.
setPriority(int) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the priority ("X-Priority" header) of the message.
setProtocol(String) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the mail protocol.
setReplyTo(String) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setReplyTo(String) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setReplyTo(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setReplyTo(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setReplyTo(String, String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setReplyTo(String) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setSentDate(Date) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setSentDate(Date) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setSentDate(Date) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the sent-date of the message.
setSentDate(Date) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setSession(Session) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the JavaMail Session, possibly pulled from JNDI.
setSubject(String) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setSubject(String) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setSubject(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the subject of the message, using the correct encoding.
setSubject(String) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setText(String) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setText(String) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setText(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, boolean) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set the given plain text and HTML text as alternatives, offering both options to the email client.
setText(String) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setTo(String) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setTo(String[]) - 接口 中的方法com.jfplugin.mail.core.MailMessage
 
setTo(String) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setTo(String[]) - 类 中的方法com.jfplugin.mail.core.MimeMailMessage
 
setTo(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setTo(InternetAddress[]) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setTo(String) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setTo(String[]) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
 
setTo(String) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setTo(String[]) - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
setUsername(String) - 类 中的方法com.jfplugin.mail.core.JavaMailSenderImpl
Set the username for the account at the mail host, if any.
setValidateAddresses(boolean) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Set whether to validate all addresses which get passed to this helper.
SimpleMailMessage - com.jfplugin.mail.core中的类
 
SimpleMailMessage() - 类 的构造器com.jfplugin.mail.core.SimpleMailMessage
Create a new SimpleMailMessage.
SimpleMailMessage(SimpleMailMessage) - 类 的构造器com.jfplugin.mail.core.SimpleMailMessage
Copy constructor for creating a new SimpleMailMessage from the state of an existing SimpleMailMessage instance.
start() - 类 中的方法com.jfplugin.mail.MailPlugin
 
stop() - 类 中的方法com.jfplugin.mail.MailPlugin
 

T

toString() - 类 中的方法com.jfplugin.mail.core.SimpleMailMessage
 
toString() - 异常错误 中的方法com.jfplugin.mail.exception.MailSendException
 
toString() - 类 中的方法com.jfplugin.mail.mockhttp.MockPrintWriter
 

U

use(String) - 类 中的静态方法com.jfplugin.mail.MailKit
 

V

validateAddress(InternetAddress) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Validate the given mail address.
validateAddresses(InternetAddress[]) - 类 中的方法com.jfplugin.mail.core.MimeMessageHelper
Validate all given mail addresses.
A C D E G H I J M N P S T U V 

Copyright © 2016. All rights reserved.