跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

ACL - net.iotgw.mail.imap中的类
An access control list entry for a particular authentication identifier (user or group).
ACL(String) - 类 的构造器net.iotgw.mail.imap.ACL
Construct an ACL entry for the given identifier and with no rights.
ACL(String, Rights) - 类 的构造器net.iotgw.mail.imap.ACL
Construct an ACL entry for the given identifier with the given rights.
add(FetchProfile.Item) - 类 中的方法javax.mail.FetchProfile
Add the given special item as one of the attributes to be prefetched.
add(String) - 类 中的方法javax.mail.FetchProfile
Add the specified header-field to the list of attributes to be prefetched.
add(Flags.Flag) - 类 中的方法javax.mail.Flags
Add the specified system flag to this Flags object.
add(String) - 类 中的方法javax.mail.Flags
Add the specified user flag to this Flags object.
add(Flags) - 类 中的方法javax.mail.Flags
Add all the flags in the given Flags object to this Flags object.
add(Status, Status) - 类 中的静态方法net.iotgw.mail.imap.protocol.Status
 
add(Rights.Right) - 类 中的方法net.iotgw.mail.imap.Rights
Add the specified right to this Rights object.
add(Rights) - 类 中的方法net.iotgw.mail.imap.Rights
Add all the rights in the given Rights object to this Rights object.
addACL(ACL) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Add an access control list entry to the access control list for this folder.
addBodyPart(BodyPart) - 类 中的方法javax.mail.internet.MimeMultipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int) - 类 中的方法javax.mail.internet.MimeMultipart
Adds a BodyPart at position index.
addBodyPart(BodyPart) - 类 中的方法javax.mail.Multipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int) - 类 中的方法javax.mail.Multipart
Adds a BodyPart at position index.
addConnectionListener(ConnectionListener) - 类 中的方法javax.mail.Folder
Add a listener for Connection events on this Folder.
addConnectionListener(ConnectionListener) - 类 中的方法javax.mail.Service
Add a listener for Connection events on this service.
ADDED - 类 中的静态变量javax.mail.event.MessageCountEvent
The messages were added to their folder
addFolderListener(FolderListener) - 类 中的方法javax.mail.Folder
Add a listener for Folder events on this Folder.
addFolderListener(FolderListener) - 类 中的方法javax.mail.Store
Add a listener for Folder events on any Folder object obtained from this Store.
addFrom(Address[]) - 类 中的方法javax.mail.internet.MimeMessage
Add the specified addresses to the existing "From" field.
addFrom(Address[]) - 类 中的方法javax.mail.Message
Add these addresses to the existing "From" attribute
addFrom(Address[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
addHeader(String, String) - 类 中的方法javax.mail.internet.InternetHeaders
Add a header with the specified name and value to the header list.
addHeader(String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Add this value to the existing values for this header_name.
addHeader(String, String) - 类 中的方法javax.mail.internet.MimeMessage
Add this value to the existing values for this header_name.
addHeader(String, String) - 接口 中的方法javax.mail.Part
Add this value to the existing values for this header_name.
addHeader(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
addHeader(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
addHeader(String, String) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Add this value to the existing values for this header_name.
addHeaderLine(String) - 类 中的方法javax.mail.internet.InternetHeaders
Add an RFC822 header line to the header store.
addHeaderLine(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Add a header line to this body part
addHeaderLine(String) - 类 中的方法javax.mail.internet.MimeMessage
Add a raw RFC 822 header-line.
addHeaderLine(String) - 接口 中的方法javax.mail.internet.MimePart
Add a raw RFC822 header-line.
addHeaderLine(String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
addHeaderLine(String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
addHeaderLine(String) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Add a raw RFC822 header-line.
addMessageChangedListener(MessageChangedListener) - 类 中的方法javax.mail.Folder
Add a listener for MessageChanged events on this Folder.
addMessageCountListener(MessageCountListener) - 类 中的方法javax.mail.Folder
Add a listener for MessageCount events on this Folder.
addMessageCountListener(MessageCountListener) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
addMessages(Message[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Append the given messages into this folder.
addMessages(int, int) - 类 中的方法net.iotgw.mail.imap.MessageCache
Add count messages to the cache.
addProvider(Provider) - 类 中的方法javax.mail.Session
Add a provider to the session.
addr - 异常错误 中的变量net.iotgw.mail.smtp.SMTPAddressFailedException
 
addr - 异常错误 中的变量net.iotgw.mail.smtp.SMTPAddressSucceededException
 
addr - 异常错误 中的变量net.iotgw.mail.smtp.SMTPSenderFailedException
 
addr - 异常错误 中的变量net.iotgw.mail.smtp.SMTPSendFailedException
 
addRecipient(Message.RecipientType, Address) - 类 中的方法javax.mail.Message
Add this recipient address to the existing ones of the given type.
addRecipients(Message.RecipientType, Address[]) - 类 中的方法javax.mail.internet.MimeMessage
Add the given addresses to the specified recipient type.
addRecipients(Message.RecipientType, String) - 类 中的方法javax.mail.internet.MimeMessage
Add the given addresses to the specified recipient type.
addRecipients(Message.RecipientType, Address[]) - 类 中的方法javax.mail.Message
Add these recipient addresses to the existing ones of the given type.
addRecipients(Message.RecipientType, Address[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
addResponseHandler(ResponseHandler) - 类 中的方法net.iotgw.mail.iap.Protocol
Adds a response handler.
Address - javax.mail中的类
This abstract class models the addresses in a message.
Address() - 类 的构造器javax.mail.Address
 
address - 类 中的变量javax.mail.internet.InternetAddress
 
address - 类 中的变量javax.mail.search.AddressTerm
The address.
AddressException - javax.mail.internet中的异常错误
The exception thrown when a wrongly formatted address is encountered.
AddressException() - 异常错误 的构造器javax.mail.internet.AddressException
Constructs an AddressException with no detail message.
AddressException(String) - 异常错误 的构造器javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message.
AddressException(String, String) - 异常错误 的构造器javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressException(String, String, int) - 异常错误 的构造器javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressStringTerm - javax.mail.search中的类
This abstract class implements string comparisons for Message addresses.
AddressStringTerm(String) - 类 的构造器javax.mail.search.AddressStringTerm
Constructor.
AddressTerm - javax.mail.search中的类
This class implements Message Address comparisons.
AddressTerm(Address) - 类 的构造器javax.mail.search.AddressTerm
 
addRights(ACL) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Add the rights specified in the ACL to the entry for the identifier specified in the ACL.
addStoreListener(StoreListener) - 类 中的方法javax.mail.Store
Add a listener for StoreEvents on this Store.
addTransportListener(TransportListener) - 类 中的方法javax.mail.Transport
Add a listener for Transport events.
ADMINISTER - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Administer - perform SETACL.
ALERT - 类 中的静态变量javax.mail.event.StoreEvent
Indicates that this message is an ALERT.
ALL - 类 中的静态变量javax.mail.internet.MimeUtility
 
allowEmpty - 类 中的变量javax.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.allowempty" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
and(AndTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
AndTerm - javax.mail.search中的类
This class implements the logical AND operator on individual SearchTerms.
AndTerm(SearchTerm, SearchTerm) - 类 的构造器javax.mail.search.AndTerm
Constructor that takes two terms.
AndTerm(SearchTerm[]) - 类 的构造器javax.mail.search.AndTerm
Constructor that takes an array of SearchTerms.
ANSWERED - 类 中的静态变量javax.mail.Flags.Flag
This message has been answered.
append(Argument) - 类 中的方法net.iotgw.mail.iap.Argument
Append the given Argument to this Argument.
append(String, Flags, Date, Literal) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
APPEND Command.
appendMessages(Message[]) - 类 中的方法javax.mail.Folder
Append given Messages to this folder.
appendMessages(Message[]) - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
appendMessages(Message[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Append the given messages into this folder.
appendMessages(Message[]) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
appendMessages(Message[]) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support appending messages.
AppendUID - net.iotgw.mail.imap中的类
Information from the APPENDUID response code defined by the UIDPLUS extension - RFC 4315.
AppendUID(long, long) - 类 的构造器net.iotgw.mail.imap.AppendUID
 
appenduid(String, Flags, Date, Literal) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
APPEND Command, return uid from APPENDUID response code.
appenduid(String, Flags, Date, Literal, boolean) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
appendUIDMessages(Message[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Append the given messages into this folder.
apply(LogRecord, LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CollectorFormatter
Used to choose the collected LogRecord.
apply(Throwable) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Chooses a single throwable from the cause chain that will be formatted.
apply(Throwable) - 类 中的方法net.iotgw.mail.util.logging.SeverityComparator
Identifies a single throwable that best describes the given throwable and the entire cause chain.
applyLocalizedPattern(String) - 类 中的方法javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
applyPattern(String) - 类 中的方法javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
applyThenCompare(Throwable, Throwable) - 类 中的方法net.iotgw.mail.util.logging.SeverityComparator
Reduces each throwable chain argument then compare each throwable result.
Argument - net.iotgw.mail.iap中的类
 
Argument() - 类 的构造器net.iotgw.mail.iap.Argument
Constructor
ARRIVAL - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Sort by message arrival date and time.
ASCIIUtility - net.iotgw.mail.util中的类
 
atBOL - 类 中的变量net.iotgw.mail.util.CRLFOutputStream
 
ATOM - 类 中的静态变量javax.mail.internet.HeaderTokenizer.Token
Token type indicating an ATOM.
attachFile(File) - 类 中的方法javax.mail.internet.MimeBodyPart
Use the specified file to provide the data for this part.
attachFile(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Use the specified file to provide the data for this part.
attachFile(File, String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
attachFile(String, String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
ATTACHMENT - 接口 中的静态变量javax.mail.Part
This part should be presented as an attachment.
attachment - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
attributes - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
attrs - 类 中的变量net.iotgw.mail.imap.protocol.ListInfo
 
authClient(String, String, String, String, String) - 类 中的方法net.iotgw.mail.smtp.DigestMD5
Return client's authentication response to server's challenge.
authenticate(String[], String, String, String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPSaslAuthenticator
 
authenticate(String[], String, String, String, String) - 接口 中的方法net.iotgw.mail.imap.protocol.SaslAuthenticator
 
authenticate(String[], String, String, String, String) - 接口 中的方法net.iotgw.mail.smtp.SaslAuthenticator
 
authenticate(String[], String, String, String, String) - 类 中的方法net.iotgw.mail.smtp.SMTPSaslAuthenticator
 
AuthenticationFailedException - javax.mail中的异常错误
This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
AuthenticationFailedException() - 异常错误 的构造器javax.mail.AuthenticationFailedException
Constructs an AuthenticationFailedException.
AuthenticationFailedException(String) - 异常错误 的构造器javax.mail.AuthenticationFailedException
Constructs an AuthenticationFailedException with the specified detail message.
AuthenticationFailedException(String, Exception) - 异常错误 的构造器javax.mail.AuthenticationFailedException
Constructs an AuthenticationFailedException with the specified detail message and embedded exception.
Authenticator - javax.mail中的类
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - 类 的构造器javax.mail.Authenticator
 
authlogin(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
The AUTHENTICATE command with AUTH=LOGIN authenticate scheme
authntlm(String, String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
The AUTHENTICATE command with AUTH=NTLM authentication scheme.
authoauth2(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
The AUTHENTICATE command with AUTH=XOAUTH2 authentication scheme.
authorizationID - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
authplain(String, String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
The AUTHENTICATE command with AUTH=PLAIN authentication scheme.
authServer(String) - 类 中的方法net.iotgw.mail.smtp.DigestMD5
Allow the client to authenticate the server based on its response.
available() - 类 中的方法javax.mail.util.SharedFileInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - 类 中的方法net.iotgw.mail.iap.ResponseInputStream
How much buffered data do we have?
available() - 类 中的方法net.iotgw.mail.imap.IMAPInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - 类 中的方法net.iotgw.mail.util.BASE64DecoderStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - 类 中的方法net.iotgw.mail.util.QPDecoderStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - 类 中的方法net.iotgw.mail.util.UUDecoderStream
 
availableFlags - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
availableFlags - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The available flags.

B

ba - 类 中的变量net.iotgw.mail.util.QPDecoderStream
 
BAD - 类 中的静态变量net.iotgw.mail.iap.Response
 
BadCommandException - net.iotgw.mail.iap中的异常错误
 
BadCommandException() - 异常错误 的构造器net.iotgw.mail.iap.BadCommandException
Constructs an BadCommandException with no detail message.
BadCommandException(String) - 异常错误 的构造器net.iotgw.mail.iap.BadCommandException
Constructs an BadCommandException with the specified detail message.
BadCommandException(Response) - 异常错误 的构造器net.iotgw.mail.iap.BadCommandException
Constructs an BadCommandException with the specified Response.
base64decode(char[], int, CharacterIterator) - 类 中的静态方法net.iotgw.mail.imap.protocol.BASE64MailboxDecoder
 
BASE64DecoderStream - net.iotgw.mail.util中的类
This class implements a BASE64 Decoder.
BASE64DecoderStream(InputStream) - 类 的构造器net.iotgw.mail.util.BASE64DecoderStream
Create a BASE64 decoder that decodes the specified input stream.
BASE64DecoderStream(InputStream, boolean) - 类 的构造器net.iotgw.mail.util.BASE64DecoderStream
Create a BASE64 decoder that decodes the specified input stream.
BASE64EncoderStream - net.iotgw.mail.util中的类
This class implements a BASE64 encoder.
BASE64EncoderStream(OutputStream, int) - 类 的构造器net.iotgw.mail.util.BASE64EncoderStream
Create a BASE64 encoder that encodes the specified output stream.
BASE64EncoderStream(OutputStream) - 类 的构造器net.iotgw.mail.util.BASE64EncoderStream
Create a BASE64 encoder that encodes the specified input stream.
BASE64MailboxDecoder - net.iotgw.mail.imap.protocol中的类
See the BASE64MailboxEncoder for a description of the RFC2060 and how mailbox names should be encoded.
BASE64MailboxDecoder() - 类 的构造器net.iotgw.mail.imap.protocol.BASE64MailboxDecoder
 
BASE64MailboxEncoder - net.iotgw.mail.imap.protocol中的类
From RFC2060: 5.1.3.
BASE64MailboxEncoder(Writer) - 类 的构造器net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
Create a BASE64 encoder
BCC - 类 中的静态变量javax.mail.Message.RecipientType
The "Bcc" (blind carbon copy) recipients.
bcc - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
bdat() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Return a stream that will use the SMTP BDAT command to send data.
BEncoderStream - net.iotgw.mail.util中的类
This class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers.
BEncoderStream(OutputStream) - 类 的构造器net.iotgw.mail.util.BEncoderStream
Create a 'B' encoder that encodes the specified input stream.
bind(SocketAddress) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
bodies - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
BODY - net.iotgw.mail.imap.protocol中的类
The BODY fetch response item.
BODY(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.BODY
Constructor
body(BodyTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
BodyPart - javax.mail中的类
This class models a Part that is contained within a Multipart.
BodyPart() - 类 的构造器javax.mail.BodyPart
 
BODYSTRUCTURE - net.iotgw.mail.imap.protocol中的类
A BODYSTRUCTURE response.
BODYSTRUCTURE(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
BodyTerm - javax.mail.search中的类
This class implements searches on a message body.
BodyTerm(String) - 类 的构造器javax.mail.search.BodyTerm
Constructor
bs - 类 中的变量net.iotgw.mail.imap.IMAPMessage
 
buffer - 类 中的变量net.iotgw.mail.iap.Response
 
buffer - 类 中的变量net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
bufpos - 类 中的变量javax.mail.util.SharedFileInputStream
The file offset that corresponds to the first byte in the read buffer.
bufsize - 类 中的变量javax.mail.util.SharedFileInputStream
The normal size of the read buffer.
bufsize - 类 中的变量net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
BYE - 类 中的静态变量net.iotgw.mail.iap.Response
 
byeResponse(Exception) - 类 中的静态方法net.iotgw.mail.iap.Response
Return a Response object that looks like a BYE protocol response.
ByteArray - net.iotgw.mail.iap中的类
A simple wrapper around a byte array, with a start position and count of bytes.
ByteArray(byte[], int, int) - 类 的构造器net.iotgw.mail.iap.ByteArray
Constructor
ByteArray(int) - 类 的构造器net.iotgw.mail.iap.ByteArray
Constructor that creates a byte array of the specified size.
ByteArrayDataSource - javax.mail.util中的类
A DataSource backed by a byte array.
ByteArrayDataSource(InputStream, String) - 类 的构造器javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource with data from the specified InputStream and with the specified MIME type.
ByteArrayDataSource(byte[], String) - 类 的构造器javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource with data from the specified byte array and with the specified MIME type.
ByteArrayDataSource(String, String) - 类 的构造器javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource with data from the specified String and with the specified MIME type.

C

cachedContent - 类 中的变量javax.mail.internet.MimeBodyPart
If our content is a Multipart of Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
cachedContent - 类 中的变量javax.mail.internet.MimeMessage
If our content is a Multipart or Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
cal - 类 中的变量net.iotgw.mail.imap.protocol.SearchSequence
 
canOpen - 类 中的变量net.iotgw.mail.imap.protocol.ListInfo
 
capabilities() - 类 中的方法net.iotgw.mail.pop3.POP3Store
Return a Map of the capabilities the server provided, as per RFC 2449.
capability() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
CAPABILITY command.
CC - 类 中的静态变量javax.mail.Message.RecipientType
The "Cc" (carbon copy) recipients.
cc - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
CC - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Sort by email address of first Cc recipient.
CHANGED - 类 中的静态变量net.iotgw.mail.imap.protocol.ListInfo
 
changeState - 类 中的变量net.iotgw.mail.imap.protocol.ListInfo
 
check() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
CHECK Command.
checkClosed() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
checkConnected() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Check if we're in the connected state.
checkExists() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
checkExpunged() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
checkExpunged() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
checkOpened() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
checkRange(int) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
cleanContentType(MimePart, String) - 类 中的静态方法net.iotgw.mail.util.MimeUtil
If a Content-Type handler has been specified, call it to clean up the Content-Type value.
clearSystemFlags() - 类 中的方法javax.mail.Flags
Clear all of the system flags.
clearUserFlags() - 类 中的方法javax.mail.Flags
Clear all of the user flags.
clone() - 类 中的方法javax.mail.Flags
Returns a clone of this Flags object.
clone() - 类 中的方法javax.mail.internet.InternetAddress
Return a copy of this InternetAddress object.
clone() - 类 中的方法javax.mail.internet.MailDateFormat
Overrides Cloneable.
clone() - 类 中的方法net.iotgw.mail.imap.ACL
Clone this ACL entry.
clone() - 类 中的方法net.iotgw.mail.imap.Rights
Returns a clone of this Rights object.
clone() - 类 中的方法net.iotgw.mail.util.logging.DurationFilter
Creates a copy of this filter that retains the filter settings but does not include the current filter state.
close(boolean) - 类 中的方法javax.mail.Folder
Close this Folder.
close() - 类 中的方法javax.mail.Folder
Close this Folder and expunge deleted messages.
close() - 类 中的方法javax.mail.Service
Close this service and terminate its connection.
close() - 类 中的方法javax.mail.util.SharedFileInputStream
Closes this input stream and releases any system resources associated with the stream.
close(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Close this folder.
close() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Close this Store.
close() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
CLOSE Command.
close(boolean) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
close(boolean) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
close() - 类 中的方法net.iotgw.mail.pop3.POP3Store
 
close() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Close the Transport and terminate the connection to the server.
close() - 类 中的方法net.iotgw.mail.util.BASE64EncoderStream
Forces any buffered output bytes to be encoded out to the stream and closes this output stream
close() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Prevents any other records from being published.
close() - 类 中的方法net.iotgw.mail.util.QPEncoderStream
Forces any buffered output bytes to be encoded out to the stream and closes this output stream.
close() - 类 中的方法net.iotgw.mail.util.UUEncoderStream
 
close() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
closed(ConnectionEvent) - 类 中的方法javax.mail.event.ConnectionAdapter
 
CLOSED - 类 中的静态变量javax.mail.event.ConnectionEvent
A connection was closed.
closed(ConnectionEvent) - 接口 中的方法javax.mail.event.ConnectionListener
Invoked when a Store/Folder/Transport is closed.
cmd - 异常错误 中的变量net.iotgw.mail.smtp.SMTPAddressFailedException
 
cmd - 异常错误 中的变量net.iotgw.mail.smtp.SMTPAddressSucceededException
 
cmd - 异常错误 中的变量net.iotgw.mail.smtp.SMTPSenderFailedException
 
cmd - 异常错误 中的变量net.iotgw.mail.smtp.SMTPSendFailedException
 
CollectorFormatter - net.iotgw.mail.util.logging中的类
A LogRecord formatter that takes a sequence of LogRecords and combines them into a single summary result.
CollectorFormatter() - 类 的构造器net.iotgw.mail.util.logging.CollectorFormatter
Creates the formatter using the LogManager defaults.
CollectorFormatter(String) - 类 的构造器net.iotgw.mail.util.logging.CollectorFormatter
Creates the formatter using the given format.
CollectorFormatter(String, Formatter, Comparator<? super LogRecord>) - 类 的构造器net.iotgw.mail.util.logging.CollectorFormatter
Creates the formatter using the given values.
combineSegments() - 类 中的方法javax.mail.internet.ParameterList
Normal users of this class will use simple parameter names.
command(String, Argument) - 类 中的方法net.iotgw.mail.iap.Protocol
Send a command to the server.
CommandFailedException - net.iotgw.mail.iap中的异常错误
 
CommandFailedException() - 异常错误 的构造器net.iotgw.mail.iap.CommandFailedException
Constructs an CommandFailedException with no detail message.
CommandFailedException(String) - 异常错误 的构造器net.iotgw.mail.iap.CommandFailedException
Constructs an CommandFailedException with the specified detail message.
CommandFailedException(Response) - 异常错误 的构造器net.iotgw.mail.iap.CommandFailedException
Constructs an CommandFailedException with the specified Response.
COMMENT - 类 中的静态变量javax.mail.internet.HeaderTokenizer.Token
Token type indicating a comment.
CompactFormatter - net.iotgw.mail.util.logging中的类
A plain text formatter that can produce fixed width output.
CompactFormatter() - 类 的构造器net.iotgw.mail.util.logging.CompactFormatter
Creates an instance with a default format pattern.
CompactFormatter(String) - 类 的构造器net.iotgw.mail.util.logging.CompactFormatter
Creates an instance with the given format pattern.
compare(LogRecord, LogRecord) - 类 中的方法net.iotgw.mail.util.logging.SeverityComparator
Compares two log records based on severity.
compareThrowable(Throwable, Throwable) - 类 中的方法net.iotgw.mail.util.logging.SeverityComparator
Compares two throwable objects or null.
comparison - 类 中的变量javax.mail.search.ComparisonTerm
The comparison.
ComparisonTerm - javax.mail.search中的类
This class models the comparison operator.
ComparisonTerm() - 类 的构造器javax.mail.search.ComparisonTerm
 
complete - 类 中的变量javax.mail.internet.MimeMultipart
Have we seen the final bounary line?
compress() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
COMPRESS Command.
CONDSTORE - 类 中的静态变量net.iotgw.mail.imap.ResyncData
Used to enable only the CONDSTORE extension.
config(String) - 类 中的方法net.iotgw.mail.util.MailLogger
Log a message at the CONFIG level.
connect() - 类 中的方法javax.mail.Service
A generic connect method that takes no parameters.
connect(String, String, String) - 类 中的方法javax.mail.Service
Connect to the specified address.
connect(String, String) - 类 中的方法javax.mail.Service
Connect to the current host using the specified username and password.
connect(String, int, String, String) - 类 中的方法javax.mail.Service
Similar to connect(host, user, password) except a specific port can be specified.
connect(Socket) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Start the SMTP protocol on the given socket, which was already connected by the caller.
connect(SocketAddress) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
connect(SocketAddress, int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
ConnectionAdapter - javax.mail.event中的类
The adapter which receives connection events.
ConnectionAdapter() - 类 的构造器javax.mail.event.ConnectionAdapter
 
ConnectionEvent - javax.mail.event中的类
This class models Connection events.
ConnectionEvent(Object, int) - 类 的构造器javax.mail.event.ConnectionEvent
Construct a ConnectionEvent.
ConnectionException - net.iotgw.mail.iap中的异常错误
 
ConnectionException() - 异常错误 的构造器net.iotgw.mail.iap.ConnectionException
Constructs an ConnectionException with no detail message.
ConnectionException(String) - 异常错误 的构造器net.iotgw.mail.iap.ConnectionException
Constructs an ConnectionException with the specified detail message.
ConnectionException(Protocol, Response) - 异常错误 的构造器net.iotgw.mail.iap.ConnectionException
Constructs an ConnectionException with the specified Response.
ConnectionListener - javax.mail.event中的接口
This is the Listener interface for Connection events.
contains(FetchProfile.Item) - 类 中的方法javax.mail.FetchProfile
Returns true if the fetch profile contains the given special item.
contains(String) - 类 中的方法javax.mail.FetchProfile
Returns true if the fetch profile contains the given header name.
contains(Flags.Flag) - 类 中的方法javax.mail.Flags
Check whether the specified system flag is present in this Flags object.
contains(String) - 类 中的方法javax.mail.Flags
Check whether the specified user flag is present in this Flags object.
contains(Flags) - 类 中的方法javax.mail.Flags
Check whether all the flags in the specified Flags object are present in this Flags object.
contains(Rights.Right) - 类 中的方法net.iotgw.mail.imap.Rights
Check whether the specified right is present in this Rights object.
contains(Rights) - 类 中的方法net.iotgw.mail.imap.Rights
Check whether all the rights in the specified Rights object are present in this Rights object.
content - 类 中的变量javax.mail.internet.MimeBodyPart
Byte array that holds the bytes of the content of this Part.
content - 类 中的变量javax.mail.internet.MimeMessage
Byte array that holds the bytes of this Message's content.
CONTENT_INFO - 类 中的静态变量javax.mail.FetchProfile.Item
This item is for fetching information about the content of the message.
ContentDisposition - javax.mail.internet中的类
This class represents a MIME ContentDisposition value.
ContentDisposition() - 类 的构造器javax.mail.internet.ContentDisposition
No-arg Constructor.
ContentDisposition(String, ParameterList) - 类 的构造器javax.mail.internet.ContentDisposition
Constructor.
ContentDisposition(String) - 类 的构造器javax.mail.internet.ContentDisposition
Constructor that takes a ContentDisposition string.
contentStream - 类 中的变量javax.mail.internet.MimeBodyPart
If the data for this body part was supplied by an InputStream that implements the SharedInputStream interface, contentStream is another such stream representing the content of this body part.
contentStream - 类 中的变量javax.mail.internet.MimeMessage
If the data for this message was supplied by an InputStream that implements the SharedInputStream interface, contentStream is another such stream representing the content of this message.
ContentType - javax.mail.internet中的类
This class represents a MIME Content-Type value.
ContentType() - 类 的构造器javax.mail.internet.ContentType
No-arg Constructor.
ContentType(String, String, ParameterList) - 类 的构造器javax.mail.internet.ContentType
Constructor.
ContentType(String) - 类 的构造器javax.mail.internet.ContentType
Constructor that takes a Content-Type string.
contentType - 类 中的变量javax.mail.Multipart
This field specifies the content-type of this multipart object.
CONTINUATION - 类 中的静态变量net.iotgw.mail.iap.Response
 
copy(MessageSet[], String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
COPY command.
copy(int, int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
COPY command.
copyMessages(Message[], Folder) - 类 中的方法javax.mail.Folder
Copy the specified Messages from this Folder into another Folder.
copyMessages(Message[], Folder) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Copy the specified messages from this folder, to the specified destination.
CopyUID - net.iotgw.mail.imap中的类
Information from the COPYUID response code defined by the UIDPLUS extension - RFC 4315.
CopyUID(long, UIDSet[], UIDSet[]) - 类 的构造器net.iotgw.mail.imap.CopyUID
 
copyuid(MessageSet[], String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
COPY command, return uid from COPYUID response code.
copyuid(int, int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
COPY command, return uid from COPYUID response code.
copyUIDMessages(Message[], Folder) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Copy the specified messages from this folder, to the specified destination.
cParams - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
create(int) - 类 中的方法javax.mail.Folder
Create this folder on the Store.
create(int) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Create this folder, with the specified type.
create(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
CREATE Command.
CREATE - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Create - CREATE new sub-mailboxes in any implementation-defined hierarchy, RENAME or DELETE mailbox.
create(int) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
create(int) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always returns false; the POP3 protocol doesn't support creating folders.
CREATED - 类 中的静态变量javax.mail.event.FolderEvent
The folder was created.
createFlagList(Flags) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Creates an IMAP flag_list from the given Flags object.
createInternetHeaders(InputStream) - 类 中的方法javax.mail.internet.MimeMessage
Create and return an InternetHeaders object that loads the headers from the given InputStream.
createInternetHeaders(InputStream) - 类 中的方法javax.mail.internet.MimeMultipart
Create and return an InternetHeaders object that loads the headers from the given InputStream.
createMessage(Folder, int) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
createMessageSets(int[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.MessageSet
Convert an array of integers into an array of MessageSets
createMimeBodyPart(InternetHeaders, byte[]) - 类 中的方法javax.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeBodyPart(InputStream) - 类 中的方法javax.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeMessage(Session) - 类 中的方法javax.mail.internet.MimeMessage
Create and return a MimeMessage object.
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClientFactory
 
createSocket(Socket, String, int, boolean) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
createSocket() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
createSocket(String, int) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
createUIDSets(long[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.UIDSet
Convert an array of longs into an array of UIDSets
CRLFOutputStream - net.iotgw.mail.util中的类
Convert lines into the canonical format, that is, terminate lines with the CRLF sequence.
CRLFOutputStream(OutputStream) - 类 的构造器net.iotgw.mail.util.CRLFOutputStream
 

D

data() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Send the DATA command to the SMTP host and return an OutputStream to which the data is to be written.
datalen - 类 中的变量javax.mail.util.SharedFileInputStream
The amount of data in this subset of the file.
date - 类 中的变量javax.mail.search.DateTerm
The date.
date - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
date - 类 中的变量net.iotgw.mail.imap.protocol.INTERNALDATE
 
DATE - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Sort by sent date and time.
DateTerm - javax.mail.search中的类
This class implements comparisons for Dates
DateTerm(int, Date) - 类 的构造器javax.mail.search.DateTerm
Constructor.
debug - 类 中的变量javax.mail.Service
Debug flag for this service.
decode(InputStream, String) - 类 中的静态方法javax.mail.internet.MimeUtility
Decode the given input stream.
decode(String) - 类 中的静态方法net.iotgw.mail.imap.protocol.BASE64MailboxDecoder
 
decode(byte[]) - 类 中的静态方法net.iotgw.mail.util.BASE64DecoderStream
Base64 decode a byte array.
decodeText(String) - 类 中的静态方法javax.mail.internet.MimeUtility
Decode "unstructured" headers, that is, headers that are defined as '*text' as per RFC 822.
decodeWord(String) - 类 中的静态方法javax.mail.internet.MimeUtility
The string is parsed using the rules in RFC 2047 and RFC 2231 for parsing an "encoded-word".
DecodingException - net.iotgw.mail.util中的异常错误
A special IOException that indicates a failure to decode data due to an error in the formatting of the data.
DecodingException(String) - 异常错误 的构造器net.iotgw.mail.util.DecodingException
Constructor.
DefaultFolder - net.iotgw.mail.imap中的类
The default IMAP folder (root of the naming hierarchy).
DefaultFolder(IMAPStore) - 类 的构造器net.iotgw.mail.imap.DefaultFolder
 
DefaultFolder - net.iotgw.mail.pop3中的类
The POP3 DefaultFolder.
defaultPort - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
delete(boolean) - 类 中的方法javax.mail.Folder
Delete this Folder.
delete(boolean) - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
delete(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Delete this folder.
delete(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
DELETE Command.
DELETE - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Delete - STORE \DELETED flag, perform EXPUNGE.
delete(boolean) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
delete(boolean) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't allow the INBOX to be deleted.
deleteACL(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
DELETEACL Command.
DELETED - 类 中的静态变量javax.mail.event.FolderEvent
The folder was deleted.
DELETED - 类 中的静态变量javax.mail.Flags.Flag
This message is marked deleted.
delimiter - 类 中的变量net.iotgw.mail.imap.protocol.Namespaces.Namespace
Delimiter between names in this namespace.
description - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
dh - 类 中的变量javax.mail.internet.MimeBodyPart
The DataHandler object representing this Part's content.
dh - 类 中的变量javax.mail.internet.MimeMessage
The DataHandler object representing this Message's content.
digest(byte[]) - 类 中的方法net.iotgw.mail.auth.MD4
Compute and return the message digest of the input byte array.
DigestMD5 - net.iotgw.mail.smtp中的类
DIGEST-MD5 authentication support.
DigestMD5(MailLogger) - 类 的构造器net.iotgw.mail.smtp.DigestMD5
 
disconnect() - 类 中的方法net.iotgw.mail.iap.Protocol
Disconnect.
disconnect() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Close socket connection.
disconnected(ConnectionEvent) - 类 中的方法javax.mail.event.ConnectionAdapter
 
DISCONNECTED - 类 中的静态变量javax.mail.event.ConnectionEvent
A connection was disconnected (not currently used).
disconnected(ConnectionEvent) - 接口 中的方法javax.mail.event.ConnectionListener
Invoked when a Store is disconnected.
dispatch(Object) - 类 中的方法javax.mail.event.ConnectionEvent
Invokes the appropriate ConnectionListener method
dispatch(Object) - 类 中的方法javax.mail.event.FolderEvent
Invokes the appropriate FolderListener method
dispatch(Object) - 类 中的方法javax.mail.event.MailEvent
This method invokes the appropriate method on a listener for this event.
dispatch(Object) - 类 中的方法javax.mail.event.MessageChangedEvent
Invokes the appropriate MessageChangedListener method.
dispatch(Object) - 类 中的方法javax.mail.event.MessageCountEvent
Invokes the appropriate MessageCountListener method.
dispatch(Object) - 类 中的方法javax.mail.event.StoreEvent
Invokes the appropriate StoreListener method.
dispatch(Object) - 类 中的方法javax.mail.event.TransportEvent
Invokes the appropriate TransportListener method.
dispose() - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
disposition - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
doCommand(IMAPFolder.ProtocolCommand) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Execute a user-supplied IMAP command.
doCommand(IMAPProtocol) - 接口 中的方法net.iotgw.mail.imap.IMAPFolder.ProtocolCommand
Execute the user-defined command using the supplied IMAPProtocol object.
doCommandIgnoreFailure(IMAPFolder.ProtocolCommand) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
doList(String, String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Execute the specified LIST-like command (e.g., "LIST" or "LSUB"), using the reference and pattern.
doOptionalCommand(String, IMAPFolder.ProtocolCommand) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
doProtocolCommand(IMAPFolder.ProtocolCommand) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
 
dParams - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
DRAFT - 类 中的静态变量javax.mail.Flags.Flag
This message is a draft.
ds - 类 中的变量javax.mail.internet.MimeMultipart
The DataSource supplying our InputStream.
dst - 类 中的变量net.iotgw.mail.imap.CopyUID
 
DurationFilter - net.iotgw.mail.util.logging中的类
A filter used to limit log records based on a maximum generation rate.
DurationFilter() - 类 的构造器net.iotgw.mail.util.logging.DurationFilter
Creates the filter using the default properties.
DurationFilter(long, long) - 类 的构造器net.iotgw.mail.util.logging.DurationFilter
Creates the filter using the given properties.

E

ehlo(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Issue the EHLO command.
enable(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
ENABLE Command.
enabled - 类 中的变量net.iotgw.mail.imap.protocol.IMAPProtocol
 
encode(OutputStream, String) - 类 中的静态方法javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encode(OutputStream, String, String) - 类 中的静态方法javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encode(String) - 类 中的静态方法net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
encode() - 类 中的方法net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
encode(byte[]) - 类 中的静态方法net.iotgw.mail.util.BASE64EncoderStream
Base64 encode a byte array.
encodedLength(byte[]) - 类 中的静态方法net.iotgw.mail.util.BEncoderStream
Returns the length of the encoded version of this byte array.
encodedLength(byte[], boolean) - 类 中的静态方法net.iotgw.mail.util.QEncoderStream
Returns the length of the encoded version of this byte array.
encodedPersonal - 类 中的变量javax.mail.internet.InternetAddress
The RFC 2047 encoded version of the personal name.
encodeText(String) - 类 中的静态方法javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeText(String, String, String) - 类 中的静态方法javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeWord(String) - 类 中的静态方法javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encodeWord(String, String, String) - 类 中的静态方法javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encoding - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
EncodingAware - javax.mail中的接口
A DataSource that also implements EncodingAware may specify the Content-Transfer-Encoding to use for its data.
end - 类 中的变量net.iotgw.mail.imap.protocol.MessageSet
 
end - 类 中的变量net.iotgw.mail.imap.protocol.UIDSet
 
ensureAtBOL() - 类 中的方法net.iotgw.mail.smtp.SMTPOutputStream
Ensure we're at the beginning of a line.
ENVELOPE - 类 中的静态变量javax.mail.FetchProfile.Item
This is the Envelope item.
envelope - 类 中的变量net.iotgw.mail.imap.IMAPMessage
 
envelope - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
ENVELOPE - net.iotgw.mail.imap.protocol中的类
The ENEVELOPE item of an IMAP FETCH response.
ENVELOPE(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.ENVELOPE
 
ENVELOPE_CHANGED - 类 中的静态变量javax.mail.event.MessageChangedEvent
The message's envelope (headers, but not body) changed.
EOF - 类 中的静态变量javax.mail.internet.HeaderTokenizer.Token
Token type indicating end of input.
EQ - 类 中的静态变量javax.mail.search.ComparisonTerm
 
equals(Object) - 类 中的方法javax.mail.Address
The equality operator.
equals(Object) - 类 中的方法javax.mail.Flags
Check whether the two Flags objects are equal.
equals(Object) - 类 中的方法javax.mail.internet.InternetAddress
The equality operator.
equals(Object) - 类 中的方法javax.mail.internet.NewsAddress
The equality operator.
equals(Object) - 类 中的方法javax.mail.search.AddressStringTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.AddressTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.AndTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.BodyTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.ComparisonTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.DateTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.FlagTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.FromStringTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.FromTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.HeaderTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.IntegerComparisonTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.MessageIDTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.MessageNumberTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.NotTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.OrTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.ReceivedDateTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.RecipientStringTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.RecipientTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.SentDateTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.SizeTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.StringTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.search.SubjectTerm
Equality comparison.
equals(Object) - 类 中的方法javax.mail.URLName
Compares two URLNames.
equals(Object) - 类 中的方法net.iotgw.mail.imap.ModifiedSinceTerm
Equality comparison.
equals(Object) - 类 中的方法net.iotgw.mail.imap.OlderTerm
Equality comparison.
equals(Object) - 类 中的方法net.iotgw.mail.imap.Rights
Check whether the two Rights objects are equal.
equals(Object) - 类 中的方法net.iotgw.mail.imap.YoungerTerm
Equality comparison.
equals(Object) - 类 中的方法net.iotgw.mail.util.logging.DurationFilter
Determines if this filter is equal to another filter.
equals(Object) - 类 中的方法net.iotgw.mail.util.logging.SeverityComparator
Determines if the given object is also a comparator and it imposes the same ordering as this comparator.
evaluateChallenge(byte[]) - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
ex - 类 中的变量net.iotgw.mail.iap.Response
 
examine(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
EXAMINE Command.
examine(String, ResyncData) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
EXAMINE Command with QRESYNC data.
exists() - 类 中的方法javax.mail.Folder
Tests if this folder physically exists on the Store.
exists - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
exists() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Check whether this folder really exists on the server.
exists() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
exists() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always true for the folder "INBOX", always false for any other name.
expunge() - 类 中的方法javax.mail.Folder
Expunge (permanently remove) messages marked DELETED.
expunge() - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
expunge() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Expunge all messages marked as DELETED.
expunge(Message[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Expunge the indicated messages, which must have been marked as DELETED.
expunge() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
EXPUNGE Command.
expunge() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
expunge() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support expunging messages without closing the folder; call the close method with the expunge argument set to true instead.
expunged - 类 中的变量javax.mail.Message
True if this message has been expunged.
expungeMessage(int) - 类 中的方法net.iotgw.mail.imap.MessageCache
Expunge the message with the given sequence number.

F

fetch(Message[], FetchProfile) - 类 中的方法javax.mail.Folder
Prefetch the items specified in the FetchProfile for the given Messages.
fetch(Message[], FetchProfile) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Prefetch attributes, based on the given FetchProfile.
fetch(MessageSet[], String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
fetch(int, int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
fetch(int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
fetch(Message[], FetchProfile) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Prefetch information about POP3 messages.
fetchBody(int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch given BODY section.
fetchBody(int, String, boolean) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
fetchBody(int, String, int, int) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Partial FETCH of given BODY section.
fetchBody(int, String, int, int, ByteArray) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Partial FETCH of given BODY section.
fetchBody(int, String, int, int, boolean, ByteArray) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
fetchBodyStructure(int) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch the BODYSTRUCTURE of the specified message.
fetchFlags(int) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch the FLAGS for the given message.
fetchItem(FetchItem) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Fetch an individual item for the current message.
FetchItem - net.iotgw.mail.imap.protocol中的类
Metadata describing a FETCH item.
FetchItem(String, FetchProfile.Item) - 类 的构造器net.iotgw.mail.imap.protocol.FetchItem
 
fetchMODSEQ(int) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch the IMAP MODSEQ for the given message.
FetchProfile - javax.mail中的类
Clients use a FetchProfile to list the Message attributes that it wishes to prefetch from the server for a range of messages.
FetchProfile() - 类 的构造器javax.mail.FetchProfile
Create an empty FetchProfile.
FetchProfile.Item - javax.mail中的类
This inner class is the base class of all items that can be requested in a FetchProfile.
FetchProfileCondition(FetchProfile, FetchItem[]) - 类 的构造器net.iotgw.mail.imap.IMAPMessage.FetchProfileCondition
Create a FetchProfileCondition to determine if we need to fetch any of the information specified in the FetchProfile.
FetchProfileItem(String) - 类 的构造器javax.mail.UIDFolder.FetchProfileItem
 
FetchProfileItem(String) - 类 的构造器net.iotgw.mail.imap.IMAPFolder.FetchProfileItem
 
FetchResponse - net.iotgw.mail.imap.protocol中的类
This class represents a FETCH response obtained from the input stream of an IMAP server.
FetchResponse(Protocol) - 类 的构造器net.iotgw.mail.imap.protocol.FetchResponse
 
FetchResponse(IMAPResponse) - 类 的构造器net.iotgw.mail.imap.protocol.FetchResponse
 
FetchResponse(IMAPResponse, FetchItem[]) - 类 的构造器net.iotgw.mail.imap.protocol.FetchResponse
Construct a FetchResponse that handles the additional FetchItems.
fetchRFC822(int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch the specified RFC822 Data item.
fetchSectionBody(int, String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch the given body section of the given message, using the body string "body".
fetchSequenceNumber(long) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Get the sequence number for the given UID.
fetchSequenceNumbers(long, long) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Get the sequence numbers for UIDs ranging from start till end.
fetchSequenceNumbers(long[]) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Get the sequence numbers for UIDs specified in the array.
fetchUID(int) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch the IMAP UID for the given message.
finalize() - 类 中的方法javax.mail.Folder
 
finalize() - 类 中的方法javax.mail.Service
Stop the event dispatcher thread so the queue can be garbage collected.
finalize() - 类 中的方法javax.mail.util.SharedFileInputStream
Force this stream to close.
finalize() - 类 中的方法net.iotgw.mail.iap.Protocol
Finalizer.
finalize() - 类 中的方法net.iotgw.mail.imap.IMAPStore
 
finalize() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Close the folder when we're finalized.
finalize() - 类 中的方法net.iotgw.mail.pop3.POP3Store
 
finalize() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
 
fine(String) - 类 中的方法net.iotgw.mail.util.MailLogger
Log a message at the FINE level.
finer(String) - 类 中的方法net.iotgw.mail.util.MailLogger
Log a message at the FINER level.
finest(String) - 类 中的方法net.iotgw.mail.util.MailLogger
Log a message at the FINEST level.
finish(String) - 类 中的方法net.iotgw.mail.util.logging.CollectorFormatter
Applied to the head, format, and tail returned by the target formatter.
finishBdat() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Terminate the sent data.
finishData() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Terminate the sent data.
first - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The first unseen message.
flag(FlagTerm) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
FLAGGED - 类 中的静态变量javax.mail.Flags.Flag
This message is flagged.
FLAGS - 类 中的静态变量javax.mail.FetchProfile.Item
This is the Flags item.
Flags - javax.mail中的类
The Flags class represents the set of flags on a Message.
Flags() - 类 的构造器javax.mail.Flags
Construct an empty Flags object.
Flags(Flags) - 类 的构造器javax.mail.Flags
Construct a Flags object initialized with the given flags.
Flags(Flags.Flag) - 类 的构造器javax.mail.Flags
Construct a Flags object initialized with the given system flag.
Flags(String) - 类 的构造器javax.mail.Flags
Construct a Flags object initialized with the given user flag.
flags - 类 中的变量javax.mail.internet.MimeMessage
The Flags for this message.
FLAGS - net.iotgw.mail.imap.protocol中的类
This class
FLAGS(IMAPResponse) - 类 的构造器net.iotgw.mail.imap.protocol.FLAGS
Constructor.
Flags.Flag - javax.mail中的类
This inner class represents an individual system flag.
FLAGS_CHANGED - 类 中的静态变量javax.mail.event.MessageChangedEvent
The message's flags changed.
FlagTerm - javax.mail.search中的类
This class implements comparisons for Message Flags.
FlagTerm(Flags, boolean) - 类 的构造器javax.mail.search.FlagTerm
Constructor.
flush() - 类 中的方法net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
flush() - 类 中的方法net.iotgw.mail.smtp.SMTPOutputStream
Override flush method in FilterOutputStream.
flush() - 类 中的方法net.iotgw.mail.util.BASE64EncoderStream
Flushes this output stream and forces any buffered output bytes to be encoded out to the stream.
flush() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Pushes any buffered records to the email server as normal priority.
flush() - 类 中的方法net.iotgw.mail.util.QPEncoderStream
Flushes this output stream and forces any buffered output bytes to be encoded out to the stream.
flush() - 类 中的方法net.iotgw.mail.util.UUEncoderStream
 
fold(int, String) - 类 中的静态方法javax.mail.internet.MimeUtility
Fold a string at linear whitespace so that each line is no longer than 76 characters, if possible.
folder - 类 中的变量javax.mail.event.FolderEvent
The folder the event occurred on.
Folder - javax.mail中的类
Folder is an abstract class that represents a folder for mail messages.
Folder(Store) - 类 的构造器javax.mail.Folder
Constructor that takes a Store object.
folder - 类 中的变量javax.mail.Message
The containing folder, if this message is obtained from a folder
FolderAdapter - javax.mail.event中的类
The adapter which receives Folder events.
FolderAdapter() - 类 的构造器javax.mail.event.FolderAdapter
 
FolderClosedException - javax.mail中的异常错误
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
FolderClosedException(Folder) - 异常错误 的构造器javax.mail.FolderClosedException
Constructs a FolderClosedException.
FolderClosedException(Folder, String) - 异常错误 的构造器javax.mail.FolderClosedException
Constructs a FolderClosedException with the specified detail message.
FolderClosedException(Folder, String, Exception) - 异常错误 的构造器javax.mail.FolderClosedException
Constructs a FolderClosedException with the specified detail message and embedded exception.
FolderClosedIOException - net.iotgw.mail.util中的异常错误
A variant of FolderClosedException that can be thrown from methods that only throw IOException.
FolderClosedIOException(Folder) - 异常错误 的构造器net.iotgw.mail.util.FolderClosedIOException
Constructor
FolderClosedIOException(Folder, String) - 异常错误 的构造器net.iotgw.mail.util.FolderClosedIOException
Constructor
folderCreated(FolderEvent) - 类 中的方法javax.mail.event.FolderAdapter
 
folderCreated(FolderEvent) - 接口 中的方法javax.mail.event.FolderListener
Invoked when a Folder is created.
folderDeleted(FolderEvent) - 类 中的方法javax.mail.event.FolderAdapter
 
folderDeleted(FolderEvent) - 接口 中的方法javax.mail.event.FolderListener
Invoked when a folder is deleted.
FolderEvent - javax.mail.event中的类
This class models Folder existence events.
FolderEvent(Object, Folder, int) - 类 的构造器javax.mail.event.FolderEvent
Constructor.
FolderEvent(Object, Folder, Folder, int) - 类 的构造器javax.mail.event.FolderEvent
Constructor.
FolderListener - javax.mail.event中的接口
This is the Listener interface for Folder events.
FolderNotFoundException - javax.mail中的异常错误
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
FolderNotFoundException() - 异常错误 的构造器javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with no detail message.
FolderNotFoundException(Folder) - 异常错误 的构造器javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException.
FolderNotFoundException(Folder, String) - 异常错误 的构造器javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified detail message.
FolderNotFoundException(Folder, String, Exception) - 异常错误 的构造器javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified detail message and embedded exception.
FolderNotFoundException(String, Folder) - 异常错误 的构造器javax.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified detail message and the specified folder.
folderRenamed(FolderEvent) - 类 中的方法javax.mail.event.FolderAdapter
 
folderRenamed(FolderEvent) - 接口 中的方法javax.mail.event.FolderListener
Invoked when a folder is renamed.
forceCheckExpunged() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Do a NOOP to force any untagged EXPUNGE responses and then check if this message is expunged.
forceClose() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Close this folder without waiting for the server.
format(Date, StringBuffer, FieldPosition) - 类 中的方法javax.mail.internet.MailDateFormat
Formats the given date in the format specified by RFC 2822 in the current TimeZone.
format(Date) - 类 中的静态方法net.iotgw.mail.imap.protocol.INTERNALDATE
Format given Date object into INTERNALDATE string
format(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CollectorFormatter
Accumulates log records which will be used to produce the final output.
format(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Format the given log record and returns the formatted string.
formatBackTrace(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the back trace for the given log record.
formatError(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the thrown property of a LogRecord as an error message.
formatLevel(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the level property of the given log record.
formatLoggerName(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the logger name property of the given log record.
formatMessage(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats message for the log record.
formatMessage(Throwable) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the message from the thrown property of the log record.
formatSource(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the source from the given log record.
formatThreadID(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the thread id property of the given log record.
formatThrown(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Formats the thrown property of a LogRecord.
from - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
from(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
FROM - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Sort by first From email address.
FromStringTerm - javax.mail.search中的类
This class implements string comparisons for the From Address header.
FromStringTerm(String) - 类 的构造器javax.mail.search.FromStringTerm
Constructor.
FromTerm - javax.mail.search中的类
This class implements comparisons for the From Address header.
FromTerm(Address) - 类 的构造器javax.mail.search.FromTerm
Constructor
fullName - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
fullURL - 类 中的变量javax.mail.URLName
The full version of the URL

G

GE - 类 中的静态变量javax.mail.search.ComparisonTerm
 
generateSequence(SearchTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
Generate the IMAP search sequence for the given search expression.
generateType1Msg(int) - 类 中的方法net.iotgw.mail.auth.Ntlm
 
generateType3Msg(String) - 类 中的方法net.iotgw.mail.auth.Ntlm
 
get(String) - 类 中的方法javax.mail.internet.ParameterList
Returns the value of the specified parameter.
get2DigitYearStart() - 类 中的方法javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates another strategy for interpreting 2-digits years.
getACL() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the access control list entries for this folder.
getACL(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
GETACL Command.
getAddress() - 类 中的方法javax.mail.internet.InternetAddress
Get the email address.
getAddress() - 类 中的方法javax.mail.search.AddressTerm
Return the address to match with.
getAddress() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPAddressFailedException
Return the address that failed.
getAddress() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPAddressSucceededException
Return the address that succeeded.
getAddress() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPSenderFailedException
Return the address that failed.
getAllHeaderLines() - 类 中的方法javax.mail.internet.InternetHeaders
Return all the header lines as an Enumeration of Strings.
getAllHeaderLines() - 类 中的方法javax.mail.internet.MimeBodyPart
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - 类 中的方法javax.mail.internet.MimeMessage
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - 接口 中的方法javax.mail.internet.MimePart
Get all header lines as an Enumeration of Strings.
getAllHeaderLines() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getAllHeaderLines() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get all header-lines.
getAllHeaderLines() - 类 中的方法net.iotgw.mail.pop3.POP3Message
Get all header lines as an Enumeration of Strings.
getAllHeaders() - 类 中的方法javax.mail.internet.InternetHeaders
Return all the headers as an Enumeration of Header objects.
getAllHeaders() - 类 中的方法javax.mail.internet.MimeBodyPart
Return all the headers from this Message as an Enumeration of Header objects.
getAllHeaders() - 类 中的方法javax.mail.internet.MimeMessage
Return all the headers from this Message as an enumeration of Header objects.
getAllHeaders() - 接口 中的方法javax.mail.Part
Return all the headers from this part as an Enumeration of Header objects.
getAllHeaders() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getAllHeaders() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get all headers.
getAllHeaders() - 类 中的方法net.iotgw.mail.pop3.POP3Message
Return all the headers from this Message as an enumeration of Header objects.
getAllow8bitMIME() - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Is use of the 8BITMIME extension is allowed?
getAllRecipients() - 类 中的方法javax.mail.internet.MimeMessage
Get all the recipient addresses for the message.
getAllRecipients() - 类 中的方法javax.mail.Message
Get all the recipient addresses for the message.
getAttachmentFilters() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the attachment filters.
getAttachmentFormatters() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the attachment formatters.
getAttachmentNames() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the attachment name formatters.
getAttributes() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the attributes that the IMAP server returns with the LIST response.
getAuthenticator() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the Authenticator used to login to the email server.
getAuthorizationId() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Gets the authorization ID to be used for authentication.
getBaseType() - 类 中的方法javax.mail.internet.ContentType
Return the MIME type string, without the parameters.
getBodyPart(int) - 类 中的方法javax.mail.internet.MimeMultipart
Get the specified BodyPart.
getBodyPart(String) - 类 中的方法javax.mail.internet.MimeMultipart
Get the MimeBodyPart referred to by the given ContentID (CID).
getBodyPart(int) - 类 中的方法javax.mail.Multipart
Get the specified Part.
getBodyPart(int) - 接口 中的方法javax.mail.MultipartDataSource
Get the specified Part.
getBodyPart(int) - 类 中的方法net.iotgw.mail.imap.IMAPMultipartDataSource
 
getBooleanProperty(Properties, String, boolean) - 类 中的静态方法net.iotgw.mail.util.PropUtil
Get a boolean valued property.
getBooleanSessionProperty(Session, String, boolean) - 类 中的静态方法net.iotgw.mail.util.PropUtil
已过时。
getBooleanSystemProperty(String, boolean) - 类 中的静态方法net.iotgw.mail.util.PropUtil
Get a boolean valued System property.
getByteArray() - 类 中的方法net.iotgw.mail.imap.protocol.BODY
 
getByteArray() - 类 中的方法net.iotgw.mail.imap.protocol.RFC822DATA
 
getByteArrayInputStream() - 类 中的方法net.iotgw.mail.imap.protocol.BODY
 
getByteArrayInputStream() - 类 中的方法net.iotgw.mail.imap.protocol.RFC822DATA
 
getBytes() - 类 中的方法net.iotgw.mail.iap.ByteArray
Returns the internal byte array.
getBytes(String) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
 
getBytes(InputStream) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
 
getCapabilities() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Return the map of capabilities returned by the server.
getCapacity() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the number of log records the internal buffer can hold.
getCause() - 异常错误 中的方法javax.mail.MessagingException
Overrides the getCause method of Throwable to return the next exception in the chain of nested exceptions.
getChannel() - 类 中的方法net.iotgw.mail.iap.Protocol
Return the SocketChannel associated with this connection, if any.
getChannel() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getClassName() - 类 中的方法javax.mail.Provider
Returns the name of the class that implements the protocol.
getCommand() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPAddressFailedException
Return the command that failed.
getCommand() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPAddressSucceededException
Return the command that succeeded.
getCommand() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPSenderFailedException
Return the command that failed.
getCommand() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPSendFailedException
Return the command that failed.
getComparator() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the comparator used to order all LogRecord objects prior to formatting.
getComparison() - 类 中的方法javax.mail.search.DateTerm
Return the type of comparison.
getComparison() - 类 中的方法javax.mail.search.IntegerComparisonTerm
Return the type of comparison.
getConnectionTimeout() - 异常错误 中的方法net.iotgw.mail.util.MailConnectException
The timeout used for the connection attempt.
getConnectionTimeout() - 异常错误 中的方法net.iotgw.mail.util.SocketConnectException
The timeout used for the connection attempt.
getContent() - 类 中的方法javax.mail.internet.MimeBodyPart
Return the content as a Java object.
getContent() - 类 中的方法javax.mail.internet.MimeMessage
Return the content as a Java object.
getContent() - 接口 中的方法javax.mail.Part
Return the content as a Java object.
getContent(DataSource) - 类 中的方法net.iotgw.mail.handlers.image_gif
 
getContent(DataSource) - 类 中的方法net.iotgw.mail.handlers.message_rfc822
Return the content.
getContent(DataSource) - 类 中的方法net.iotgw.mail.handlers.multipart_mixed
Return the content.
getContent(DataSource) - 类 中的方法net.iotgw.mail.handlers.text_plain
 
getContentID() - 类 中的方法javax.mail.internet.MimeBodyPart
Returns the value of the "Content-ID" header field.
getContentID() - 类 中的方法javax.mail.internet.MimeMessage
Returns the value of the "Content-ID" header field.
getContentID() - 接口 中的方法javax.mail.internet.MimePart
Get the Content-ID of this part.
getContentID() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getContentID() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the Content-ID.
getContentLanguage() - 类 中的方法javax.mail.internet.MimeBodyPart
Get the languages specified in the Content-Language header of this MimePart.
getContentLanguage() - 类 中的方法javax.mail.internet.MimeMessage
Get the languages specified in the "Content-Language" header field of this message.
getContentLanguage() - 接口 中的方法javax.mail.internet.MimePart
Get the language tags specified in the Content-Language header of this MimePart.
getContentLanguage() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the content language.
getContentMD5() - 类 中的方法javax.mail.internet.MimeBodyPart
Return the value of the "Content-MD5" header field.
getContentMD5() - 类 中的方法javax.mail.internet.MimeMessage
Return the value of the "Content-MD5" header field.
getContentMD5() - 接口 中的方法javax.mail.internet.MimePart
Get the Content-MD5 digest of this part.
getContentMD5() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getContentMD5() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the Content-MD5.
getContentStream() - 类 中的方法javax.mail.internet.MimeBodyPart
Produce the raw bytes of the content.
getContentStream() - 类 中的方法javax.mail.internet.MimeMessage
Produce the raw bytes of the content.
getContentStream() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getContentStream() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get all the bytes for this message.
getContentStream() - 类 中的方法net.iotgw.mail.pop3.POP3Message
Produce the raw bytes of the content.
getContentType() - 类 中的方法javax.mail.internet.MimeBodyPart
Returns the value of the RFC 822 "Content-Type" header field.
getContentType() - 类 中的方法javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Content-Type" header field.
getContentType() - 类 中的方法javax.mail.internet.MimePartDataSource
Returns the content-type of this DataSource.
getContentType() - 类 中的方法javax.mail.Multipart
Return the content-type of this Multipart.
getContentType() - 接口 中的方法javax.mail.Part
Returns the Content-Type of the content of this part.
getContentType() - 类 中的方法javax.mail.util.ByteArrayDataSource
Get the MIME content type of the data.
getContentType() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getContentType() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the Content-Type.
getCopyUID(Response[]) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
If the response contains a COPYUID response code, extract it and return a CopyUID object with the information.
getCount() - 类 中的方法javax.mail.internet.MimeMultipart
Return the number of enclosed BodyPart objects.
getCount() - 类 中的方法javax.mail.Multipart
Return the number of enclosed BodyPart objects.
getCount() - 接口 中的方法javax.mail.MultipartDataSource
Return the number of enclosed BodyPart objects.
getCount() - 类 中的方法net.iotgw.mail.iap.ByteArray
Returns the count of bytes
getCount() - 类 中的方法net.iotgw.mail.imap.IMAPMultipartDataSource
 
getData(ActivationDataFlavor, DataSource) - 类 中的方法net.iotgw.mail.handlers.handler_base
Given the flavor that matched, return the appropriate type of object.
getData(ActivationDataFlavor, DataSource) - 类 中的方法net.iotgw.mail.handlers.text_xml
 
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.handler_base
Return an array of ActivationDataFlavors that we support.
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.image_gif
 
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.image_jpeg
 
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.message_rfc822
 
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.multipart_mixed
 
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.text_html
 
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.text_plain
 
getDataFlavors() - 类 中的方法net.iotgw.mail.handlers.text_xml
 
getDataHandler() - 类 中的方法javax.mail.internet.MimeBodyPart
Return a DataHandler for this body part's content.
getDataHandler() - 类 中的方法javax.mail.internet.MimeMessage
Return a DataHandler for this Message's content.
getDataHandler() - 接口 中的方法javax.mail.Part
Return a DataHandler for the content within this part.
getDataHandler() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getDataHandler() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the DataHandler object for this message.
getDate() - 类 中的方法javax.mail.search.DateTerm
Return the Date to compare with.
getDate() - 类 中的方法net.iotgw.mail.imap.protocol.INTERNALDATE
 
getDebug() - 类 中的方法javax.mail.Session
Get the debug setting for this Session.
getDebugOut() - 类 中的方法javax.mail.Session
Returns the stream to be used for debugging output.
getDefaultCipherSuites() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
getDefaultFolder() - 类 中的方法javax.mail.Store
Returns a Folder object that represents the 'root' of the default namespace presented to the user by the Store.
getDefaultFolder() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Get the default folder, representing the root of this user's namespace.
getDefaultFolder() - 类 中的方法net.iotgw.mail.pop3.POP3Store
 
getDefaultInstance(Properties, Authenticator) - 类 中的静态方法javax.mail.Session
Get the default Session object.
getDefaultInstance(Properties) - 类 中的静态方法javax.mail.Session
Get the default Session object.
getDefaultJavaCharset() - 类 中的静态方法javax.mail.internet.MimeUtility
Get the default charset corresponding to the system's current default locale.
getDefaultUserName() - 类 中的方法javax.mail.Authenticator
 
getDeletedMessageCount() - 类 中的方法javax.mail.Folder
Get the number of deleted messages in this Folder.
getDeletedMessageCount() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the deleted message count.
getDescription() - 类 中的方法javax.mail.internet.MimeBodyPart
Returns the "Content-Description" header field of this body part.
getDescription() - 类 中的方法javax.mail.internet.MimeMessage
Returns the "Content-Description" header field of this Message.
getDescription() - 接口 中的方法javax.mail.Part
Return a description String for this part.
getDescription() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getDescription() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the decoded Content-Description.
getDisposition() - 类 中的方法javax.mail.internet.ContentDisposition
Return the disposition value.
getDisposition() - 类 中的方法javax.mail.internet.MimeBodyPart
Returns the disposition from the "Content-Disposition" header field.
getDisposition() - 类 中的方法javax.mail.internet.MimeMessage
Returns the disposition from the "Content-Disposition" header field.
getDisposition() - 接口 中的方法javax.mail.Part
Return the disposition of this part.
getDisposition() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getDisposition() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the Content-Disposition.
getEncoding() - 接口 中的方法javax.mail.EncodingAware
Return the MIME Content-Transfer-Encoding to use for this data, or null to indicate that an appropriate value should be chosen by the caller.
getEncoding() - 类 中的方法javax.mail.internet.MimeBodyPart
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
getEncoding() - 类 中的方法javax.mail.internet.MimeMessage
Returns the content transfer encoding from the "Content-Transfer-Encoding" header field.
getEncoding() - 接口 中的方法javax.mail.internet.MimePart
Get the transfer encoding of this part.
getEncoding(DataSource) - 类 中的静态方法javax.mail.internet.MimeUtility
Get the Content-Transfer-Encoding that should be applied to the input stream of this DataSource, to make it mail-safe.
getEncoding(DataHandler) - 类 中的静态方法javax.mail.internet.MimeUtility
Same as getEncoding(DataSource) except that instead of reading the data from an InputStream it uses the writeTo method to examine the data.
getEncoding() - 类 中的方法javax.mail.internet.PreencodedMimeBodyPart
Returns the content transfer encoding specified when this object was created.
getEncoding() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getEncoding() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the Content-Transfer-Encoding.
getEncoding() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Return the character encoding for this Handler.
getEnvelopeCommand() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Return the IMAP FETCH items to request in order to load all the "envelope" data.
getEnvelopeFrom() - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Return the envelope From address.
getErrorManager() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Retrieves the ErrorManager for this Handler.
getException() - 类 中的方法net.iotgw.mail.iap.Response
Return the exception for a synthetic BYE response.
getException() - 异常错误 中的方法net.iotgw.mail.util.SocketConnectException
The exception that caused the failure.
getExtensionItems() - 类 中的方法net.iotgw.mail.imap.protocol.FetchResponse
Return a map of the extension items found in this fetch response.
getExtensionParameter(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Return the parameter the server provided for the specified service extension, or null if the extension isn't supported.
getFetchBlockSize() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
getFetchBlockSize() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
getFetchItems() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Return an array of FetchItem objects describing the FETCH items supported by this protocol.
getFetchProfileItem() - 类 中的方法net.iotgw.mail.imap.protocol.FetchItem
 
getFile() - 类 中的方法javax.mail.URLName
Returns the file name of this URLName.
getFileDescriptor$() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
KLUDGE for Android, which has this illegal non-Java Compatible method.
getFileName() - 类 中的方法javax.mail.internet.MimeBodyPart
Get the filename associated with this body part.
getFileName() - 类 中的方法javax.mail.internet.MimeMessage
Get the filename associated with this Message.
getFileName() - 接口 中的方法javax.mail.Part
Get the filename associated with this part, if possible.
getFileName() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getFileName() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the "filename" Disposition parameter.
getFilter() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Get the current Filter for this Handler.
getFlags() - 类 中的方法javax.mail.internet.MimeMessage
Return a Flags object containing the flags for this message.
getFlags() - 类 中的方法javax.mail.Message
Returns a Flags object containing the flags for this message.
getFlags() - 类 中的方法javax.mail.search.FlagTerm
Return the Flags to test.
getFlags() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the Flags for this message.
getFolder() - 类 中的方法javax.mail.event.FolderEvent
Return the affected folder.
getFolder(String) - 类 中的方法javax.mail.Folder
Return the Folder object corresponding to the given name.
getFolder() - 异常错误 中的方法javax.mail.FolderClosedException
Returns the dead Folder object
getFolder() - 异常错误 中的方法javax.mail.FolderNotFoundException
Returns the offending Folder object.
getFolder() - 类 中的方法javax.mail.Message
Get the folder from which this message was obtained.
getFolder() - 异常错误 中的方法javax.mail.ReadOnlyFolderException
Returns the Folder object.
getFolder(URLName) - 类 中的方法javax.mail.Session
Get a closed Folder object for the given URLName.
getFolder(String) - 类 中的方法javax.mail.Store
Return the Folder object corresponding to the given name.
getFolder(URLName) - 类 中的方法javax.mail.Store
Return a closed Folder object, corresponding to the given URLName.
getFolder(String) - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
getFolder(String) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the named subfolder.
getFolder(String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Get named folder.
getFolder(URLName) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Get named folder.
getFolder(String) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getFolder(String) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always throws MessagingException because no POP3 folders can contain subfolders.
getFolder(String) - 类 中的方法net.iotgw.mail.pop3.POP3Store
Only the name "INBOX" is supported.
getFolder(URLName) - 类 中的方法net.iotgw.mail.pop3.POP3Store
 
getFolder() - 异常错误 中的方法net.iotgw.mail.util.FolderClosedIOException
Returns the dead Folder object
getFormatter() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Return the Formatter for this Handler.
getFrom() - 类 中的方法javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "From" header fields.
getFrom() - 类 中的方法javax.mail.Message
Returns the "From" attribute.
getFrom() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the "From" attribute.
getFullName() - 类 中的方法javax.mail.Folder
Returns the full name of this Folder.
getFullName() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the fullname of this folder.
getFullName() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getFullName() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
getGroup(boolean) - 类 中的方法javax.mail.internet.InternetAddress
Return the members of a group address.
getHeader(String) - 类 中的方法javax.mail.internet.InternetHeaders
Return all the values for the specified header.
getHeader(String, String) - 类 中的方法javax.mail.internet.InternetHeaders
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Get all the headers for this header_name.
getHeader(String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String) - 类 中的方法javax.mail.internet.MimeMessage
Get all the headers for this header_name.
getHeader(String, String) - 类 中的方法javax.mail.internet.MimeMessage
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeader(String, String) - 接口 中的方法javax.mail.internet.MimePart
Get the values of all header fields available for this header, returned as a single String, with the values separated by the delimiter.
getHeader(String) - 接口 中的方法javax.mail.Part
Get all the headers for this header name.
getHeader(String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getHeader(String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the named header.
getHeader(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the named header.
getHeader(String) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Get all the headers for this header_name.
getHeader(String, String) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getHeaderName() - 类 中的方法javax.mail.search.HeaderTerm
Return the name of the header to compare with.
getHeaderNames() - 类 中的方法javax.mail.FetchProfile
Get the names of the header-fields set in this profile.
getHighestModSeq() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Returns the HIGHESTMODSEQ for this folder.
getHost() - 类 中的方法javax.mail.internet.NewsAddress
Get the host.
getHost() - 类 中的方法javax.mail.URLName
Returns the host of this URLName.
getHost() - 异常错误 中的方法net.iotgw.mail.util.MailConnectException
The host we were trying to connect to.
getHost() - 异常错误 中的方法net.iotgw.mail.util.SocketConnectException
The host we were trying to connect to.
getIgnoreCase() - 类 中的方法javax.mail.search.StringTerm
Return true if we should ignore case when matching.
getInbox() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getInetAddress() - 类 中的方法net.iotgw.mail.iap.Protocol
Return the address the socket connected to.
getInetAddress() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getInfo() - 类 中的静态方法net.iotgw.Vendor
 
getInputStream() - 类 中的方法javax.mail.internet.MimeBodyPart
Return a decoded input stream for this body part's "content".
getInputStream() - 类 中的方法javax.mail.internet.MimeMessage
Return a decoded input stream for this Message's "content".
getInputStream() - 类 中的方法javax.mail.internet.MimePartDataSource
Returns an input stream from this MimePart.
getInputStream() - 接口 中的方法javax.mail.Part
Return an input stream for this part's "content".
getInputStream() - 类 中的方法javax.mail.util.ByteArrayDataSource
Return an InputStream for the data.
getInputStream() - 类 中的方法net.iotgw.mail.iap.Protocol
Return the Protocol's InputStream.
getInputStream() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getInReplyTo() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the In-Reply-To header.
getInstance(Properties, Authenticator) - 类 中的静态方法javax.mail.Session
Get a new Session object.
getInstance(Properties) - 类 中的静态方法javax.mail.Session
Get a new Session object.
getInstance(char) - 类 中的静态方法net.iotgw.mail.imap.Rights.Right
Get a Right object representing the specified character.
getInterval() - 类 中的方法net.iotgw.mail.imap.OlderTerm
Return the interval.
getInterval() - 类 中的方法net.iotgw.mail.imap.YoungerTerm
Return the interval.
getIntProperty(Properties, String, int) - 类 中的静态方法net.iotgw.mail.util.PropUtil
Get an integer valued property.
getIntSessionProperty(Session, String, int) - 类 中的静态方法net.iotgw.mail.util.PropUtil
已过时。
getInvalidAddresses() - 类 中的方法javax.mail.event.TransportEvent
Return the addresses to which this message could not be sent.
getInvalidAddresses() - 异常错误 中的方法javax.mail.SendFailedException
Return the addresses to which this message could not be sent.
getItem(FetchItem) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Return the data associated with the FetchItem.
getItem(int) - 类 中的方法net.iotgw.mail.imap.protocol.FetchResponse
 
getItem(Class<T>) - 类 中的方法net.iotgw.mail.imap.protocol.FetchResponse
 
getItem(Response[], int, Class<T>) - 类 中的静态方法net.iotgw.mail.imap.protocol.FetchResponse
Return the first fetch response item of the given class for the given message number.
getItem(String) - 类 中的方法net.iotgw.mail.imap.protocol.Status
Get the value for the STATUS item.
getItemCount() - 类 中的方法net.iotgw.mail.imap.protocol.FetchResponse
 
getItems() - 类 中的方法javax.mail.FetchProfile
Get the items set in this profile.
getItems(Response[], int, Class<T>) - 类 中的静态方法net.iotgw.mail.imap.protocol.FetchResponse
Return all fetch response items of the given class for the given message number.
getKeepAlive() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getKey() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPResponse
 
getKeyManagers() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
getLastReturnCode() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Return the return code from the last response we got from the server.
getLastServerResponse() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Return the last response we got from the server.
getLevel() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Get the log level specifying which messages will be logged by this Handler.
getLineCount() - 类 中的方法javax.mail.internet.MimeBodyPart
Return the number of lines for the content of this Part.
getLineCount() - 类 中的方法javax.mail.internet.MimeMessage
Return the number of lines for the content of this message.
getLineCount() - 接口 中的方法javax.mail.Part
Return the number of lines in the content of this part.
getLineCount() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getLineCount() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the total number of lines.
getLocalAddress(Session) - 类 中的静态方法javax.mail.internet.InternetAddress
Return an InternetAddress object representing the current user.
getLocalAddress() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getLocalHost() - 类 中的方法net.iotgw.mail.iap.Protocol
Get the name of the local host.
getLocalHost() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Get the name of the local host, for use in the EHLO and HELO commands.
getLocalPort() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getLocalSocketAddress() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getLogger(String, String) - 类 中的方法net.iotgw.mail.util.MailLogger
Create a MailLogger that uses a Logger with the specified name and prefix.
getLogger(Class<?>, String) - 类 中的方法net.iotgw.mail.util.MailLogger
Create a MailLogger using the specified class' package name as the Logger name and the specified prefix.
getMailExtension() - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Gets the extension string to use with the MAIL command.
getMailProperties() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets a copy of the mail properties used for the session.
getMatchingHeaderLines(String[]) - 类 中的方法javax.mail.internet.InternetHeaders
Return all matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - 类 中的方法javax.mail.internet.MimeBodyPart
Get matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - 类 中的方法javax.mail.internet.MimeMessage
Get matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - 接口 中的方法javax.mail.internet.MimePart
Get matching header lines as an Enumeration of Strings.
getMatchingHeaderLines(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getMatchingHeaderLines(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get all matching header-lines.
getMatchingHeaderLines(String[]) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Get matching header lines as an Enumeration of Strings.
getMatchingHeaders(String[]) - 类 中的方法javax.mail.internet.InternetHeaders
Return all matching Header objects.
getMatchingHeaders(String[]) - 类 中的方法javax.mail.internet.MimeBodyPart
Return matching headers from this Message as an Enumeration of Header objects.
getMatchingHeaders(String[]) - 类 中的方法javax.mail.internet.MimeMessage
Return matching headers from this Message as an Enumeration of Header objects.
getMatchingHeaders(String[]) - 接口 中的方法javax.mail.Part
Return matching headers from this part as an Enumeration of Header objects.
getMatchingHeaders(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getMatchingHeaders(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get matching headers.
getMatchingHeaders(String[]) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Return matching headers from this Message as an Enumeration of Header objects.
getMechanismName() - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
getMechanismNames(Map<String, ?>) - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClientFactory
 
getMessage() - 类 中的方法javax.mail.event.MessageChangedEvent
Return the changed Message.
getMessage() - 类 中的方法javax.mail.event.StoreEvent
Get the message from the Store.
getMessage() - 类 中的方法javax.mail.event.TransportEvent
Get the Message object associated with this Transport Event.
getMessage(int) - 类 中的方法javax.mail.Folder
Get the Message object corresponding to the given message number.
getMessage() - 类 中的方法javax.mail.MessageContext
Return the Message that contains the content.
getMessage(int) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the specified message.
getMessage(int) - 类 中的方法net.iotgw.mail.imap.MessageCache
Get the message object for the indicated message number.
getMessage(int) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getMessage(int) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
getMessageBySeqnum(int) - 类 中的方法net.iotgw.mail.imap.MessageCache
Get the message object for the indicated sequence number.
getMessageBySeqNumber(int) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the message object for the given sequence number.
getMessageByUID(long) - 接口 中的方法javax.mail.UIDFolder
Get the Message corresponding to the given UID.
getMessageByUID(long) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the Message corresponding to the given UID.
getMessageCacheLock() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the messageCacheLock, associated with this Message's Folder.
getMessageCacheLock() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
getMessageChangeType() - 类 中的方法javax.mail.event.MessageChangedEvent
Return the type of this event.
getMessageContext() - 类 中的方法javax.mail.internet.MimePartDataSource
Return the MessageContext for the current part.
getMessageContext() - 接口 中的方法javax.mail.MessageAware
Return the message context.
getMessageCount() - 类 中的方法javax.mail.Folder
Get total number of messages in this Folder.
getMessageCount() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the total message count.
getMessageCount() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getMessageCount() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Will not change while the folder is open because the POP3 protocol doesn't support notification of new messages arriving in open folders.
getMessageID() - 类 中的方法javax.mail.internet.MimeMessage
Returns the value of the "Message-ID" header field.
getMessageID() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the Message-ID.
getMessageNumber() - 类 中的方法javax.mail.Message
Get the Message number for this Message.
getMessages() - 类 中的方法javax.mail.event.MessageCountEvent
Return the array of messages added or removed.
getMessages(int, int) - 类 中的方法javax.mail.Folder
Get the Message objects for message numbers ranging from start through end, both start and end inclusive.
getMessages(int[]) - 类 中的方法javax.mail.Folder
Get the Message objects for message numbers specified in the array.
getMessages() - 类 中的方法javax.mail.Folder
Get all Message objects from this Folder.
getMessages() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get all Message objects from this Folder.
getMessagesBySeqNumbers(int[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the message objects for the given sequence numbers.
getMessagesByUID(long, long) - 接口 中的方法javax.mail.UIDFolder
Get the Messages specified by the given range.
getMessagesByUID(long[]) - 接口 中的方法javax.mail.UIDFolder
Get the Messages specified by the given array of UIDs.
getMessagesByUID(long, long) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the Messages specified by the given range.
getMessagesByUID(long[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the Messages specified by the given array.
getMessagesByUIDChangedSince(long, long, long) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the messages that have been changed since the given MODSEQ value.
getMessageType() - 类 中的方法javax.mail.event.StoreEvent
Return the type of this event.
getMimeStream() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
Return the MIME format stream corresponding to this message part.
getMimeStream() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Return the MIME format stream corresponding to this message.
getMimeStream() - 类 中的方法net.iotgw.mail.pop3.POP3Message
Return the MIME format stream corresponding to this message part.
getMimeStream() - 接口 中的方法net.iotgw.mail.util.ReadableMime
Return the MIME format stream corresponding to this message part.
getMode() - 类 中的方法javax.mail.Folder
Return the open mode of this folder.
getMode() - 类 中的方法net.iotgw.mail.util.UUDecoderStream
Get the "mode" field from the prefix.
getModSeq() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Return the modification sequence number (MODSEQ) for this message.
getModSeq() - 类 中的方法net.iotgw.mail.imap.ModifiedSinceTerm
Return the modseq.
getModSeq() - 类 中的方法net.iotgw.mail.imap.ResyncData
Get the MODSEQ value specified when this instance was created.
getName() - 类 中的方法javax.mail.Folder
Returns the name of this Folder.
getName() - 类 中的方法javax.mail.Header
Returns the name of this header.
getName() - 类 中的方法javax.mail.internet.MimePartDataSource
DataSource method to return a name.
getName() - 类 中的方法javax.mail.util.ByteArrayDataSource
Get the name of the data.
getName() - 类 中的方法net.iotgw.mail.imap.ACL
Get the identifier name for this ACL entry.
getName() - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
getName() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the name of this folder.
getName() - 类 中的方法net.iotgw.mail.imap.protocol.FetchItem
 
getName() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getName() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
getName() - 类 中的方法net.iotgw.mail.util.UUDecoderStream
Get the "name" field from the prefix.
getNames() - 类 中的方法javax.mail.internet.ParameterList
Return an enumeration of the names of all parameters in this list.
getNegotiatedProperty(String) - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
getNewBytes() - 类 中的方法net.iotgw.mail.iap.ByteArray
Returns a new byte array that is a copy of the data.
getNewFolder() - 类 中的方法javax.mail.event.FolderEvent
If this event indicates that a folder is renamed, (i.e, the event type is RENAMED), then this method returns the Folder object representing the new name.
getNewMessageCount() - 类 中的方法javax.mail.Folder
Get the number of new messages in this Folder.
getNewMessageCount() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the new message count.
getNewsgroup() - 类 中的方法javax.mail.internet.NewsAddress
Get the newsgroup.
getNextException() - 异常错误 中的方法javax.mail.MessagingException
Get the next exception chained to this one.
getNonMatchingHeaderLines(String[]) - 类 中的方法javax.mail.internet.InternetHeaders
Return all non-matching header lines
getNonMatchingHeaderLines(String[]) - 类 中的方法javax.mail.internet.MimeBodyPart
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaderLines(String[]) - 类 中的方法javax.mail.internet.MimeMessage
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaderLines(String[]) - 接口 中的方法javax.mail.internet.MimePart
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaderLines(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getNonMatchingHeaderLines(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get all non-matching headerlines.
getNonMatchingHeaderLines(String[]) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaders(String[]) - 类 中的方法javax.mail.internet.InternetHeaders
Return all non-matching Header objects.
getNonMatchingHeaders(String[]) - 类 中的方法javax.mail.internet.MimeBodyPart
Return non-matching headers from this Message as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - 类 中的方法javax.mail.internet.MimeMessage
Return non-matching headers from this Message as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - 接口 中的方法javax.mail.Part
Return non-matching headers from this envelope as an Enumeration of Header objects.
getNonMatchingHeaders(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getNonMatchingHeaders(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get non-matching headers.
getNonMatchingHeaders(String[]) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Return non-matching headers from this Message as an Enumeration of Header objects.
getNoopStrict() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Is the NOOP command required to return a response code of 250 to indicate success?
getNotifyOptions() - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Get notification options.
getNTLMDomain() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Gets the NTLM domain to be used for NTLM authentication.
getNumber() - 类 中的方法javax.mail.search.IntegerComparisonTerm
Return the number to compare with.
getNumber() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPResponse
 
getOOBInline() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getOption(SocketOption<T>) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getOutputStream() - 类 中的方法javax.mail.internet.MimePartDataSource
DataSource method to return an output stream.
getOutputStream() - 类 中的方法javax.mail.util.ByteArrayDataSource
Return an OutputStream for the data.
getOutputStream() - 类 中的方法net.iotgw.mail.iap.Protocol
Return the Protocol's OutputStream
getOutputStream() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getParameter(String) - 类 中的方法javax.mail.internet.ContentDisposition
Return the specified parameter value.
getParameter(String) - 类 中的方法javax.mail.internet.ContentType
Return the specified parameter value.
getParameterList() - 类 中的方法javax.mail.internet.ContentDisposition
Return a ParameterList object that holds all the available parameters.
getParameterList() - 类 中的方法javax.mail.internet.ContentType
Return a ParameterList object that holds all the available parameters.
getParent() - 类 中的方法javax.mail.BodyPart
Return the containing Multipart object, or null if not known.
getParent() - 类 中的方法javax.mail.Folder
Returns the parent folder of this folder.
getParent() - 类 中的方法javax.mail.Multipart
Return the Part that contains this Multipart object, or null if not known.
getParent() - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
getParent() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get this folder's parent.
getParent() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getParent() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
getPart() - 类 中的方法javax.mail.MessageContext
Return the Part that contains the content.
getPassword() - 类 中的方法javax.mail.PasswordAuthentication
 
getPassword() - 类 中的方法javax.mail.URLName
Returns the password of this URLName.
getPasswordAuthentication() - 类 中的方法javax.mail.Authenticator
Called when password authentication is needed.
getPasswordAuthentication(URLName) - 类 中的方法javax.mail.Session
Return any saved PasswordAuthentication for this (store or transport) URLName.
getPattern() - 类 中的方法javax.mail.search.StringTerm
Return the string to match with.
getPeek() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get whether or not to use the PEEK variant of FETCH when fetching message content.
getPermanentFlags() - 类 中的方法javax.mail.Folder
Get the permanent flags supported by this Folder.
getPermanentFlags() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Return the permanent flags supported by the server.
getPermanentFlags() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getPermanentFlags() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always returns an empty Flags object because the POP3 protocol doesn't support any permanent flags.
getPersonal() - 类 中的方法javax.mail.internet.InternetAddress
Get the personal name.
getPersonalNamespaces() - 类 中的方法javax.mail.Store
Return a set of folders representing the personal namespaces for the current user.
getPersonalNamespaces() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Using the IMAP NAMESPACE command (RFC 2342), return a set of folders representing the Personal namespaces.
getPort() - 类 中的方法javax.mail.URLName
Returns the port number of this URLName.
getPort() - 异常错误 中的方法net.iotgw.mail.util.MailConnectException
The port we were trying to connect to.
getPort() - 异常错误 中的方法net.iotgw.mail.util.SocketConnectException
The port we were trying to connect to.
getPort() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getPos() - 异常错误 中的方法javax.mail.internet.AddressException
Get the position with the reference string where the error was detected (-1 if not relevant).
getPosition() - 接口 中的方法javax.mail.internet.SharedInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - 类 中的方法javax.mail.util.SharedByteArrayInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPosition() - 类 中的方法javax.mail.util.SharedFileInputStream
Return the current position in the InputStream, as an offset from the beginning of the InputStream.
getPreamble() - 类 中的方法javax.mail.internet.MimeMultipart
Get the preamble text, if any, that appears before the first body part of this multipart.
getPrimaryType() - 类 中的方法javax.mail.internet.ContentType
Return the primary type.
getProperties() - 类 中的方法javax.mail.Session
Returns the Properties object associated with this Session
getProperty(String) - 类 中的方法javax.mail.Session
Returns the value of the specified property.
getProtocol() - 类 中的方法javax.mail.Provider
Returns the protocol supported by this Provider.
getProtocol() - 类 中的方法javax.mail.URLName
Returns the protocol of this URLName.
getProtocol() - 异常错误 中的方法net.iotgw.mail.iap.ConnectionException
 
getProtocol() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Return the IMAPProtocol object for this folder.
getProtocol() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get this message's folder's protocol connection.
getProtocol() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
getProtocol() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Centralize access to the Protocol object by POP3Message objects so that they will fail appropriately when the folder is closed.
getProvider(String) - 类 中的方法javax.mail.Session
Returns the default Provider for the protocol specified.
getProviders() - 类 中的方法javax.mail.Session
This method returns an array of all the implementations installed via the javamail.
getProxyAuthUser() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Get the user name to be used with the PROXYAUTH command.
getProxyAuthUser() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Get the user name used with the PROXYAUTH command.
getPushFilter() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the push filter.
getPushLevel() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the push level.
getQuota(String) - 接口 中的方法javax.mail.QuotaAwareStore
Get the quotas for the named folder.
getQuota() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the quotas for the quotaroot associated with this folder.
getQuota(String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Get the quotas for the named quota root.
getQuota(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
GETQUOTA Command.
getQuotaRoot(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
GETQUOTAROOT Command.
getRawInputStream() - 类 中的方法javax.mail.internet.MimeBodyPart
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
getRawInputStream() - 类 中的方法javax.mail.internet.MimeMessage
Return an InputStream to the raw data with any Content-Transfer-Encoding intact.
getReceiveBufferSize() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getReceivedDate() - 类 中的方法javax.mail.internet.MimeMessage
Returns the Date on this message was received.
getReceivedDate() - 类 中的方法javax.mail.Message
Get the date this message was received.
getReceivedDate() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the received date (INTERNALDATE).
getReceivedDate() - 类 中的方法net.iotgw.mail.pop3.POP3Message
 
getRecipients(Message.RecipientType) - 类 中的方法javax.mail.internet.MimeMessage
Returns the recepients specified by the type.
getRecipients(Message.RecipientType) - 类 中的方法javax.mail.Message
Get all the recipient addresses of the given type.
getRecipients(Message.RecipientType) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the desired Recipient type.
getRecipientType() - 类 中的方法javax.mail.search.RecipientStringTerm
Return the type of recipient to match with.
getRecipientType() - 类 中的方法javax.mail.search.RecipientTerm
Return the type of recipient to match with.
getRef() - 异常错误 中的方法javax.mail.internet.AddressException
Get the string that was being parsed when the error was detected (null if not relevant).
getRef() - 类 中的方法javax.mail.URLName
Returns the reference of this URLName.
getRemainder() - 类 中的方法javax.mail.internet.HeaderTokenizer
Return the rest of the Header.
getRemoteSocketAddress() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getReplyTo() - 类 中的方法javax.mail.internet.MimeMessage
Return the value of the RFC 822 "Reply-To" header field.
getReplyTo() - 类 中的方法javax.mail.Message
Get the addresses to which replies should be directed.
getReplyTo() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the ReplyTo addresses.
getReportSuccess() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Should we report even successful sends by throwing an exception?
getRequestingPort() - 类 中的方法javax.mail.Authenticator
 
getRequestingPrompt() - 类 中的方法javax.mail.Authenticator
 
getRequestingProtocol() - 类 中的方法javax.mail.Authenticator
Give the protocol that's requesting the connection.
getRequestingSite() - 类 中的方法javax.mail.Authenticator
 
getRequireStartTLS() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Should we require the STARTTLS command to secure the connection?
getResponse() - 异常错误 中的方法net.iotgw.mail.iap.ProtocolException
Return the offending Response object.
getResponseBuffer() - 类 中的方法net.iotgw.mail.iap.Protocol
Return a buffer to be used to read a response.
getResponseBuffer() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Return a buffer to read a response into.
getRest() - 类 中的方法net.iotgw.mail.iap.Response
Return the rest of the response as a string, usually used to return the arbitrary message text after a NO response.
getResyncUIDSet(ResyncData) - 类 中的静态方法net.iotgw.mail.imap.Utility
Make the ResyncData UIDSet available to IMAPProtocol, which is in a different package.
getReturnCode() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPAddressFailedException
Return the return code from the SMTP server that indicates the reason for the failure.
getReturnCode() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPAddressSucceededException
Return the return code from the SMTP server that indicates the reason for the success.
getReturnCode() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPSenderFailedException
Return the return code from the SMTP server that indicates the reason for the failure.
getReturnCode() - 异常错误 中的方法net.iotgw.mail.smtp.SMTPSendFailedException
Return the return code from the SMTP server that indicates the reason for the failure.
getReturnOption() - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Return return option.
getReuseAddress() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getRights() - 类 中的方法net.iotgw.mail.imap.ACL
Get the rights associated with this ACL entry.
getRights() - 类 中的方法net.iotgw.mail.imap.Rights
Return all the rights in this Rights object.
getSASLEnabled() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Is SASL authentication enabled?
getSASLMechanisms() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Get the list of SASL mechanisms to consider if SASL authentication is enabled.
getSASLRealm() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Gets the SASL realm to be used for DIGEST-MD5 authentication.
getSearchSequence() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Get the SearchSequence object.
getSection() - 类 中的方法net.iotgw.mail.imap.protocol.BODY
 
getSecureRandom() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
getSendBufferSize() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getSender() - 类 中的方法javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Sender" header field.
getSender() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the "Sender" attribute.
getSendPartial() - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Send message if some addresses are invalid?
getSentDate() - 类 中的方法javax.mail.internet.MimeMessage
Returns the value of the RFC 822 "Date" field.
getSentDate() - 类 中的方法javax.mail.Message
Get the date this message was sent.
getSentDate() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the SentDate.
getSeparator() - 类 中的方法javax.mail.Folder
Return the delimiter character that separates this Folder's pathname from the names of immediate subfolders.
getSeparator() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the separator character.
getSeparator() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getSeparator() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always returns a NUL character because POP3 doesn't support a hierarchy.
getSequenceNumber() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get this message's IMAP sequence number.
getSequenceNumber() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
getSession() - 类 中的方法javax.mail.Message
Return the Session used when this message was created.
getSession() - 类 中的方法javax.mail.MessageContext
Return the Session we're operating in.
getSharedNamespaces() - 类 中的方法javax.mail.Store
Return a set of folders representing the shared namespaces.
getSharedNamespaces() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Using the IMAP NAMESPACE command (RFC 2342), return a set of folders representing the Shared namespaces.
getSize() - 类 中的方法javax.mail.internet.MimeBodyPart
Return the size of the content of this body part in bytes.
getSize() - 类 中的方法javax.mail.internet.MimeMessage
Return the size of the content of this message in bytes.
getSize() - 接口 中的方法javax.mail.Part
Return the size of the content of this part in bytes.
getSize() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
getSize() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the message size.
getSize() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
getSize() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Return the size of this folder, as was returned by the POP3 STAT command when this folder was opened.
getSize() - 类 中的方法net.iotgw.mail.pop3.POP3Message
Return the size of the content of this message in bytes.
getSizeLong() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the message size as a long.
getSizes() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Return the sizes of all messages in this folder, as returned by the POP3 LIST command.
getSocket(String, int, Properties, String, boolean) - 类 中的静态方法net.iotgw.mail.util.SocketFetcher
This method returns a Socket.
getSocket(String, int, Properties, String) - 类 中的静态方法net.iotgw.mail.util.SocketFetcher
 
getSoLinger() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getSortedMessages(SortTerm[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Sort the messages in the folder according to the sort criteria.
getSortedMessages(SortTerm[], SearchTerm) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Sort the messages in the folder according to the sort criteria.
getSoTimeout() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getStart() - 类 中的方法net.iotgw.mail.iap.ByteArray
Returns the start position
getStartTLS() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Should we use the STARTTLS command to secure the connection if the server supports it?
getStatusItem(String) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Use the IMAP STATUS command to get the indicated item.
getStore() - 类 中的方法javax.mail.Folder
Returns the Store that owns this Folder object.
getStore() - 类 中的方法javax.mail.Session
Get a Store object that implements this user's desired Store protocol.
getStore(String) - 类 中的方法javax.mail.Session
Get a Store object that implements the specified protocol.
getStore(URLName) - 类 中的方法javax.mail.Session
Get a Store object for the given URLName.
getStore(Provider) - 类 中的方法javax.mail.Session
Get an instance of the store specified by Provider.
getStore() - 异常错误 中的方法javax.mail.StoreClosedException
Returns the dead Store object.
getStoreProtocol() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get this folder's Store's protocol connection.
getSubject() - 类 中的方法javax.mail.internet.MimeMessage
Returns the value of the "Subject" header field.
getSubject() - 类 中的方法javax.mail.Message
Get the subject of this message.
getSubject() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Get the decoded subject.
getSubject() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Gets the formatter used to create the subject line.
getSubLogger(String, String) - 类 中的方法net.iotgw.mail.util.MailLogger
Create a MailLogger that uses a Logger whose name is composed of this MailLogger's name plus the specified sub-name, separated by a dot.
getSubLogger(String, String, boolean) - 类 中的方法net.iotgw.mail.util.MailLogger
Create a MailLogger that uses a Logger whose name is composed of this MailLogger's name plus the specified sub-name, separated by a dot.
getSubmitter() - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Gets the submitter to be used for the RFC 2554 AUTH= value in the MAIL FROM command.
getSubType() - 类 中的方法javax.mail.internet.ContentType
Return the subType.
getSupportedCipherSuites() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
getSystemFlags() - 类 中的方法javax.mail.Flags
Return all the system flags in this Flags object.
getTag() - 类 中的方法net.iotgw.mail.iap.Response
Return the tag, if this is a tagged statement.
getTail(Handler) - 类 中的方法net.iotgw.mail.util.logging.CollectorFormatter
Formats the collected LogRecord and summary statistics.
getTcpNoDelay() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getTerm() - 类 中的方法javax.mail.search.NotTerm
Return the term to negate.
getTerms() - 类 中的方法javax.mail.search.AndTerm
Return the search terms.
getTerms() - 类 中的方法javax.mail.search.OrTerm
Return the search terms.
getTestSet() - 类 中的方法javax.mail.search.FlagTerm
Return true if testing whether the flags are set.
getText() - 异常错误 中的方法net.iotgw.mail.imap.ReferralException
Return the text sent by the server along with the referral.
getTimestamp() - 类 中的方法net.iotgw.mail.iap.Protocol
Returns the timestamp.
getTrafficClass() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
getTransferData(DataFlavor, DataSource) - 类 中的方法net.iotgw.mail.handlers.handler_base
Return the Transfer Data of type DataFlavor from InputStream.
getTransferDataFlavors() - 类 中的方法net.iotgw.mail.handlers.handler_base
Return the DataFlavors for this DataContentHandler.
getTransport() - 类 中的方法javax.mail.Session
Get a Transport object that implements this user's desired Transport protcol.
getTransport(String) - 类 中的方法javax.mail.Session
Get a Transport object that implements the specified protocol.
getTransport(URLName) - 类 中的方法javax.mail.Session
Get a Transport object for the given URLName.
getTransport(Provider) - 类 中的方法javax.mail.Session
Get an instance of the transport specified in the Provider.
getTransport(Address) - 类 中的方法javax.mail.Session
Get a Transport object that can transport a Message of the specified address type.
getTrustedHosts() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
getTrustManagers() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
getType() - 类 中的方法javax.mail.Address
Return a type string that identifies this address type.
getType() - 类 中的方法javax.mail.event.ConnectionEvent
Return the type of this event
getType() - 类 中的方法javax.mail.event.FolderEvent
Return the type of this event.
getType() - 类 中的方法javax.mail.event.MessageCountEvent
Return the type of this event.
getType() - 类 中的方法javax.mail.event.TransportEvent
Return the type of this event.
getType() - 类 中的方法javax.mail.Folder
Returns the type of this Folder, that is, whether this folder can hold messages or subfolders or both.
getType() - 类 中的方法javax.mail.internet.HeaderTokenizer.Token
Return the type of the token.
getType() - 类 中的方法javax.mail.internet.InternetAddress
Return the type of this address.
getType() - 类 中的方法javax.mail.internet.NewsAddress
Return the type of this address.
getType() - 类 中的方法javax.mail.Provider
Returns the type of this Provider.
getType() - 类 中的方法net.iotgw.mail.iap.Response
 
getType() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the type of this folder.
getType() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
getType() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always returns Folder.HOLDS_MESSAGES.
getUID(Message) - 接口 中的方法javax.mail.UIDFolder
Get the UID for the specified message.
getUID(Message) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the UID for the specified message.
getUID() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Return the UID for this message.
getUID(Message) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Return the unique ID string for this message, or null if not available.
getUID(int) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
getUIDNext() - 接口 中的方法javax.mail.UIDFolder
Returns the predicted UID that will be assigned to the next message that is appended to this folder.
getUIDNext() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Returns the predicted UID that will be assigned to the next message that is appended to this folder.
getUIDNotSticky() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Servers that support the UIDPLUS extension (RFC 4315) may indicate that this folder does not support persistent UIDs; that is, UIDVALIDITY will be different each time the folder is opened.
getUIDs() - 类 中的方法net.iotgw.mail.imap.MessageVanishedEvent
Return the UIDs for this event.
getUIDValidity() - 接口 中的方法javax.mail.UIDFolder
Returns the UIDValidity value associated with this folder.
getUIDValidity() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Returns the UIDValidity for this folder.
getUIDValidity() - 类 中的方法net.iotgw.mail.imap.ResyncData
Get the UIDVALIDITY value specified when this instance was created.
getUnreadMessageCount() - 类 中的方法javax.mail.Folder
Get the total number of unread messages in this Folder.
getUnreadMessageCount() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the unread message count.
getURL() - 类 中的方法javax.mail.URLName
Constructs a URL from the URLName.
getUrl() - 异常错误 中的方法net.iotgw.mail.imap.protocol.IMAPReferralException
Return the IMAP URL in the referral.
getUrl() - 异常错误 中的方法net.iotgw.mail.imap.ReferralException
Return the IMAP URL in the referral.
getURLName() - 类 中的方法javax.mail.Folder
Return a URLName representing this folder.
getURLName() - 类 中的方法javax.mail.Service
Return a URLName representing this service.
getUseCanonicalHostName() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Should SASL use the canonical host name?
getUserFlags() - 类 中的方法javax.mail.Flags
Return all the user flags in this Flags object.
getUserName() - 类 中的方法javax.mail.PasswordAuthentication
 
getUsername() - 类 中的方法javax.mail.URLName
Returns the user name of this URLName.
getUserNamespaces(String) - 类 中的方法javax.mail.Store
Return a set of folders representing the namespaces for user.
getUserNamespaces(String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Using the IMAP NAMESPACE command (RFC 2342), return a set of folders representing the User's namespaces.
getUseRset() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Should we use the RSET command instead of the NOOP command in the @{link #isConnected isConnected} method?
getValidSentAddresses() - 类 中的方法javax.mail.event.TransportEvent
Return the addresses to which this message was sent succesfully.
getValidSentAddresses() - 异常错误 中的方法javax.mail.SendFailedException
Return the addresses to which this message was sent succesfully.
getValidUnsentAddresses() - 类 中的方法javax.mail.event.TransportEvent
Return the addresses that are valid but to which this message was not sent.
getValidUnsentAddresses() - 异常错误 中的方法javax.mail.SendFailedException
Return the addresses that are valid but to which this message was not sent.
getValue() - 类 中的方法javax.mail.Header
Returns the value of this header.
getValue() - 类 中的方法javax.mail.internet.HeaderTokenizer.Token
Returns the value of the token just read.
getValue() - 类 中的方法javax.mail.internet.InternetHeaders.InternetHeader
Return the "value" part of the header line.
getVendor() - 类 中的方法javax.mail.Provider
Returns the name of the vendor associated with this implementation or null.
getVersion() - 类 中的方法javax.mail.Provider
Returns the version of this implementation or null if no version.
grow(int) - 类 中的方法net.iotgw.mail.iap.ByteArray
Grow the byte array by incr bytes.
GT - 类 中的静态变量javax.mail.search.ComparisonTerm
 

H

handleCapabilityResponse(Response[]) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Handle any untagged CAPABILITY response in the Response array.
handleExtensionFetchItems(Map<String, Object>) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Apply the data in the extension FETCH items to this message.
handleFetchItem(Item, String[], boolean) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Apply the data in the FETCH item to this message.
handleLoginResult(Response) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Handle the result response for a LOGIN or AUTHENTICATE command.
handler_base - net.iotgw.mail.handlers中的类
Base class for other DataContentHandlers.
handler_base() - 类 的构造器net.iotgw.mail.handlers.handler_base
 
handleResponse(Response) - 接口 中的方法net.iotgw.mail.iap.ResponseHandler
 
handleResponse(Response) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
The response handler.
handleResponse(Response) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Response handler method.
handleResult(Response) - 类 中的方法net.iotgw.mail.iap.Protocol
Convenience routine to handle OK, NO, BAD and BYE responses.
hasCapability(String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Return true if the specified capability string is in the list of capabilities the server announced.
hasCapability(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Check whether the given capability is supported by this server.
hashCode() - 类 中的方法javax.mail.Flags
Compute a hash code for this Flags object.
hashCode() - 类 中的方法javax.mail.internet.InternetAddress
Compute a hash code for the address.
hashCode() - 类 中的方法javax.mail.internet.NewsAddress
Compute a hash code for the address.
hashCode() - 类 中的方法javax.mail.search.AddressTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.AndTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.ComparisonTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.DateTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.FlagTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.HeaderTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.IntegerComparisonTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.NotTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.OrTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.RecipientStringTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.RecipientTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.search.StringTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法javax.mail.URLName
Compute the hash code for this URLName.
hashCode() - 类 中的方法net.iotgw.mail.imap.ModifiedSinceTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法net.iotgw.mail.imap.OlderTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法net.iotgw.mail.imap.Rights
Compute a hash code for this Rights object.
hashCode() - 类 中的方法net.iotgw.mail.imap.YoungerTerm
Compute a hashCode for this object.
hashCode() - 类 中的方法net.iotgw.mail.util.logging.DurationFilter
Returns a hash code value for this filter.
hashCode() - 类 中的方法net.iotgw.mail.util.logging.SeverityComparator
Returns a hash code value for the object.
hasInferiors - 类 中的变量net.iotgw.mail.imap.protocol.ListInfo
 
hasInitialResponse() - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
hasNewMessages() - 类 中的方法javax.mail.Folder
Returns true if this Folder has new messages since the last time this indication was reset.
hasNewMessages() - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
hasNewMessages() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Check whether this folder has new messages.
hasNewMessages() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
hasNewMessages() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always returns false; the POP3 protocol provides no way to determine when a new message arrives.
hasResponse() - 类 中的方法net.iotgw.mail.iap.Protocol
Is another response available in our buffer?
Header - javax.mail中的类
The Header class stores a name/value pair to represent headers.
Header(String, String) - 类 的构造器javax.mail.Header
Construct a Header object.
header(HeaderTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
headers - 类 中的变量javax.mail.internet.InternetHeaders
The actual list of Headers, including placeholder entries.
headers - 类 中的变量javax.mail.internet.MimeBodyPart
The InternetHeaders object that stores all the headers of this body part.
headers - 类 中的变量javax.mail.internet.MimeMessage
The InternetHeaders object that stores the header of this message.
HEADERS - 类 中的静态变量net.iotgw.mail.imap.IMAPFolder.FetchProfileItem
HEADERS is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
HeaderTerm - javax.mail.search中的类
This class implements comparisons for Message headers.
HeaderTerm(String, String) - 类 的构造器javax.mail.search.HeaderTerm
Constructor.
HeaderTokenizer - javax.mail.internet中的类
This class tokenizes RFC822 and MIME headers into the basic symbols specified by RFC822 and MIME.
HeaderTokenizer(String, String, boolean) - 类 的构造器javax.mail.internet.HeaderTokenizer
Constructor that takes a rfc822 style header.
HeaderTokenizer(String, String) - 类 的构造器javax.mail.internet.HeaderTokenizer
Constructor.
HeaderTokenizer(String) - 类 的构造器javax.mail.internet.HeaderTokenizer
Constructor.
HeaderTokenizer.Token - javax.mail.internet中的类
The Token class represents tokens returned by the HeaderTokenizer.
helo(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Issue the HELO command.
highestmodseq - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The highest MODSEQ value.
highestmodseq - 类 中的变量net.iotgw.mail.imap.protocol.Status
 
HOLDS_FOLDERS - 类 中的静态变量javax.mail.Folder
This folder can contain other folders
HOLDS_MESSAGES - 类 中的静态变量javax.mail.Folder
This folder can contain messages
host - 类 中的变量javax.mail.internet.NewsAddress
 
host - 类 中的变量net.iotgw.mail.iap.Protocol
 
host - 类 中的变量net.iotgw.mail.imap.IMAPStore
 

I

id(Map<String, String>) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Send the IMAP ID command (if supported by the server) and return the result from the server.
id(Map<String, String>) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Send the IMAP ID command (if supported by the server) and return the result from the server.
id - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
ID - net.iotgw.mail.imap.protocol中的类
This class represents the response to the ID command.
ID(Response) - 类 的构造器net.iotgw.mail.imap.protocol.ID
Parse the server parameter list out of the response.
id(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
已过时。
As of JavaMail 1.5.1, replaced by id(Map<String,String>)
id(Map<String, String>) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
ID Command.
ID_ADDRESS - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_ARGUMENTS - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_COMMAND - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_DATE - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_ENVIRONMENT - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_NAME - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_OS - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_OS_VERSION - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_SUPPORT_URL - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_VENDOR - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
ID_VERSION - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
 
idle() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Use the IMAP IDLE command (see RFC 2177), if supported by the server, to enter idle mode so that the server can send unsolicited notifications of new messages arriving, etc.
idle(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Like IMAPFolder.idle(), but if once is true, abort the IDLE command after the first notification, to allow the caller to process any notification synchronously.
idle() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Use the IMAP IDLE command (see RFC 2177), if supported by the server, to enter idle mode so that the server can send unsolicited notifications without the need for the client to constantly poll the server.
idleAbort() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Abort an IDLE command.
IdleManager - net.iotgw.mail.imap中的类
IdleManager uses the optional IMAP IDLE command (RFC 2177) to watch multiple folders for new messages.
IdleManager(Session, Executor) - 类 的构造器net.iotgw.mail.imap.IdleManager
Create an IdleManager.
idleStart() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
IDLE Command.
ignore(StackTraceElement) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Determines if a stack frame should be ignored as the cause of an error.
ignoreBodyStructureSize() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
ignoreBodyStructureSize() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
ignoreCase - 类 中的变量javax.mail.search.StringTerm
Ignore case when comparing?
ignoreExistingBoundaryParameter - 类 中的变量javax.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoreexistingboundaryparameter" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
ignoreMissingBoundaryParameter - 类 中的变量javax.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoremissingboundaryparameter" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
ignoreMissingEndBoundary - 类 中的变量javax.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoremissingendboundary" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
IllegalWriteException - javax.mail中的异常错误
The exception thrown when a write is attempted on a read-only attribute of any Messaging object.
IllegalWriteException() - 异常错误 的构造器javax.mail.IllegalWriteException
Constructs an IllegalWriteException with no detail message.
IllegalWriteException(String) - 异常错误 的构造器javax.mail.IllegalWriteException
Constructs an IllegalWriteException with the specified detail message.
IllegalWriteException(String, Exception) - 异常错误 的构造器javax.mail.IllegalWriteException
Constructs an IllegalWriteException with the specified detail message and embedded exception.
image_gif - net.iotgw.mail.handlers中的类
DataContentHandler for image/gif.
image_gif() - 类 的构造器net.iotgw.mail.handlers.image_gif
 
image_jpeg - net.iotgw.mail.handlers中的类
DataContentHandler for image/jpeg.
image_jpeg() - 类 的构造器net.iotgw.mail.handlers.image_jpeg
 
IMAPBodyPart - net.iotgw.mail.imap中的类
An IMAP body part.
IMAPBodyPart(BODYSTRUCTURE, String, IMAPMessage) - 类 的构造器net.iotgw.mail.imap.IMAPBodyPart
 
IMAPFolder - net.iotgw.mail.imap中的类
This class implements an IMAP folder.
IMAPFolder(String, char, IMAPStore, Boolean) - 类 的构造器net.iotgw.mail.imap.IMAPFolder
Constructor used to create a possibly non-existent folder.
IMAPFolder(ListInfo, IMAPStore) - 类 的构造器net.iotgw.mail.imap.IMAPFolder
Constructor used to create an existing folder.
IMAPFolder.FetchProfileItem - net.iotgw.mail.imap中的类
A fetch profile item for fetching headers.
IMAPFolder.ProtocolCommand - net.iotgw.mail.imap中的接口
A simple interface for user-defined IMAP protocol commands.
IMAPInputStream - net.iotgw.mail.imap中的类
This class implements an IMAP data stream.
IMAPInputStream(IMAPMessage, String, int, boolean) - 类 的构造器net.iotgw.mail.imap.IMAPInputStream
Create an IMAPInputStream.
IMAPMessage - net.iotgw.mail.imap中的类
This class implements an IMAPMessage object.
IMAPMessage(IMAPFolder, int) - 类 的构造器net.iotgw.mail.imap.IMAPMessage
Constructor.
IMAPMessage(Session) - 类 的构造器net.iotgw.mail.imap.IMAPMessage
Constructor, for use by IMAPNestedMessage.
IMAPMessage.FetchProfileCondition - net.iotgw.mail.imap中的类
This class implements the test to be done on each message in the folder.
IMAPMultipartDataSource - net.iotgw.mail.imap中的类
This class
IMAPMultipartDataSource(MimePart, BODYSTRUCTURE[], String, IMAPMessage) - 类 的构造器net.iotgw.mail.imap.IMAPMultipartDataSource
 
IMAPNestedMessage - net.iotgw.mail.imap中的类
This class implements a nested IMAP message
IMAPProtocol - net.iotgw.mail.imap.protocol中的类
This class extends the iap.Protocol object and implements IMAP semantics.
IMAPProtocol(String, String, int, Properties, boolean, MailLogger) - 类 的构造器net.iotgw.mail.imap.protocol.IMAPProtocol
Constructor.
IMAPProtocol(InputStream, PrintStream, Properties, boolean) - 类 的构造器net.iotgw.mail.imap.protocol.IMAPProtocol
Constructor for debugging.
IMAPProvider - net.iotgw.mail.imap中的类
The IMAP protocol provider.
IMAPProvider() - 类 的构造器net.iotgw.mail.imap.IMAPProvider
 
IMAPReferralException - net.iotgw.mail.imap.protocol中的异常错误
A ProtocolException that includes IMAP login referral information.
IMAPReferralException(String, String) - 异常错误 的构造器net.iotgw.mail.imap.protocol.IMAPReferralException
Constructs an IMAPReferralException with the specified detail message.
IMAPResponse - net.iotgw.mail.imap.protocol中的类
This class represents a response obtained from the input stream of an IMAP server.
IMAPResponse(Protocol) - 类 的构造器net.iotgw.mail.imap.protocol.IMAPResponse
 
IMAPResponse(IMAPResponse) - 类 的构造器net.iotgw.mail.imap.protocol.IMAPResponse
Copy constructor.
IMAPResponse(String) - 类 的构造器net.iotgw.mail.imap.protocol.IMAPResponse
For testing.
IMAPResponse(String, boolean) - 类 的构造器net.iotgw.mail.imap.protocol.IMAPResponse
For testing.
IMAPSaslAuthenticator - net.iotgw.mail.imap.protocol中的类
This class contains a single method that does authentication using SASL.
IMAPSaslAuthenticator(IMAPProtocol, String, Properties, MailLogger, String) - 类 的构造器net.iotgw.mail.imap.protocol.IMAPSaslAuthenticator
 
IMAPSSLProvider - net.iotgw.mail.imap中的类
The IMAP SSL protocol provider.
IMAPSSLProvider() - 类 的构造器net.iotgw.mail.imap.IMAPSSLProvider
 
IMAPSSLStore - net.iotgw.mail.imap中的类
This class provides access to an IMAP message store over SSL.
IMAPSSLStore(Session, URLName) - 类 的构造器net.iotgw.mail.imap.IMAPSSLStore
Constructor that takes a Session object and a URLName that represents a specific IMAP server.
IMAPStore - net.iotgw.mail.imap中的类
This class provides access to an IMAP message store.
IMAPStore(Session, URLName) - 类 的构造器net.iotgw.mail.imap.IMAPStore
Constructor that takes a Session object and a URLName that represents a specific IMAP server.
IMAPStore(Session, URLName, String, boolean) - 类 的构造器net.iotgw.mail.imap.IMAPStore
Constructor used by this class and by IMAPSSLStore subclass.
in - 类 中的变量javax.mail.util.SharedFileInputStream
The file containing the data.
INDETERMINATE - 类 中的静态变量net.iotgw.mail.imap.protocol.ListInfo
 
index - 类 中的变量net.iotgw.mail.iap.Response
 
init() - 类 中的静态方法net.iotgw.mail.auth.OAuth2SaslClientFactory
Initialize this OAUTH2 provider, but only if there isn't one already.
initializeProperties() - 类 中的方法javax.mail.internet.MimeMultipart
Initialize flags that control parsing behavior, based on System properties described above in the class documentation.
INLINE - 接口 中的静态变量javax.mail.Part
This part should be presented inline.
inReplyTo - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
INSERT - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Insert - perform APPEND, COPY into mailbox.
IntegerComparisonTerm - javax.mail.search中的类
This class implements comparisons for integers.
IntegerComparisonTerm(int, int) - 类 的构造器javax.mail.search.IntegerComparisonTerm
 
INTERNALDATE - 类 中的静态变量net.iotgw.mail.imap.IMAPFolder.FetchProfileItem
INTERNALDATE is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
INTERNALDATE - net.iotgw.mail.imap.protocol中的类
An INTERNALDATE FETCH item.
INTERNALDATE(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.INTERNALDATE
Constructor.
InternetAddress - javax.mail.internet中的类
This class represents an Internet email address using the syntax of RFC822.
InternetAddress() - 类 的构造器javax.mail.internet.InternetAddress
Default constructor.
InternetAddress(String) - 类 的构造器javax.mail.internet.InternetAddress
Constructor.
InternetAddress(String, boolean) - 类 的构造器javax.mail.internet.InternetAddress
Parse the given string and create an InternetAddress.
InternetAddress(String, String) - 类 的构造器javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetAddress(String, String, String) - 类 的构造器javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetHeader(String) - 类 的构造器javax.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a line and splits out the header name.
InternetHeader(String, String) - 类 的构造器javax.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a header name and value.
InternetHeaders - javax.mail.internet中的类
InternetHeaders is a utility class that manages RFC822 style headers.
InternetHeaders() - 类 的构造器javax.mail.internet.InternetHeaders
Create an empty InternetHeaders object.
InternetHeaders(InputStream) - 类 的构造器javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
InternetHeaders(InputStream, boolean) - 类 的构造器javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
InternetHeaders.InternetHeader - javax.mail.internet中的类
An individual internet header.
invalid - 类 中的变量javax.mail.event.TransportEvent
The invalid addresses.
invalid - 异常错误 中的变量javax.mail.SendFailedException
 
invalidate(boolean) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Invalidate the cache of content for this message object, causing it to be fetched again from the server the next time it is needed.
invalidateHeaders() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Invalidate cached header and envelope information for this message.
isAscii(SearchTerm) - 类 中的静态方法net.iotgw.mail.imap.protocol.SearchSequence
Check if the "text" terms in the given SearchTerm contain non US-ASCII characters.
isAscii(SearchTerm[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.SearchSequence
Check if any of the "text" terms in the given SearchTerms contain non US-ASCII characters.
isAscii(String) - 类 中的静态方法net.iotgw.mail.imap.protocol.SearchSequence
Does this string contain only ASCII characters?
isAuthenticated() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Returns true if the connection has been authenticated, either due to a successful login, or due to a PREAUTH greeting response.
isBAD() - 类 中的方法net.iotgw.mail.iap.Response
 
isBound() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
isBYE() - 类 中的方法net.iotgw.mail.iap.Response
 
isClosed() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
isComplete() - 类 中的方法javax.mail.internet.MimeMultipart
Return true if the final boundary line for this multipart was seen.
isComplete() - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
isConnected() - 类 中的方法javax.mail.Service
Is this service currently connected?
isConnected() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Check whether this store is connected.
isConnected() - 类 中的方法net.iotgw.mail.pop3.POP3Store
Check whether this store is connected.
isConnected() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Check whether the transport is connected.
isConnected() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
isContinuation() - 类 中的方法net.iotgw.mail.iap.Response
 
isEnabled(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Is the capability/extension enabled?
isExpunged() - 类 中的方法javax.mail.Message
Checks whether this message is expunged.
isExpunged() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
isGroup() - 类 中的方法javax.mail.internet.InternetAddress
Indicates whether this address is an RFC 822 group address.
isHeader() - 类 中的方法net.iotgw.mail.imap.protocol.BODY
 
isHeader() - 类 中的方法net.iotgw.mail.imap.protocol.RFC822DATA
 
isIdle() - 类 中的方法net.iotgw.mail.util.logging.DurationFilter
Determines if this filter is able to accept the maximum number of log records for this instant in time.
isInputShutdown() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
isLoggable(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.DurationFilter
Check if the given log record should be published.
isLoggable() - 类 中的方法net.iotgw.mail.util.logging.DurationFilter
Determines if this filter will accept log records for this instant in time.
isLoggable(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Check if this Handler would actually log a given LogRecord into its internal buffer.
isLoggable(Level) - 类 中的方法net.iotgw.mail.util.MailLogger
If "debug" is set, or our embedded Logger is loggable at the given level, return true.
isMimeType(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Is this Part of the specified MIME type?
isMimeType(String) - 类 中的方法javax.mail.internet.MimeMessage
Is this Part of the specified MIME type?
isMimeType(String) - 接口 中的方法javax.mail.Part
Is this Part of the specified MIME type?
isMulti() - 类 中的方法net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
isNamespace - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
isNested() - 类 中的方法net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
isNextNonSpace(char) - 类 中的方法net.iotgw.mail.iap.Response
Skip past any spaces.
isNO() - 类 中的方法net.iotgw.mail.iap.Response
 
isNormal(Throwable) - 类 中的方法net.iotgw.mail.util.logging.SeverityComparator
Determines if the given throwable instance is "normal occurrence".
isOK() - 类 中的方法net.iotgw.mail.iap.Response
 
isOpen() - 类 中的方法javax.mail.Folder
Indicates whether this Folder is in the 'open' state.
isOpen() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Check whether this connection is really open.
isOpen() - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
isOpen() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
isOutputShutdown() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
isRemoved() - 类 中的方法javax.mail.event.MessageCountEvent
Indicates whether this event is the result of an explicit expunge by this client, or due to an expunge from external sources.
isREV1() - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
isREV1() - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
isREV1() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Returns true if this is an IMAP4rev1 server
isRunning() - 类 中的方法net.iotgw.mail.imap.IdleManager
Is the IdleManager currently running?
isServerTrusted(String, SSLSocket) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
After a successful conection to the server, this method is called to ensure that the server should be trusted.
isSet(Flags.Flag) - 类 中的方法javax.mail.internet.MimeMessage
Check whether the flag specified in the flag argument is set in this message.
isSet(Flags.Flag) - 类 中的方法javax.mail.Message
Check whether the flag specified in the flag argument is set in this message.
isSet(Flags.Flag) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Test if the given Flags are set in this message.
isSingle() - 类 中的方法net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
isSSL() - 类 中的方法net.iotgw.mail.iap.Protocol
Is this connection using an SSL socket?
isSSL - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
isSSL() - 类 中的方法net.iotgw.mail.imap.IMAPStore
Does this IMAPStore use SSL when connecting to the server?
isSSL() - 类 中的方法net.iotgw.mail.pop3.POP3Store
Is this POP3Store using SSL to connect to the server?
isSSL() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Is this Transport using SSL to connect to the server?
isSubscribed() - 类 中的方法javax.mail.Folder
Returns true if this Folder is subscribed.
isSubscribed() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Check whether this folder is subscribed.
issueCommand(String, int) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Send the command to the server.
isSynthetic() - 类 中的方法net.iotgw.mail.iap.Response
 
isTagged() - 类 中的方法net.iotgw.mail.iap.Response
 
isTracing() - 类 中的方法net.iotgw.mail.iap.Protocol
Is protocol tracing enabled?
isTrustAllHosts() - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
isUnTagged() - 类 中的方法net.iotgw.mail.iap.Response
 
Item(String) - 类 的构造器javax.mail.FetchProfile.Item
Constructor for an item.
Item - net.iotgw.mail.imap.protocol中的接口
A tagging interface for all IMAP data items.
items - 类 中的变量net.iotgw.mail.iap.Argument
 
items - 类 中的变量net.iotgw.mail.imap.IMAPMessage
A map of the extension FETCH items.
items - 类 中的变量net.iotgw.mail.imap.protocol.Status
 

J

javaCharset(String) - 类 中的静态方法javax.mail.internet.MimeUtility
Convert a MIME charset name into a valid Java charset name.
javax.mail - 程序包 javax.mail
The JavaMail™ API provides classes that model a mail system.
javax.mail.event - 程序包 javax.mail.event
Listeners and events for the JavaMail API.
javax.mail.internet - 程序包 javax.mail.internet
Classes specific to Internet mail systems.
javax.mail.search - 程序包 javax.mail.search
Message search terms for the JavaMail API.
javax.mail.util - 程序包 javax.mail.util
JavaMail API utility classes.

K

KEEP_SEEN - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Keep seen/unseen information across sessions - STORE \SEEN flag.
keepConnectionAlive(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Issue a noop command for the connection if the connection has not been used in more than a second.
keyEquals(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPResponse
 

L

language - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
lastb - 类 中的变量net.iotgw.mail.util.CRLFOutputStream
 
LASTUID - 接口 中的静态变量javax.mail.UIDFolder
This is a special value that can be used as the end parameter in getMessagesByUID(start, end), to denote the UID of the last message in the folder.
LE - 类 中的静态变量javax.mail.search.ComparisonTerm
 
level - 类 中的变量net.iotgw.mail.util.LogOutputStream
 
limit - 类 中的变量javax.mail.Quota.Resource
The usage limit for the resource.
LineInputStream - net.iotgw.mail.util中的类
This class is to support reading CRLF terminated lines that contain only US-ASCII characters from an input stream.
LineInputStream(InputStream) - 类 的构造器net.iotgw.mail.util.LineInputStream
 
LineInputStream(InputStream, boolean) - 类 的构造器net.iotgw.mail.util.LineInputStream
 
LineOutputStream - net.iotgw.mail.util中的类
This class is to support writing out Strings as a sequence of bytes terminated by a CRLF sequence.
LineOutputStream(OutputStream) - 类 的构造器net.iotgw.mail.util.LineOutputStream
 
LineOutputStream(OutputStream, boolean) - 类 的构造器net.iotgw.mail.util.LineOutputStream
 
lines - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
list(String) - 类 中的方法javax.mail.Folder
Returns a list of Folders belonging to this Folder's namespace that match the specified pattern.
list() - 类 中的方法javax.mail.Folder
Convenience method that returns the list of folders under this Folder.
list(String) - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
list(String) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
List all subfolders matching the specified pattern.
list(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
LIST Command.
list(String) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
list(String) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always throws MessagingException because no POP3 folders can contain subfolders.
listCommand() - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Return the raw results of the POP3 LIST command with no arguments.
ListInfo - net.iotgw.mail.imap.protocol中的类
A LIST response.
ListInfo(IMAPResponse) - 类 的构造器net.iotgw.mail.imap.protocol.ListInfo
 
listRights(String) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get all the rights that may be allowed to the given identifier.
listRights(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
LISTRIGHTS Command.
listSubscribed(String) - 类 中的方法javax.mail.Folder
Returns a list of subscribed Folders belonging to this Folder's namespace that match the specified pattern.
listSubscribed() - 类 中的方法javax.mail.Folder
Convenience method that returns the list of subscribed folders under this Folder.
listSubscribed(String) - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
listSubscribed(String) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
List all subscribed subfolders matching the specified pattern.
Literal - net.iotgw.mail.iap中的接口
An interface for objects that provide data dynamically for use in a literal protocol element.
LiteralException - net.iotgw.mail.iap中的异常错误
 
LiteralException(Response) - 异常错误 的构造器net.iotgw.mail.iap.LiteralException
Constructs a LiteralException with the specified Response object.
load(InputStream) - 类 中的方法javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
load(InputStream, boolean) - 类 中的方法javax.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
log(String) - 类 中的方法net.iotgw.mail.util.LogOutputStream
Log the specified message.
log(Level, String) - 类 中的方法net.iotgw.mail.util.MailLogger
Log the message at the specified level.
log(Level, String, Object) - 类 中的方法net.iotgw.mail.util.MailLogger
Log the message at the specified level.
log(Level, String, Object...) - 类 中的方法net.iotgw.mail.util.MailLogger
Log the message at the specified level.
log(Level, String, Throwable) - 类 中的方法net.iotgw.mail.util.MailLogger
Log the message at the specified level.
logf(Level, String, Object...) - 类 中的方法net.iotgw.mail.util.MailLogger
Log the message at the specified level using a format string.
logger - 类 中的变量net.iotgw.mail.iap.Protocol
 
logger - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
logger - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
logger - 类 中的变量net.iotgw.mail.util.LogOutputStream
 
login(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
LOGIN Command.
logout() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
LOGOUT Command.
LogOutputStream - net.iotgw.mail.util中的类
Capture output lines and send them to the mail logger.
LogOutputStream(MailLogger) - 类 的构造器net.iotgw.mail.util.LogOutputStream
Log to the specified logger.
LOOKUP - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Lookup - mailbox is visible to LIST/LSUB commands.
lsub(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
LSUB Command.
LT - 类 中的静态变量javax.mail.search.ComparisonTerm
 

M

MailboxInfo - net.iotgw.mail.imap.protocol中的类
Information collected when opening a mailbox.
MailboxInfo(Response[]) - 类 的构造器net.iotgw.mail.imap.protocol.MailboxInfo
Collect the information about this mailbox from the responses to a SELECT or EXAMINE.
MailConnectException - net.iotgw.mail.util中的异常错误
A MessagingException that indicates a socket connection attempt failed.
MailConnectException(SocketConnectException) - 异常错误 的构造器net.iotgw.mail.util.MailConnectException
Constructs a MailConnectException.
MailDateFormat - javax.mail.internet中的类
Formats and parses date specification based on RFC 2822.
MailDateFormat() - 类 的构造器javax.mail.internet.MailDateFormat
Create a new date format for the RFC2822 specification with lenient parsing.
MailEvent - javax.mail.event中的类
Common base class for mail events, defining the dispatch method.
MailEvent(Object) - 类 的构造器javax.mail.event.MailEvent
Construct a MailEvent referring to the given source.
mailFrom() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Issue the MAIL FROM: command to start sending a message.
MailHandler - net.iotgw.mail.util.logging中的类
Handler that formats log records as an email message.
MailHandler() - 类 的构造器net.iotgw.mail.util.logging.MailHandler
Creates a MailHandler that is configured by the LogManager configuration properties.
MailHandler(int) - 类 的构造器net.iotgw.mail.util.logging.MailHandler
Creates a MailHandler that is configured by the LogManager configuration properties but overrides the LogManager capacity with the given capacity.
MailHandler(Properties) - 类 的构造器net.iotgw.mail.util.logging.MailHandler
Creates a mail handler with the given mail properties.
MailLogger - net.iotgw.mail.util中的类
A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger.
MailLogger(String, String, boolean, PrintStream) - 类 的构造器net.iotgw.mail.util.MailLogger
Construct a new MailLogger using the specified Logger name, debug prefix (e.g., "DEBUG"), debug flag, and PrintStream.
MailLogger(Class<?>, String, boolean, PrintStream) - 类 的构造器net.iotgw.mail.util.MailLogger
Construct a new MailLogger using the specified class' package name as the Logger name, debug prefix (e.g., "DEBUG"), debug flag, and PrintStream.
MailLogger(Class<?>, String, String, boolean, PrintStream) - 类 的构造器net.iotgw.mail.util.MailLogger
Construct a new MailLogger using the specified class' package name combined with the specified subname as the Logger name, debug prefix (e.g., "DEBUG"), debug flag, and PrintStream.
MailLogger(String, String, Session) - 类 的构造器net.iotgw.mail.util.MailLogger
已过时。
MailLogger(Class<?>, String, Session) - 类 的构造器net.iotgw.mail.util.MailLogger
已过时。
MailSessionDefinition - javax.mail中的注释类型
Annotation used by Java EE applications to define a MailSession to be registered with JNDI.
MailSessionDefinitions - javax.mail中的注释类型
Declares one or more MailSessionDefinition annotations.
MailSSLSocketFactory - net.iotgw.mail.util中的类
An SSL socket factory that makes it easier to specify trust.
MailSSLSocketFactory() - 类 的构造器net.iotgw.mail.util.MailSSLSocketFactory
Initializes a new MailSSLSocketFactory.
MailSSLSocketFactory(String) - 类 的构造器net.iotgw.mail.util.MailSSLSocketFactory
Initializes a new MailSSLSocketFactory with a given protocol.
mark(int) - 类 中的方法javax.mail.util.SharedFileInputStream
See the general contract of the mark method of InputStream.
markSupported() - 类 中的方法javax.mail.util.SharedFileInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - 类 中的方法net.iotgw.mail.util.BASE64DecoderStream
Tests if this input stream supports marks.
markSupported() - 类 中的方法net.iotgw.mail.util.QPDecoderStream
Tests if this input stream supports marks.
markSupported() - 类 中的方法net.iotgw.mail.util.UUDecoderStream
 
match(ContentType) - 类 中的方法javax.mail.internet.ContentType
Match with the specified ContentType object.
match(String) - 类 中的方法javax.mail.internet.ContentType
Match with the specified content-type string.
match(SearchTerm) - 类 中的方法javax.mail.Message
Apply the specified Search criterion to this message.
match(Address) - 类 中的方法javax.mail.search.AddressStringTerm
Check whether the address pattern specified in the constructor is a substring of the string representation of the given Address object.
match(Address) - 类 中的方法javax.mail.search.AddressTerm
Match against the argument Address.
match(Message) - 类 中的方法javax.mail.search.AndTerm
The AND operation.
match(Message) - 类 中的方法javax.mail.search.BodyTerm
The match method.
match(Date) - 类 中的方法javax.mail.search.DateTerm
The date comparison method.
match(Message) - 类 中的方法javax.mail.search.FlagTerm
The comparison method.
match(Message) - 类 中的方法javax.mail.search.FromStringTerm
Check whether the address string specified in the constructor is a substring of the From address of this Message.
match(Message) - 类 中的方法javax.mail.search.FromTerm
The address comparator.
match(Message) - 类 中的方法javax.mail.search.HeaderTerm
The header match method.
match(int) - 类 中的方法javax.mail.search.IntegerComparisonTerm
 
match(Message) - 类 中的方法javax.mail.search.MessageIDTerm
The match method.
match(Message) - 类 中的方法javax.mail.search.MessageNumberTerm
The match method.
match(Message) - 类 中的方法javax.mail.search.NotTerm
 
match(Message) - 类 中的方法javax.mail.search.OrTerm
The OR operation.
match(Message) - 类 中的方法javax.mail.search.ReceivedDateTerm
The match method.
match(Message) - 类 中的方法javax.mail.search.RecipientStringTerm
Check whether the address specified in the constructor is a substring of the recipient address of this Message.
match(Message) - 类 中的方法javax.mail.search.RecipientTerm
The match method.
match(Message) - 类 中的方法javax.mail.search.SearchTerm
This method applies a specific match criterion to the given message and returns the result.
match(Message) - 类 中的方法javax.mail.search.SentDateTerm
The match method.
match(Message) - 类 中的方法javax.mail.search.SizeTerm
The match method.
match(String) - 类 中的方法javax.mail.search.StringTerm
 
match(Message) - 类 中的方法javax.mail.search.SubjectTerm
The match method.
match(Message) - 类 中的方法net.iotgw.mail.imap.ModifiedSinceTerm
The match method.
match(Message) - 类 中的方法net.iotgw.mail.imap.OlderTerm
The match method.
match(Message) - 类 中的方法net.iotgw.mail.imap.YoungerTerm
The match method.
MAXUID - 接口 中的静态变量javax.mail.UIDFolder
The largest value possible for a UID, a 32-bit unsigned integer.
mbox - 类 中的变量net.iotgw.mail.imap.protocol.Status
 
MD4 - net.iotgw.mail.auth中的类
The MD4 class is used to compute an MD4 message digest over a given buffer of bytes.
MD4() - 类 的构造器net.iotgw.mail.auth.MD4
Standard constructor, creates a new MD4 instance.
md5 - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
message - 类 中的变量javax.mail.event.StoreEvent
The message text to be presented to the user.
Message - javax.mail中的类
This class models an email message.
Message() - 类 的构造器javax.mail.Message
No-arg version of the constructor.
Message(Folder, int) - 类 的构造器javax.mail.Message
Constructor that takes a Folder and a message number.
Message(Session) - 类 的构造器javax.mail.Message
Constructor that takes a Session.
MESSAGE - 类 中的静态变量net.iotgw.mail.imap.IMAPFolder.FetchProfileItem
MESSAGE is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
Message.RecipientType - javax.mail中的类
This inner class defines the types of recipients allowed by the Message class.
MESSAGE_DELIVERED - 类 中的静态变量javax.mail.event.TransportEvent
Message has been successfully delivered to all recipients by the transport firing this event. validSent[] contains all the addresses this transport sent to successfully. validUnsent[] and invalid[] should be null,
MESSAGE_NOT_DELIVERED - 类 中的静态变量javax.mail.event.TransportEvent
Message was not sent for some reason. validSent[] should be null.
MESSAGE_PARTIALLY_DELIVERED - 类 中的静态变量javax.mail.event.TransportEvent
Message was successfully sent to some recipients but not to all.
message_rfc822 - net.iotgw.mail.handlers中的类
 
message_rfc822() - 类 的构造器net.iotgw.mail.handlers.message_rfc822
 
MessageAware - javax.mail中的接口
An interface optionally implemented by DataSources to supply information to a DataContentHandler about the message context in which the data content object is operating.
messageCache - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
MessageCache - net.iotgw.mail.imap中的类
A cache of IMAPMessage objects along with the mapping from message number to IMAP sequence number.
messageCacheLock - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
messageChanged(MessageChangedEvent) - 接口 中的方法javax.mail.event.MessageChangedListener
Invoked when a message is changed.
MessageChangedEvent - javax.mail.event中的类
This class models Message change events.
MessageChangedEvent(Object, int, Message) - 类 的构造器javax.mail.event.MessageChangedEvent
Constructor.
MessageChangedListener - javax.mail.event中的接口
This is the Listener interface for MessageChanged events
MessageContext - javax.mail中的类
The context in which a piece of Message content is contained.
MessageContext(Part) - 类 的构造器javax.mail.MessageContext
Create a MessageContext object describing the context of the given Part.
MessageCountAdapter - javax.mail.event中的类
The adapter which receives MessageCount events.
MessageCountAdapter() - 类 的构造器javax.mail.event.MessageCountAdapter
 
MessageCountEvent - javax.mail.event中的类
This class notifies changes in the number of messages in a folder.
MessageCountEvent(Folder, int, boolean, Message[]) - 类 的构造器javax.mail.event.MessageCountEvent
Constructor.
MessageCountListener - javax.mail.event中的接口
This is the Listener interface for MessageCount events.
messageDelivered(TransportEvent) - 类 中的方法javax.mail.event.TransportAdapter
 
messageDelivered(TransportEvent) - 接口 中的方法javax.mail.event.TransportListener
Invoked when a Message is succesfully delivered.
messageId - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
messageid(MessageIDTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
MessageIDTerm - javax.mail.search中的类
This term models the RFC822 "MessageId" - a message-id for Internet messages that is supposed to be unique per message.
MessageIDTerm(String) - 类 的构造器javax.mail.search.MessageIDTerm
Constructor.
messageNotDelivered(TransportEvent) - 类 中的方法javax.mail.event.TransportAdapter
 
messageNotDelivered(TransportEvent) - 接口 中的方法javax.mail.event.TransportListener
Invoked when a Message is not delivered.
MessageNumberTerm - javax.mail.search中的类
This class implements comparisons for Message numbers.
MessageNumberTerm(int) - 类 的构造器javax.mail.search.MessageNumberTerm
Constructor.
messagePartiallyDelivered(TransportEvent) - 类 中的方法javax.mail.event.TransportAdapter
 
messagePartiallyDelivered(TransportEvent) - 接口 中的方法javax.mail.event.TransportListener
Invoked when a Message is partially delivered.
MessageRemovedException - javax.mail中的异常错误
The exception thrown when an invalid method is invoked on an expunged Message.
MessageRemovedException() - 异常错误 的构造器javax.mail.MessageRemovedException
Constructs a MessageRemovedException with no detail message.
MessageRemovedException(String) - 异常错误 的构造器javax.mail.MessageRemovedException
Constructs a MessageRemovedException with the specified detail message.
MessageRemovedException(String, Exception) - 异常错误 的构造器javax.mail.MessageRemovedException
Constructs a MessageRemovedException with the specified detail message and embedded exception.
MessageRemovedIOException - net.iotgw.mail.util中的异常错误
A variant of MessageRemovedException that can be thrown from methods that only throw IOException.
MessageRemovedIOException() - 异常错误 的构造器net.iotgw.mail.util.MessageRemovedIOException
Constructs a MessageRemovedIOException with no detail message.
MessageRemovedIOException(String) - 异常错误 的构造器net.iotgw.mail.util.MessageRemovedIOException
Constructs a MessageRemovedIOException with the specified detail message.
messagesAdded(MessageCountEvent) - 类 中的方法javax.mail.event.MessageCountAdapter
 
messagesAdded(MessageCountEvent) - 接口 中的方法javax.mail.event.MessageCountListener
Invoked when messages are added into a folder.
MessageSet - net.iotgw.mail.imap.protocol中的类
This class holds the 'start' and 'end' for a range of messages.
MessageSet() - 类 的构造器net.iotgw.mail.imap.protocol.MessageSet
 
MessageSet(int, int) - 类 的构造器net.iotgw.mail.imap.protocol.MessageSet
 
messagesRemoved(MessageCountEvent) - 类 中的方法javax.mail.event.MessageCountAdapter
 
messagesRemoved(MessageCountEvent) - 接口 中的方法javax.mail.event.MessageCountListener
Invoked when messages are removed (expunged) from a folder.
MessageVanishedEvent - net.iotgw.mail.imap中的类
This class provides notification of messages that have been removed since the folder was last synchronized.
MessageVanishedEvent(Folder, long[]) - 类 的构造器net.iotgw.mail.imap.MessageVanishedEvent
Constructor.
MessagingException - javax.mail中的异常错误
The base class for all exceptions thrown by the Messaging classes
MessagingException() - 异常错误 的构造器javax.mail.MessagingException
Constructs a MessagingException with no detail message.
MessagingException(String) - 异常错误 的构造器javax.mail.MessagingException
Constructs a MessagingException with the specified detail message.
MessagingException(String, Exception) - 异常错误 的构造器javax.mail.MessagingException
Constructs a MessagingException with the specified Exception and detail message.
MethodNotSupportedException - javax.mail中的异常错误
The exception thrown when a method is not supported by the implementation
MethodNotSupportedException() - 异常错误 的构造器javax.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with no detail message.
MethodNotSupportedException(String) - 异常错误 的构造器javax.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Exception) - 异常错误 的构造器javax.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with the specified detail message and embedded exception.
MIME - 类 中的静态变量javax.mail.internet.HeaderTokenizer
MIME specials
MimeBodyPart - javax.mail.internet中的类
This class represents a MIME body part.
MimeBodyPart() - 类 的构造器javax.mail.internet.MimeBodyPart
An empty MimeBodyPart object is created.
MimeBodyPart(InputStream) - 类 的构造器javax.mail.internet.MimeBodyPart
Constructs a MimeBodyPart by reading and parsing the data from the specified input stream.
MimeBodyPart(InternetHeaders, byte[]) - 类 的构造器javax.mail.internet.MimeBodyPart
Constructs a MimeBodyPart using the given header and content bytes.
mimeCharset(String) - 类 中的静态方法javax.mail.internet.MimeUtility
Convert a java charset into its MIME charset name.
MimeMessage - javax.mail.internet中的类
This class represents a MIME style email message.
MimeMessage(Session) - 类 的构造器javax.mail.internet.MimeMessage
Default constructor.
MimeMessage(Session, InputStream) - 类 的构造器javax.mail.internet.MimeMessage
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
MimeMessage(MimeMessage) - 类 的构造器javax.mail.internet.MimeMessage
Constructs a new MimeMessage with content initialized from the source MimeMessage.
MimeMessage(Folder, int) - 类 的构造器javax.mail.internet.MimeMessage
Constructs an empty MimeMessage object with the given Folder and message number.
MimeMessage(Folder, InputStream, int) - 类 的构造器javax.mail.internet.MimeMessage
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
MimeMessage(Folder, InternetHeaders, byte[], int) - 类 的构造器javax.mail.internet.MimeMessage
Constructs a MimeMessage from the given InternetHeaders object and content.
MimeMessage.RecipientType - javax.mail.internet中的类
This inner class extends the javax.mail.Message.RecipientType class to add additional RecipientTypes.
MimeMultipart - javax.mail.internet中的类
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.
MimeMultipart() - 类 的构造器javax.mail.internet.MimeMultipart
Default constructor.
MimeMultipart(String) - 类 的构造器javax.mail.internet.MimeMultipart
Construct a MimeMultipart object of the given subtype.
MimeMultipart(BodyPart...) - 类 的构造器javax.mail.internet.MimeMultipart
Construct a MimeMultipart object of the default "mixed" subtype, and with the given body parts.
MimeMultipart(String, BodyPart...) - 类 的构造器javax.mail.internet.MimeMultipart
Construct a MimeMultipart object of the given subtype and with the given body parts.
MimeMultipart(DataSource) - 类 的构造器javax.mail.internet.MimeMultipart
Constructs a MimeMultipart object and its bodyparts from the given DataSource.
MimePart - javax.mail.internet中的接口
The MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).
MimePartDataSource - javax.mail.internet中的类
A utility class that implements a DataSource out of a MimePart.
MimePartDataSource(MimePart) - 类 的构造器javax.mail.internet.MimePartDataSource
Constructor, that constructs a DataSource from a MimePart.
MimeUtil - net.iotgw.mail.util中的类
General MIME-related utility methods.
MimeUtility - javax.mail.internet中的类
This is a utility class that provides various MIME related functionality.
mode - 类 中的变量javax.mail.Folder
The open mode of this folder.
mode - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
Folder.READ_WRITE or Folder.READ_ONLY, set by IMAPProtocol.
modified - 类 中的变量javax.mail.internet.MimeMessage
A flag indicating whether the message has been modified.
modifiedSince(ModifiedSinceTerm) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
Generate argument for ModifiedSinceTerm.
ModifiedSinceTerm - net.iotgw.mail.imap中的类
Find messages that have been modified since a given MODSEQ value.
ModifiedSinceTerm(long) - 类 的构造器net.iotgw.mail.imap.ModifiedSinceTerm
Constructor.
MODSEQ - net.iotgw.mail.imap.protocol中的类
This class represents the MODSEQ data item.
MODSEQ(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.MODSEQ
Constructor.
modseq - 类 中的变量net.iotgw.mail.imap.protocol.MODSEQ
 
move(MessageSet[], String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
MOVE command.
move(int, int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
MOVE command.
moveMessages(Message[], Folder) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Move the specified messages from this folder, to the specified destination.
moveuid(MessageSet[], String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
MOVE Command, return uid from COPYUID response code.
moveuid(int, int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
MOVE Command, return uid from COPYUID response code.
moveUIDMessages(Message[], Folder) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Move the specified messages from this folder, to the specified destination.
msg - 类 中的变量javax.mail.event.MessageChangedEvent
The message that changed.
msg - 类 中的变量javax.mail.event.TransportEvent
The Message to which this event applies.
msgno - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
msgno - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
msgno - 类 中的变量net.iotgw.mail.imap.protocol.FLAGS
 
msgno - 类 中的变量net.iotgw.mail.imap.protocol.INTERNALDATE
 
msgno - 类 中的变量net.iotgw.mail.imap.protocol.RFC822SIZE
 
msgnum - 类 中的变量javax.mail.Message
The number of this message within its folder, or zero if the message was not retrieved from a folder.
msgs - 类 中的变量javax.mail.event.MessageCountEvent
The messages.
Multipart - javax.mail中的类
Multipart is a container that holds multiple body parts.
Multipart() - 类 的构造器javax.mail.Multipart
Default constructor.
multipart_mixed - net.iotgw.mail.handlers中的类
 
multipart_mixed() - 类 的构造器net.iotgw.mail.handlers.multipart_mixed
 
MultipartDataSource - javax.mail中的接口
MultipartDataSource is a DataSource that contains body parts.
myRights() - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Get the rights allowed to the currently authenticated user.
myRights(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
MYRIGHTS Command.

N

name - 类 中的变量javax.mail.Header
The name of the header.
name - 类 中的变量javax.mail.Quota.Resource
The name of the resource.
name - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
name - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
name - 类 中的变量net.iotgw.mail.imap.protocol.ListInfo
 
namespace() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
NAMESPACE Command.
Namespace(Response) - 类 的构造器net.iotgw.mail.imap.protocol.Namespaces.Namespace
Parse a namespace element out of the response.
Namespaces - net.iotgw.mail.imap.protocol中的类
This class and its inner class represent the response to the NAMESPACE command.
Namespaces(Response) - 类 的构造器net.iotgw.mail.imap.protocol.Namespaces
Parse out all the namespaces.
Namespaces.Namespace - net.iotgw.mail.imap.protocol中的类
A single namespace entry.
NE - 类 中的静态变量javax.mail.search.ComparisonTerm
 
net.iotgw - 程序包 net.iotgw
 
net.iotgw.mail.auth - 程序包 net.iotgw.mail.auth
This package includes internal authentication support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
net.iotgw.mail.handlers - 程序包 net.iotgw.mail.handlers
This package includes internal data handler support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
net.iotgw.mail.iap - 程序包 net.iotgw.mail.iap
This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
net.iotgw.mail.imap - 程序包 net.iotgw.mail.imap
An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store.
net.iotgw.mail.imap.protocol - 程序包 net.iotgw.mail.imap.protocol
This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
net.iotgw.mail.pop3 - 程序包 net.iotgw.mail.pop3
A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store.
net.iotgw.mail.smtp - 程序包 net.iotgw.mail.smtp
An SMTP protocol provider for the JavaMail API that provides access to an SMTP server.
net.iotgw.mail.util - 程序包 net.iotgw.mail.util
Utility classes for use with the JavaMail API.
net.iotgw.mail.util.logging - 程序包 net.iotgw.mail.util.logging
Contains JavaMail™ extensions for the Java™ platform's core logging facilities.
newFolder - 类 中的变量javax.mail.event.FolderEvent
The folder that represents the new name, in case of a RENAMED event.
newIMAPFolder(String, char, Boolean) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Create an IMAPFolder object.
newIMAPFolder(String, char) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Create an IMAPFolder object.
newIMAPFolder(ListInfo) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Create an IMAPFolder object.
newIMAPMessage(int) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Create a new IMAPMessage object to represent the given message number.
newIMAPProtocol(String, int) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Create an IMAPProtocol object connected to the host and port.
NewsAddress - javax.mail.internet中的类
This class models an RFC1036 newsgroup address.
NewsAddress() - 类 的构造器javax.mail.internet.NewsAddress
Default constructor.
NewsAddress(String) - 类 的构造器javax.mail.internet.NewsAddress
Construct a NewsAddress with the given newsgroup.
NewsAddress(String, String) - 类 的构造器javax.mail.internet.NewsAddress
Construct a NewsAddress with the given newsgroup and host.
newsgroup - 类 中的变量javax.mail.internet.NewsAddress
 
NEWSGROUPS - 类 中的静态变量javax.mail.internet.MimeMessage.RecipientType
The "Newsgroup" (Usenet news) recipients.
newStream(long, long) - 接口 中的方法javax.mail.internet.SharedInputStream
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).
newStream(long, long) - 类 中的方法javax.mail.util.SharedByteArrayInputStream
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).
newStream(long, long) - 类 中的方法javax.mail.util.SharedFileInputStream
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).
next() - 类 中的方法javax.mail.internet.HeaderTokenizer
Parses the next token from this String.
next(char) - 类 中的方法javax.mail.internet.HeaderTokenizer
Parses the next token from this String.
next(char, boolean) - 类 中的方法javax.mail.internet.HeaderTokenizer
Parses the next token from this String.
NO - 类 中的静态变量net.iotgw.mail.iap.Response
 
noop() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
The NOOP command.
NoSuchProviderException - javax.mail中的异常错误
This exception is thrown when Session attempts to instantiate a Provider that doesn't exist.
NoSuchProviderException() - 异常错误 的构造器javax.mail.NoSuchProviderException
Constructs a NoSuchProviderException with no detail message.
NoSuchProviderException(String) - 异常错误 的构造器javax.mail.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message.
NoSuchProviderException(String, Exception) - 异常错误 的构造器javax.mail.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message and embedded exception.
not(NotTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
NOTICE - 类 中的静态变量javax.mail.event.StoreEvent
Indicates that this message is a NOTICE.
notification(StoreEvent) - 接口 中的方法javax.mail.event.StoreListener
Invoked when the Store generates a notification event.
NOTIFY_DELAY - 类 中的静态变量net.iotgw.mail.smtp.SMTPMessage
Notify of delivery delay
NOTIFY_FAILURE - 类 中的静态变量net.iotgw.mail.smtp.SMTPMessage
Notify of delivery failure
NOTIFY_NEVER - 类 中的静态变量net.iotgw.mail.smtp.SMTPMessage
Never notify of delivery status
NOTIFY_SUCCESS - 类 中的静态变量net.iotgw.mail.smtp.SMTPMessage
Notify of delivery success
notifyConnectionListeners(int) - 类 中的方法javax.mail.Folder
Notify all ConnectionListeners.
notifyConnectionListeners(int) - 类 中的方法javax.mail.Service
Notify all ConnectionListeners.
notifyFolderListeners(int) - 类 中的方法javax.mail.Folder
Notify all FolderListeners registered on this Folder and this folder's Store.
notifyFolderListeners(int, Folder) - 类 中的方法javax.mail.Store
Notify all FolderListeners.
notifyFolderRenamedListeners(Folder) - 类 中的方法javax.mail.Folder
Notify all FolderListeners registered on this Folder and this folder's Store about the renaming of this folder.
notifyFolderRenamedListeners(Folder, Folder) - 类 中的方法javax.mail.Store
Notify all FolderListeners about the renaming of a folder.
notifyMessageAddedListeners(Message[]) - 类 中的方法javax.mail.Folder
Notify all MessageCountListeners about the addition of messages into this folder.
notifyMessageChangedListeners(int, Message) - 类 中的方法javax.mail.Folder
Notify all MessageChangedListeners.
notifyMessageChangedListeners(int, Message) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
notifyMessageRemovedListeners(boolean, Message[]) - 类 中的方法javax.mail.Folder
Notify all MessageCountListeners about the removal of messages from this Folder.
notifyResponseHandlers(Response[]) - 类 中的方法net.iotgw.mail.iap.Protocol
Notify response handlers
notifyStoreListeners(int, String) - 类 中的方法javax.mail.Store
Notify all StoreListeners.
notifyTransportListeners(int, Address[], Address[], Address[], Message) - 类 中的方法javax.mail.Transport
Notify all TransportListeners.
notifyTransportListeners(int, Address[], Address[], Address[], Message) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Notify all TransportListeners.
NotTerm - javax.mail.search中的类
This class implements the logical NEGATION operator.
NotTerm(SearchTerm) - 类 的构造器javax.mail.search.NotTerm
 
Ntlm - net.iotgw.mail.auth中的类
NTLMAuthentication:
Ntlm(String, String, String, String, MailLogger) - 类 的构造器net.iotgw.mail.auth.Ntlm
Create an NTLM authenticator.
number - 类 中的变量javax.mail.search.IntegerComparisonTerm
The number.

O

OAuth2SaslClient - net.iotgw.mail.auth中的类
JavaMail SASL client for OAUTH2.
OAuth2SaslClient(Map<String, ?>, CallbackHandler) - 类 的构造器net.iotgw.mail.auth.OAuth2SaslClient
 
OAuth2SaslClientFactory - net.iotgw.mail.auth中的类
JavaMail SASL client factory for OAUTH2.
OAuth2SaslClientFactory() - 类 的构造器net.iotgw.mail.auth.OAuth2SaslClientFactory
 
OK - 类 中的静态变量net.iotgw.mail.iap.Response
 
older(OlderTerm) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
Generate argument for OlderTerm.
OlderTerm - net.iotgw.mail.imap中的类
Find messages that are older than a given interval (in seconds).
OlderTerm(int) - 类 的构造器net.iotgw.mail.imap.OlderTerm
Constructor.
open(int) - 类 中的方法javax.mail.Folder
Open this Folder.
open(int) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Open this folder in the given mode.
open(int, ResyncData) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Open this folder in the given mode, with the given resynchronization data.
open(int) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
open(int) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Throws FolderNotFoundException unless this folder is named "INBOX".
opened(ConnectionEvent) - 类 中的方法javax.mail.event.ConnectionAdapter
 
OPENED - 类 中的静态变量javax.mail.event.ConnectionEvent
A connection was opened.
opened(ConnectionEvent) - 接口 中的方法javax.mail.event.ConnectionListener
Invoked when a Store/Folder/Transport is opened.
or(OrTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
OrTerm - javax.mail.search中的类
This class implements the logical OR operator on individual SearchTerms.
OrTerm(SearchTerm, SearchTerm) - 类 的构造器javax.mail.search.OrTerm
Constructor that takes two operands.
OrTerm(SearchTerm[]) - 类 的构造器javax.mail.search.OrTerm
Constructor that takes an array of SearchTerms.
otherUsers - 类 中的变量net.iotgw.mail.imap.protocol.Namespaces
The namespaces for other users.
out - 类 中的变量net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
output(int, boolean) - 类 中的方法net.iotgw.mail.util.QPEncoderStream
 

P

ParameterList - javax.mail.internet中的类
This class holds MIME parameters (attribute-value pairs).
ParameterList() - 类 的构造器javax.mail.internet.ParameterList
No-arg Constructor.
ParameterList(String) - 类 的构造器javax.mail.internet.ParameterList
Constructor that takes a parameter-list string.
parent - 类 中的变量javax.mail.BodyPart
The Multipart object containing this BodyPart, if known.
parent - 类 中的变量javax.mail.Multipart
The Part containing this Multipart, if known.
parse(String) - 类 中的静态方法javax.mail.internet.InternetAddress
Parse the given comma separated sequence of addresses into InternetAddress objects.
parse(String, boolean) - 类 中的静态方法javax.mail.internet.InternetAddress
Parse the given sequence of addresses into InternetAddress objects.
parse(String, ParsePosition) - 类 中的方法javax.mail.internet.MailDateFormat
Parses the given date in the format specified by RFC 2822.
parse(InputStream) - 类 中的方法javax.mail.internet.MimeMessage
Parse the InputStream setting the headers and content fields appropriately.
parse() - 类 中的方法javax.mail.internet.MimeMultipart
Parse the InputStream from our DataSource, constructing the appropriate MimeBodyParts.
parse(String) - 类 中的静态方法javax.mail.internet.NewsAddress
Parse the given comma separated sequence of newsgroups into NewsAddress objects.
parseCapabilities(Response) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Parse the capabilities from a CAPABILITY response or from a CAPABILITY response code attached to (e.g.) an OK response.
parsed - 类 中的变量javax.mail.internet.MimeMultipart
Have we parsed the data from our InputStream yet?
ParseException - javax.mail.internet中的异常错误
The exception thrown due to an error in parsing RFC822 or MIME headers, including multipart bodies.
ParseException() - 异常错误 的构造器javax.mail.internet.ParseException
Constructs a ParseException with no detail message.
ParseException(String) - 异常错误 的构造器javax.mail.internet.ParseException
Constructs a ParseException with the specified detail message.
parseHeader(String, boolean) - 类 中的静态方法javax.mail.internet.InternetAddress
Parse the given sequence of addresses into InternetAddress objects.
parseInt(byte[], int, int, int) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed integer in the given radix .
parseInt(byte[], int, int) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed integer .
parseItem(FetchResponse) - 类 中的方法net.iotgw.mail.imap.protocol.FetchItem
Parse the item into some kind of object appropriate for the item.
parseLong(byte[], int, int, int) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed long in the given radix .
parseLong(byte[], int, int) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed long .
parseString(String) - 类 中的方法javax.mail.URLName
Method which does all of the work of parsing the string.
parseUIDSets(String) - 类 中的静态方法net.iotgw.mail.imap.protocol.UIDSet
Parse a string in IMAP UID range format.
ParsingException - net.iotgw.mail.iap中的异常错误
 
ParsingException() - 异常错误 的构造器net.iotgw.mail.iap.ParsingException
Constructs an ParsingException with no detail message.
ParsingException(String) - 异常错误 的构造器net.iotgw.mail.iap.ParsingException
Constructs an ParsingException with the specified detail message.
ParsingException(Response) - 异常错误 的构造器net.iotgw.mail.iap.ParsingException
Constructs an ParsingException with the specified Response.
part - 类 中的变量javax.mail.internet.MimePartDataSource
The MimePart that provides the data for this DataSource.
Part - javax.mail中的接口
The Part interface is the common base interface for Messages and BodyParts.
parts - 类 中的变量javax.mail.Multipart
Vector of BodyPart objects.
password - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
PasswordAuthentication - javax.mail中的类
The class PasswordAuthentication is a data holder that is used by Authenticator.
PasswordAuthentication(String, String) - 类 的构造器javax.mail.PasswordAuthentication
Initialize a new PasswordAuthentication
pattern - 类 中的变量javax.mail.search.StringTerm
The pattern.
peek() - 类 中的方法javax.mail.internet.HeaderTokenizer
Peek at the next token, without actually removing the token from the parse stream.
peekBody(int, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Fetch given BODY section, without marking the message as SEEN.
peekBody(int, String, int, int) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Partial FETCH of given BODY section, without setting SEEN flag.
peekBody(int, String, int, int, ByteArray) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Partial FETCH of given BODY section, without setting SEEN flag.
peekByte() - 类 中的方法net.iotgw.mail.iap.Response
 
permanentFlags - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
permanentFlags - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The permanent flags.
personal - 类 中的变量javax.mail.internet.InternetAddress
The personal name.
personal - 类 中的变量net.iotgw.mail.imap.protocol.Namespaces
The personal namespaces.
pindex - 类 中的变量net.iotgw.mail.iap.Response
 
POP3Folder - net.iotgw.mail.pop3中的类
A POP3 Folder (can only be "INBOX").
POP3Folder(POP3Store, String) - 类 的构造器net.iotgw.mail.pop3.POP3Folder
 
POP3Message - net.iotgw.mail.pop3中的类
A POP3 Message.
POP3Message(Folder, int) - 类 的构造器net.iotgw.mail.pop3.POP3Message
 
POP3Provider - net.iotgw.mail.pop3中的类
The POP3 protocol provider.
POP3Provider() - 类 的构造器net.iotgw.mail.pop3.POP3Provider
 
POP3SSLProvider - net.iotgw.mail.pop3中的类
The POP3 SSL protocol provider.
POP3SSLProvider() - 类 的构造器net.iotgw.mail.pop3.POP3SSLProvider
 
POP3SSLStore - net.iotgw.mail.pop3中的类
A POP3 Message Store using SSL.
POP3SSLStore(Session, URLName) - 类 的构造器net.iotgw.mail.pop3.POP3SSLStore
 
POP3Store - net.iotgw.mail.pop3中的类
A POP3 Message Store.
POP3Store(Session, URLName) - 类 的构造器net.iotgw.mail.pop3.POP3Store
 
POP3Store(Session, URLName, String, boolean) - 类 的构造器net.iotgw.mail.pop3.POP3Store
 
pos - 异常错误 中的变量javax.mail.internet.AddressException
The index in the string where the error occurred, or -1 if not known.
POST - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Post - send mail to submission address for mailbox, not enforced by IMAP4 itself.
postConstruct() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
A callback method for when this object is about to be placed into commission.
preamble - 类 中的变量javax.mail.internet.MimeMultipart
The MIME multipart preamble text, the text that occurs before the first boundary line.
preDestroy() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
A callback method for when this object is about to be decommissioned.
PreencodedMimeBodyPart - javax.mail.internet中的类
A MimeBodyPart that handles data that has already been encoded.
PreencodedMimeBodyPart(String) - 类 的构造器javax.mail.internet.PreencodedMimeBodyPart
Create a PreencodedMimeBodyPart that assumes the data is encoded using the specified encoding.
prefix - 类 中的变量net.iotgw.mail.iap.Protocol
 
prefix - 类 中的变量net.iotgw.mail.imap.protocol.Namespaces.Namespace
Prefix string for the namespace.
preLogin(IMAPProtocol) - 类 中的方法net.iotgw.mail.imap.IMAPStore
This method is called after the connection is made and TLS is started (if needed), but before any authentication is attempted.
processGreeting(Response) - 类 中的方法net.iotgw.mail.iap.Protocol
 
processGreeting(Response) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Check the greeting when first connecting; look for PREAUTH response.
processIdleResponse(Response) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Process a response returned by readIdleResponse().
props - 类 中的变量net.iotgw.mail.iap.Protocol
 
PropUtil - net.iotgw.mail.util中的类
Utilities to make it easier to get property values.
Protocol - net.iotgw.mail.iap中的类
General protocol handling code for IMAP-like protocols.
Protocol(String, int, Properties, String, boolean, MailLogger) - 类 的构造器net.iotgw.mail.iap.Protocol
Constructor.
Protocol(InputStream, PrintStream, Properties, boolean) - 类 的构造器net.iotgw.mail.iap.Protocol
Constructor for debugging.
protocol - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
protocolConnect(String, int, String, String) - 类 中的方法javax.mail.Service
The service implementation should override this method to perform the actual protocol-specific connection attempt.
protocolConnect(String, int, String, String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Implementation of protocolConnect().
protocolConnect(String, int, String, String) - 类 中的方法net.iotgw.mail.pop3.POP3Store
 
protocolConnect(String, int, String, String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Performs the actual protocol-specific connection attempt.
ProtocolException - net.iotgw.mail.iap中的异常错误
 
ProtocolException() - 异常错误 的构造器net.iotgw.mail.iap.ProtocolException
Constructs a ProtocolException with no detail message.
ProtocolException(String) - 异常错误 的构造器net.iotgw.mail.iap.ProtocolException
Constructs a ProtocolException with the specified detail message.
ProtocolException(String, Throwable) - 异常错误 的构造器net.iotgw.mail.iap.ProtocolException
Constructs a ProtocolException with the specified detail message and cause.
ProtocolException(Response) - 异常错误 的构造器net.iotgw.mail.iap.ProtocolException
Constructs a ProtocolException with the specified Response object.
Provider - javax.mail中的类
The Provider is a class that describes a protocol implementation.
Provider(Provider.Type, String, String, String, String) - 类 的构造器javax.mail.Provider
Create a new provider of the specified type for the specified protocol.
Provider.Type - javax.mail中的类
This inner class defines the Provider type.
proxyauth(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
PROXYAUTH Command.
proxyAuthUser - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
publish(LogRecord) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Stores a LogRecord in the internal buffer.
push() - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Pushes any buffered records to the email server as high importance with urgent priority.

Q

QDecoderStream - net.iotgw.mail.util中的类
This class implements a Q Decoder as defined in RFC 2047 for decoding MIME headers.
QDecoderStream(InputStream) - 类 的构造器net.iotgw.mail.util.QDecoderStream
Create a Q-decoder that decodes the specified input stream.
QEncoderStream - net.iotgw.mail.util中的类
This class implements a Q Encoder as defined by RFC 2047 for encoding MIME headers.
QEncoderStream(OutputStream, boolean) - 类 的构造器net.iotgw.mail.util.QEncoderStream
Create a Q encoder that encodes the specified input stream
QPDecoderStream - net.iotgw.mail.util中的类
This class implements a QP Decoder.
QPDecoderStream(InputStream) - 类 的构造器net.iotgw.mail.util.QPDecoderStream
Create a Quoted Printable decoder that decodes the specified input stream.
QPEncoderStream - net.iotgw.mail.util中的类
This class implements a Quoted Printable Encoder.
QPEncoderStream(OutputStream, int) - 类 的构造器net.iotgw.mail.util.QPEncoderStream
Create a QP encoder that encodes the specified input stream
QPEncoderStream(OutputStream) - 类 的构造器net.iotgw.mail.util.QPEncoderStream
Create a QP encoder that encodes the specified input stream.
queueEvent(MailEvent, Vector<? extends EventListener>) - 类 中的方法javax.mail.Service
Add the event and vector of listeners to the queue to be delivered.
Quota - javax.mail中的类
This class represents a set of quotas for a given quota root.
Quota(String) - 类 的构造器javax.mail.Quota
Create a Quota object for the named quotaroot with no associated resources.
Quota.Resource - javax.mail中的类
An individual resource in a quota root.
QuotaAwareStore - javax.mail中的接口
An interface implemented by Stores that support quotas.
quotaRoot - 类 中的变量javax.mail.Quota
The name of the quota root.
quote(String, String) - 类 中的静态方法javax.mail.internet.MimeUtility
A utility method to quote a word, if the word contains any characters from the specified 'specials' list.
quote - 类 中的变量net.iotgw.mail.iap.Protocol
 
QUOTEDSTRING - 类 中的静态变量javax.mail.internet.HeaderTokenizer.Token
Token type indicating a quoted string.

R

rc - 异常错误 中的变量net.iotgw.mail.smtp.SMTPAddressFailedException
 
rc - 异常错误 中的变量net.iotgw.mail.smtp.SMTPAddressSucceededException
 
rc - 异常错误 中的变量net.iotgw.mail.smtp.SMTPSenderFailedException
 
rc - 异常错误 中的变量net.iotgw.mail.smtp.SMTPSendFailedException
 
rcptTo() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Sends each address to the SMTP host using the RCPT TO: command and copies the address either into the validSentAddr or invalidAddr arrays.
read() - 类 中的方法javax.mail.util.SharedFileInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - 类 中的方法javax.mail.util.SharedFileInputStream
Reads bytes from this stream into the specified byte array, starting at the given offset.
read() - 类 中的方法net.iotgw.mail.imap.IMAPInputStream
Reads the next byte of data from this buffered input stream.
read(byte[], int, int) - 类 中的方法net.iotgw.mail.imap.IMAPInputStream
Reads up to len bytes of data from this input stream into the given buffer.
read(byte[]) - 类 中的方法net.iotgw.mail.imap.IMAPInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
READ - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Read - SELECT the mailbox, perform CHECK, FETCH, PARTIAL, SEARCH, COPY from mailbox
read() - 类 中的方法net.iotgw.mail.util.BASE64DecoderStream
Read the next decoded byte from this input stream.
read(byte[], int, int) - 类 中的方法net.iotgw.mail.util.BASE64DecoderStream
Reads up to len decoded bytes of data from this input stream into an array of bytes.
read() - 类 中的方法net.iotgw.mail.util.QDecoderStream
Read the next decoded byte from this input stream.
read() - 类 中的方法net.iotgw.mail.util.QPDecoderStream
Read the next decoded byte from this input stream.
read(byte[], int, int) - 类 中的方法net.iotgw.mail.util.QPDecoderStream
Reads up to len decoded bytes of data from this input stream into an array of bytes.
read() - 类 中的方法net.iotgw.mail.util.TraceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - 类 中的方法net.iotgw.mail.util.TraceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - 类 中的方法net.iotgw.mail.util.UUDecoderStream
Read the next decoded byte from this input stream.
read(byte[], int, int) - 类 中的方法net.iotgw.mail.util.UUDecoderStream
 
READ_ONLY - 类 中的静态变量javax.mail.Folder
The Folder is read only.
READ_WRITE - 类 中的静态变量javax.mail.Folder
The state and contents of this folder can be modified.
ReadableMime - net.iotgw.mail.util中的接口
A Message or message Part whose data can be read as a MIME format stream.
readAtom() - 类 中的方法net.iotgw.mail.iap.Response
Extract an ATOM, starting at the current position.
readAtomString() - 类 中的方法net.iotgw.mail.iap.Response
Extract an ASTRING, starting at the current position and return as a String.
readAtomStringList() - 类 中的方法net.iotgw.mail.iap.Response
 
readByte() - 类 中的方法net.iotgw.mail.iap.Response
Return the next byte from this Statement.
readByteArray() - 类 中的方法net.iotgw.mail.iap.Response
Extract a NSTRING, starting at the current position.
readBytes() - 类 中的方法net.iotgw.mail.iap.Response
Extract a NSTRING, starting at the current position.
readIdleResponse() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
While an IDLE command is in progress, read a response sent from the server.
readLine() - 类 中的方法net.iotgw.mail.util.LineInputStream
Read a line containing only ASCII characters from the input stream.
readLong() - 类 中的方法net.iotgw.mail.iap.Response
Extract a long number, starting at the current position.
readNumber() - 类 中的方法net.iotgw.mail.iap.Response
Extract an integer, starting at the current position.
ReadOnlyFolderException - javax.mail中的异常错误
This exception is thrown when an attempt is made to open a folder read-write access when the folder is marked read-only.
ReadOnlyFolderException(Folder) - 异常错误 的构造器javax.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified folder and no detail message.
ReadOnlyFolderException(Folder, String) - 异常错误 的构造器javax.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified detail message.
ReadOnlyFolderException(Folder, String, Exception) - 异常错误 的构造器javax.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified detail message and embedded exception.
readResolve() - 类 中的方法javax.mail.internet.MimeMessage.RecipientType
 
readResolve() - 类 中的方法javax.mail.Message.RecipientType
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class.
readResponse() - 类 中的方法net.iotgw.mail.iap.Protocol
 
readResponse() - 类 中的方法net.iotgw.mail.iap.ResponseInputStream
Read a Response from the InputStream.
readResponse(ByteArray) - 类 中的方法net.iotgw.mail.iap.ResponseInputStream
Read a Response from the InputStream.
readResponse() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Read a response from the server.
readServerResponse() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Reads server reponse returning the returnCode as the number.
readSimpleList() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPResponse
Read a list of space-separated "flag-extension" sequences and return the list as a array of Strings.
readString(char) - 类 中的方法net.iotgw.mail.iap.Response
Read a string as an arbitrary sequence of characters, stopping at the delimiter Used to read part of a response code inside [].
readString() - 类 中的方法net.iotgw.mail.iap.Response
Extract a NSTRING, starting at the current position.
readStringList() - 类 中的方法net.iotgw.mail.iap.Response
 
receiveddate(DateTerm) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
ReceivedDateTerm - javax.mail.search中的类
This class implements comparisons for the Message Received date
ReceivedDateTerm(int, Date) - 类 的构造器javax.mail.search.ReceivedDateTerm
Constructor.
RECENT - 类 中的静态变量javax.mail.Flags.Flag
This message is recent.
recent - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The number of recent messages.
recent - 类 中的变量net.iotgw.mail.imap.protocol.Status
 
recipient(Message.RecipientType, String, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
RecipientStringTerm - javax.mail.search中的类
This class implements string comparisons for the Recipient Address headers.
RecipientStringTerm(Message.RecipientType, String) - 类 的构造器javax.mail.search.RecipientStringTerm
Constructor.
RecipientTerm - javax.mail.search中的类
This class implements comparisons for the Recipient Address headers.
RecipientTerm(Message.RecipientType, Address) - 类 的构造器javax.mail.search.RecipientTerm
Constructor.
RecipientType(String) - 类 的构造器javax.mail.internet.MimeMessage.RecipientType
 
RecipientType(String) - 类 的构造器javax.mail.Message.RecipientType
Constructor for use by subclasses.
ref - 异常错误 中的变量javax.mail.internet.AddressException
The string being parsed.
ReferralException - net.iotgw.mail.imap中的异常错误
A special kind of AuthenticationFailedException that indicates that the reason for the failure was an IMAP REFERRAL in the response code.
ReferralException(String, String) - 异常错误 的构造器net.iotgw.mail.imap.ReferralException
Constructs an ReferralException with the specified URL and text.
releaseProtocol(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Release the protocol object.
releaseStoreProtocol(IMAPProtocol) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Release the store protocol object.
remove(Flags.Flag) - 类 中的方法javax.mail.Flags
Remove the specified system flag from this Flags object.
remove(String) - 类 中的方法javax.mail.Flags
Remove the specified user flag from this Flags object.
remove(Flags) - 类 中的方法javax.mail.Flags
Remove all flags in the given Flags object from this Flags object.
remove(String) - 类 中的方法javax.mail.internet.ParameterList
Removes the specified parameter from this ParameterList.
remove(Rights.Right) - 类 中的方法net.iotgw.mail.imap.Rights
Remove the specified right from this Rights object.
remove(Rights) - 类 中的方法net.iotgw.mail.imap.Rights
Remove all rights in the given Rights object from this Rights object.
removeACL(String) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Remove any access control list entry for the given identifier from the access control list for this folder.
removeBodyPart(BodyPart) - 类 中的方法javax.mail.internet.MimeMultipart
Remove the specified part from the multipart message.
removeBodyPart(int) - 类 中的方法javax.mail.internet.MimeMultipart
Remove the part at specified location (starting from 0).
removeBodyPart(BodyPart) - 类 中的方法javax.mail.Multipart
Remove the specified part from the multipart message.
removeBodyPart(int) - 类 中的方法javax.mail.Multipart
Remove the part at specified location (starting from 0).
removeConnectionListener(ConnectionListener) - 类 中的方法javax.mail.Folder
Remove a Connection event listener.
removeConnectionListener(ConnectionListener) - 类 中的方法javax.mail.Service
Remove a Connection event listener.
REMOVED - 类 中的静态变量javax.mail.event.MessageCountEvent
The messages were removed from their folder
removed - 类 中的变量javax.mail.event.MessageCountEvent
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this.
removeExpungedMessages() - 类 中的方法net.iotgw.mail.imap.MessageCache
Remove all the expunged messages from the array, returning a list of removed message objects.
removeExpungedMessages(Message[]) - 类 中的方法net.iotgw.mail.imap.MessageCache
Remove expunged messages in msgs from the array, returning a list of removed message objects.
removeFolderListener(FolderListener) - 类 中的方法javax.mail.Folder
Remove a Folder event listener.
removeFolderListener(FolderListener) - 类 中的方法javax.mail.Store
Remove a listener for Folder events.
removeHeader(String) - 类 中的方法javax.mail.internet.InternetHeaders
Remove all header entries that match the given name
removeHeader(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Remove all headers with this name.
removeHeader(String) - 类 中的方法javax.mail.internet.MimeMessage
Remove all headers with this name.
removeHeader(String) - 接口 中的方法javax.mail.Part
Remove all headers with this name.
removeHeader(String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
removeHeader(String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
removeHeader(String) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Remove all headers with this name.
removeMessageChangedListener(MessageChangedListener) - 类 中的方法javax.mail.Folder
Remove a MessageChanged listener.
removeMessageCountListener(MessageCountListener) - 类 中的方法javax.mail.Folder
Remove a MessageCount listener.
removeResponseHandler(ResponseHandler) - 类 中的方法net.iotgw.mail.iap.Protocol
Removed the specified response handler.
removeRights(ACL) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Remove the rights specified in the ACL from the entry for the identifier specified in the ACL.
removeStoreListener(StoreListener) - 类 中的方法javax.mail.Store
Remove a listener for Store events.
removeTransportListener(TransportListener) - 类 中的方法javax.mail.Transport
Remove a listener for Transport events.
rename(String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
RENAME Command.
RENAMED - 类 中的静态变量javax.mail.event.FolderEvent
The folder was renamed.
renameTo(Folder) - 类 中的方法javax.mail.Folder
Rename this Folder.
renameTo(Folder) - 类 中的方法net.iotgw.mail.imap.DefaultFolder
 
renameTo(Folder) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Rename this folder.
renameTo(Folder) - 类 中的方法net.iotgw.mail.pop3.DefaultFolder
 
renameTo(Folder) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support multiple folders.
reply(boolean) - 类 中的方法javax.mail.internet.MimeMessage
Get a new Message suitable for a reply to this message.
reply(boolean, boolean) - 类 中的方法javax.mail.internet.MimeMessage
Get a new Message suitable for a reply to this message.
reply(boolean) - 类 中的方法javax.mail.Message
Get a new Message suitable for a reply to this message.
replyTo - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
reportError(String, Exception, int) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Protected convenience method to report an error to this Handler's ErrorManager.
requestPasswordAuthentication(InetAddress, int, String, String, String) - 类 中的方法javax.mail.Session
Call back to the application to get the needed user name and password.
reset() - 类 中的方法javax.mail.util.SharedFileInputStream
See the general contract of the reset method of InputStream.
reset() - 类 中的方法net.iotgw.mail.iap.Response
Reset pointer to beginning of response.
Resource(String, long, long) - 类 的构造器javax.mail.Quota.Resource
Construct a Resource object with the given name, usage, and limit.
resources - 类 中的变量javax.mail.Quota
The set of resources associated with this quota root.
response - 异常错误 中的变量net.iotgw.mail.iap.ProtocolException
 
Response - net.iotgw.mail.iap中的类
This class represents a response obtained from the input stream of an IMAP server.
Response(String) - 类 的构造器net.iotgw.mail.iap.Response
 
Response(String, boolean) - 类 的构造器net.iotgw.mail.iap.Response
Constructor for testing.
Response(Protocol) - 类 的构造器net.iotgw.mail.iap.Response
Read a new Response from the given Protocol
Response(Response) - 类 的构造器net.iotgw.mail.iap.Response
Copy constructor.
RESPONSE - 类 中的静态变量net.iotgw.mail.imap.IMAPStore
A special event type for a StoreEvent to indicate an IMAP response, if the mail.imap.enableimapevents property is set.
ResponseHandler - net.iotgw.mail.iap中的接口
This class
ResponseInputStream - net.iotgw.mail.iap中的类
Inputstream that is used to read a Response.
ResponseInputStream(InputStream) - 类 的构造器net.iotgw.mail.iap.ResponseInputStream
Constructor.
responses - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
VANISHED or FETCH responses received while opening the mailbox.
resumeTracing() - 类 中的方法net.iotgw.mail.iap.Protocol
Resume protocol tracing, if it was enabled to begin with.
ResyncData - net.iotgw.mail.imap中的类
Resynchronization data as defined by the QRESYNC extension (RFC 5162).
ResyncData(long, long) - 类 的构造器net.iotgw.mail.imap.ResyncData
Used to report on changes since the specified modseq.
ResyncData(long, long, long, long) - 类 的构造器net.iotgw.mail.imap.ResyncData
Used to limit the reported message changes to those with UIDs in the specified range.
ResyncData(long, long, long[]) - 类 的构造器net.iotgw.mail.imap.ResyncData
Used to limit the reported message changes to those with the specified UIDs.
retainAll(Flags) - 类 中的方法javax.mail.Flags
Remove any flags not in the given Flags object.
RETURN_FULL - 类 中的静态变量net.iotgw.mail.smtp.SMTPMessage
Return full message with delivery status notification
RETURN_HDRS - 类 中的静态变量net.iotgw.mail.smtp.SMTPMessage
Return only message headers with delivery status notification
REVERSE - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Reverse the sort order of the following item.
RFC822 - 类 中的静态变量javax.mail.internet.HeaderTokenizer
RFC822 specials
RFC822DATA - net.iotgw.mail.imap.protocol中的类
The RFC822 response data item.
RFC822DATA(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.RFC822DATA
Constructor, header flag is false.
RFC822DATA(FetchResponse, boolean) - 类 的构造器net.iotgw.mail.imap.protocol.RFC822DATA
Constructor, specifying header flag.
RFC822SIZE - net.iotgw.mail.imap.protocol中的类
An RFC822SIZE FETCH item.
RFC822SIZE(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.RFC822SIZE
Constructor.
Rights - net.iotgw.mail.imap中的类
The Rights class represents the set of rights for an authentication identifier (for instance, a user or a group).
Rights() - 类 的构造器net.iotgw.mail.imap.Rights
Construct an empty Rights object.
Rights(Rights) - 类 的构造器net.iotgw.mail.imap.Rights
Construct a Rights object initialized with the given rights.
Rights(String) - 类 的构造器net.iotgw.mail.imap.Rights
Construct a Rights object initialized with the given rights.
Rights(Rights.Right) - 类 的构造器net.iotgw.mail.imap.Rights
Construct a Rights object initialized with the given right.
Rights.Right - net.iotgw.mail.imap中的类
This inner class represents an individual right.

S

SaslAuthenticator - net.iotgw.mail.imap.protocol中的接口
Interface to make it easier to call IMAPSaslAuthenticator.
SaslAuthenticator - net.iotgw.mail.smtp中的接口
Interface to make it easier to call SMTPSaslAuthenticator.
sasllogin(String[], String, String, String, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
SASL-based login.
saslRealm - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
saveChanges() - 类 中的方法javax.mail.internet.MimeMessage
Updates the appropriate header fields of this message to be consistent with the message's contents.
saveChanges() - 类 中的方法javax.mail.Message
Save any changes made to this message into the message-store when the containing folder is closed, if the message is contained in a folder.
saveChanges() - 类 中的方法net.iotgw.mail.pop3.POP3Message
POP3 message can't be changed.
saved - 类 中的变量javax.mail.internet.MimeMessage
Does the saveChanges method need to be called on this message?
saveFile(File) - 类 中的方法javax.mail.internet.MimeBodyPart
Save the contents of this part in the specified file.
saveFile(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Save the contents of this part in the specified file.
search(SearchTerm) - 类 中的方法javax.mail.Folder
Search this Folder for messages matching the specified search criterion.
search(SearchTerm, Message[]) - 类 中的方法javax.mail.Folder
Search the given array of messages for those that match the specified search criterion.
search(SearchTerm) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Search whole folder for messages matching the given term.
search(SearchTerm, Message[]) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Search the folder for messages matching the given term.
search(MessageSet[], SearchTerm) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Issue the given search criterion on the specified message sets.
search(SearchTerm) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Issue the given search criterion on all messages in this folder.
searchCharsets - 类 中的变量net.iotgw.mail.imap.protocol.IMAPProtocol
 
SearchException - javax.mail.search中的异常错误
The exception thrown when a Search expression could not be handled.
SearchException() - 异常错误 的构造器javax.mail.search.SearchException
Constructs a SearchException with no detail message.
SearchException(String) - 异常错误 的构造器javax.mail.search.SearchException
Constructs a SearchException with the specified detail message.
searchSequence - 类 中的变量net.iotgw.mail.imap.protocol.IMAPProtocol
 
SearchSequence - net.iotgw.mail.imap.protocol中的类
This class traverses a search-tree and generates the corresponding IMAP search sequence.
SearchSequence(IMAPProtocol) - 类 的构造器net.iotgw.mail.imap.protocol.SearchSequence
Create a SearchSequence for this IMAPProtocol.
SearchSequence() - 类 的构造器net.iotgw.mail.imap.protocol.SearchSequence
已过时。
SearchTerm - javax.mail.search中的类
Search criteria are expressed as a tree of search-terms, forming a parse-tree for the search expression.
SearchTerm() - 类 的构造器javax.mail.search.SearchTerm
 
sectionId - 类 中的变量net.iotgw.mail.imap.IMAPMessage
 
SEEN - 类 中的静态变量javax.mail.Flags.Flag
This message is seen.
select(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
SELECT Command.
select(String, ResyncData) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
SELECT Command with QRESYNC data.
send(Message) - 类 中的静态方法javax.mail.Transport
Send a message.
send(Message, Address[]) - 类 中的静态方法javax.mail.Transport
Send the message to the specified addresses, ignoring any recipients specified in the message itself.
send(Message, String, String) - 类 中的静态方法javax.mail.Transport
Send a message.
send(Message, Address[], String, String) - 类 中的静态方法javax.mail.Transport
Send the message to the specified addresses, ignoring any recipients specified in the message itself.
sendCommand(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Sends command cmd to the server terminating it with CRLF.
sender - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
SendFailedException - javax.mail中的异常错误
This exception is thrown when the message cannot be sent.
SendFailedException() - 异常错误 的构造器javax.mail.SendFailedException
Constructs a SendFailedException with no detail message.
SendFailedException(String) - 异常错误 的构造器javax.mail.SendFailedException
Constructs a SendFailedException with the specified detail message.
SendFailedException(String, Exception) - 异常错误 的构造器javax.mail.SendFailedException
Constructs a SendFailedException with the specified Exception and detail message.
SendFailedException(String, Exception, Address[], Address[], Address[]) - 异常错误 的构造器javax.mail.SendFailedException
Constructs a SendFailedException with the specified string and the specified address objects.
sendMessage(Message, Address[]) - 类 中的方法javax.mail.Transport
Send the Message to the specified list of addresses.
sendMessage(Message, Address[]) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Send the Message to the specified list of addresses.
sendUrgentData(int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
sentdate(DateTerm) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
SentDateTerm - javax.mail.search中的类
This class implements comparisons for the Message SentDate.
SentDateTerm(int, Date) - 类 的构造器javax.mail.search.SentDateTerm
Constructor.
separator - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
separator - 类 中的变量net.iotgw.mail.imap.protocol.ListInfo
 
seqnum - 类 中的变量net.iotgw.mail.imap.protocol.MODSEQ
 
seqnum - 类 中的变量net.iotgw.mail.imap.protocol.UID
 
seqnumOf(int) - 类 中的方法net.iotgw.mail.imap.MessageCache
Return the sequence number for the given message number.
Service - javax.mail中的类
An abstract class that contains the functionality common to messaging services, such as stores and transports.
Service(Session, URLName) - 类 的构造器javax.mail.Service
Constructor.
session - 类 中的变量javax.mail.Message
The Session object for this Message
session - 类 中的变量javax.mail.Service
The session from which this service was created.
Session - javax.mail中的类
The Session class represents a mail session and is not subclassed.
set(String, String) - 类 中的方法javax.mail.internet.ParameterList
Set a parameter.
set(String, String, String) - 类 中的方法javax.mail.internet.ParameterList
Set a parameter.
set2DigitYearStart(Date) - 类 中的方法javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates another strategy for interpreting 2-digits years.
setACL(String, char, ACL) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
SETACL Command.
setAddress(String) - 类 中的方法javax.mail.internet.InternetAddress
Set the email address.
setAllow8bitMIME(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
If set to true, and the server supports the 8BITMIME extension, text parts of this message that use the "quoted-printable" or "base64" encodings are converted to use "8bit" encoding if they follow the RFC 2045 rules for 8bit text.
setAttachmentFilters(Filter...) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the attachment filters.
setAttachmentFormatters(Formatter...) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the attachment Formatter object for this handler.
setAttachmentNames(String...) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the attachment file name for each attachment.
setAttachmentNames(Formatter...) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the attachment file name formatters.
setAuthenticator(Authenticator) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the Authenticator used to login to the email server.
setAuthenticator(char...) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the Authenticator used to login to the email server.
setAuthorizationID(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Sets the authorization ID to be used for authentication.
setCalendar(Calendar) - 类 中的方法javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific calendar.
setCapabilities(Response) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
If the response contains a CAPABILITY response code, extract it and save the capabilities.
setComparator(Comparator<? super LogRecord>) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the comparator used to order all LogRecord objects prior to formatting.
setConnected(boolean) - 类 中的方法javax.mail.Service
Set the connection state of this service.
setContent(Object, String) - 类 中的方法javax.mail.internet.MimeBodyPart
A convenience method for setting this body part's content.
setContent(Multipart) - 类 中的方法javax.mail.internet.MimeBodyPart
This method sets the body part's content to a Multipart object.
setContent(Object, String) - 类 中的方法javax.mail.internet.MimeMessage
A convenience method for setting this Message's content.
setContent(Multipart) - 类 中的方法javax.mail.internet.MimeMessage
This method sets the Message's content to a Multipart object.
setContent(Object, String) - 接口 中的方法javax.mail.Part
A convenience method for setting this part's content.
setContent(Multipart) - 接口 中的方法javax.mail.Part
This method sets the given Multipart object as this message's content.
setContent(Object, String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setContent(Multipart) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setContentID(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the "Content-ID" header field of this body part.
setContentID(String) - 类 中的方法javax.mail.internet.MimeMessage
Set the "Content-ID" header field of this Message.
setContentID(String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setContentLanguage(String[]) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the Content-Language header of this MimePart.
setContentLanguage(String[]) - 类 中的方法javax.mail.internet.MimeMessage
Set the "Content-Language" header of this MimePart.
setContentLanguage(String[]) - 接口 中的方法javax.mail.internet.MimePart
Set the Content-Language header of this MimePart.
setContentLanguage(String[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setContentMD5(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the "Content-MD5" header field of this body part.
setContentMD5(String) - 类 中的方法javax.mail.internet.MimeMessage
Set the "Content-MD5" header field of this Message.
setContentMD5(String) - 接口 中的方法javax.mail.internet.MimePart
Set the Content-MD5 of this part.
setContentMD5(String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setContentMD5(String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setCount(int) - 类 中的方法net.iotgw.mail.iap.ByteArray
Set the count of bytes.
setDataHandler(DataHandler) - 类 中的方法javax.mail.internet.MimeBodyPart
This method provides the mechanism to set this body part's content.
setDataHandler(DataHandler) - 类 中的方法javax.mail.internet.MimeMessage
This method provides the mechanism to set this part's content.
setDataHandler(DataHandler) - 接口 中的方法javax.mail.Part
This method provides the mechanism to set this part's content.
setDataHandler(DataHandler) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setDataHandler(DataHandler) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setDateFormatSymbols(DateFormatSymbols) - 类 中的方法javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates specific date format symbols.
setDebug(boolean) - 类 中的方法javax.mail.Session
Set the debug setting for this Session.
setDebugOut(PrintStream) - 类 中的方法javax.mail.Session
Set the stream to be used for debugging output for this session.
setDescription(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the "Content-Description" header field for this body part.
setDescription(String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the "Content-Description" header field for this body part.
setDescription(String) - 类 中的方法javax.mail.internet.MimeMessage
Set the "Content-Description" header field for this Message.
setDescription(String, String) - 类 中的方法javax.mail.internet.MimeMessage
Set the "Content-Description" header field for this Message.
setDescription(String) - 接口 中的方法javax.mail.Part
Set a description String for this part.
setDescription(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setDescription(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setDisposition(String) - 类 中的方法javax.mail.internet.ContentDisposition
Set the disposition.
setDisposition(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the disposition in the "Content-Disposition" header field of this body part.
setDisposition(String) - 类 中的方法javax.mail.internet.MimeMessage
Set the disposition in the "Content-Disposition" header field of this body part.
setDisposition(String) - 接口 中的方法javax.mail.Part
Set the disposition of this part.
setDisposition(String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setDisposition(String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setEncoding(String) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Set the character encoding used by this Handler.
setEnvelopeFrom(String) - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Set the From address to appear in the SMTP envelope.
setErrorManager(ErrorManager) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Define an ErrorManager for this Handler.
setExpunged(boolean) - 类 中的方法javax.mail.Message
Sets the expunged flag for this Message.
setExpunged(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setFileName(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the filename associated with this body part, if possible.
setFileName(String) - 类 中的方法javax.mail.internet.MimeMessage
Set the filename associated with this part, if possible.
setFileName(String) - 接口 中的方法javax.mail.Part
Set the filename associated with this part, if possible.
setFileName(String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setFileName(String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setFilter(Filter) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Set a Filter to control output on this Handler.
setFlag(Flags.Flag, boolean) - 类 中的方法javax.mail.Message
Set the specified flag on this message to the specified value.
setFlags(Message[], Flags, boolean) - 类 中的方法javax.mail.Folder
Set the specified flags on the messages specified in the array.
setFlags(int, int, Flags, boolean) - 类 中的方法javax.mail.Folder
Set the specified flags on the messages numbered from start through end, both start and end inclusive.
setFlags(int[], Flags, boolean) - 类 中的方法javax.mail.Folder
Set the specified flags on the messages whose message numbers are in the array.
setFlags(Flags, boolean) - 类 中的方法javax.mail.internet.MimeMessage
Set the flags for this message.
setFlags(Flags, boolean) - 类 中的方法javax.mail.Message
Set the specified flags on this message to the specified value.
setFlags(Message[], Flags, boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Set the specified flags for the given array of messages.
setFlags(int, int, Flags, boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Set the specified flags for the given range of message numbers.
setFlags(int[], Flags, boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Set the specified flags for the given array of message numbers.
setFlags(Flags, boolean) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Set/Unset the given flags in this message.
setFlags(Flags, boolean) - 类 中的方法net.iotgw.mail.imap.IMAPNestedMessage
 
setFlags(Flags, boolean) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Set the specified flags on this message to the specified value.
setFormatter(Formatter) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Set a Formatter.
setFrom(Address) - 类 中的方法javax.mail.internet.MimeMessage
Set the RFC 822 "From" header field.
setFrom(String) - 类 中的方法javax.mail.internet.MimeMessage
Set the RFC 822 "From" header field.
setFrom() - 类 中的方法javax.mail.internet.MimeMessage
Set the RFC 822 "From" header field using the value of the InternetAddress.getLocalAddress method.
setFrom() - 类 中的方法javax.mail.Message
Set the "From" attribute in this Message.
setFrom(Address) - 类 中的方法javax.mail.Message
Set the "From" attribute in this Message.
setFrom(Address) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setHeader(String, String) - 类 中的方法javax.mail.internet.InternetHeaders
Change the first header line that matches name to have value, adding a new header if no existing header matches.
setHeader(String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Set the value for this header_name.
setHeader(String, String) - 类 中的方法javax.mail.internet.MimeMessage
Set the value for this header_name.
setHeader(String, String) - 接口 中的方法javax.mail.Part
Set the value for this header_name.
setHeader(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
setHeader(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setHeader(String, String) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Set the value for this header_name.
setHost(String) - 类 中的方法javax.mail.internet.NewsAddress
Set the host.
setKeepAlive(boolean) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setKeyManagers(KeyManager[]) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
setLevel(Level) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Set the log level specifying which message levels will be logged by this Handler.
setLocalHost(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set the name of the local host, for use in the EHLO and HELO commands.
setMailExtension(String) - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Set the extension string to use with the MAIL command.
setMailProperties(Properties) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the mail properties used for the session.
setMessageNumber(int) - 类 中的方法javax.mail.Message
Set the Message number for this Message.
setMessageNumber(int) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Wrapper around the protected method Message.setMessageNumber() to make that method accessible to IMAPFolder.
setMultipartDataSource(MultipartDataSource) - 类 中的方法javax.mail.Multipart
Setup this Multipart object from the given MultipartDataSource.
setName(String) - 类 中的方法javax.mail.util.ByteArrayDataSource
Set the name of the data.
setNameMode(String, int) - 类 中的方法net.iotgw.mail.util.UUEncoderStream
Set up the buffer name and permission mode.
setNewsgroup(String) - 类 中的方法javax.mail.internet.NewsAddress
Set the newsgroup.
setNextException(Exception) - 异常错误 中的方法javax.mail.MessagingException
Add an exception to the end of the chain.
setNoopStrict(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set whether the NOOP command is required to return a response code of 250 to indicate success.
setNotifyOptions(int) - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Set notification options to be used if the server supports Delivery Status Notification (RFC 1891).
setNTLMDomain(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Sets the NTLM domain to be used for NTLM authentication.
setNumberFormat(NumberFormat) - 类 中的方法javax.mail.internet.MailDateFormat
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific number format.
setOOBInline(boolean) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setOption(SocketOption<T>, T) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setParameter(String, String) - 类 中的方法javax.mail.internet.ContentDisposition
Set the specified parameter.
setParameter(String, String) - 类 中的方法javax.mail.internet.ContentType
Set the specified parameter.
setParameterList(ParameterList) - 类 中的方法javax.mail.internet.ContentDisposition
Set a new ParameterList.
setParameterList(ParameterList) - 类 中的方法javax.mail.internet.ContentType
Set a new ParameterList.
setParent(Part) - 类 中的方法javax.mail.Multipart
Set the parent of this Multipart to be the specified Part.
setPassword(String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Set the password that will be used for subsequent connections after this Store is first connected (for example, when creating a connection to open a Folder).
setPasswordAuthentication(URLName, PasswordAuthentication) - 类 中的方法javax.mail.Session
Save a PasswordAuthentication for this (store or transport) URLName.
setPeek(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Set whether or not to use the PEEK variant of FETCH when fetching message content.
setPerformancePreferences(int, int, int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setPersonal(String, String) - 类 中的方法javax.mail.internet.InternetAddress
Set the personal name.
setPersonal(String) - 类 中的方法javax.mail.internet.InternetAddress
Set the personal name.
setPreamble(String) - 类 中的方法javax.mail.internet.MimeMultipart
Set the preamble text to be included before the first body part.
setPrimaryType(String) - 类 中的方法javax.mail.internet.ContentType
Set the primary type.
setProtocolForAddress(String, String) - 类 中的方法javax.mail.Session
Set the default transport protocol to use for addresses of the specified type.
setProvider(Provider) - 类 中的方法javax.mail.Session
Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values.
setProxyAuthUser(String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Set the user name to be used with the PROXYAUTH command.
setPushFilter(Filter) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the push filter.
setPushLevel(Level) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the push level.
setQuota(Quota) - 接口 中的方法javax.mail.QuotaAwareStore
Set the quotas for the quota root specified in the quota argument.
setQuota(Quota) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Set the quotas for the quotaroot specified in the quota argument.
setQuota(Quota) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Set the quotas for the quota root specified in the quota argument.
setQuota(Quota) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
SETQUOTA Command.
setQuote(boolean) - 类 中的方法net.iotgw.mail.util.TraceInputStream
Set quote mode.
setQuote(boolean) - 类 中的方法net.iotgw.mail.util.TraceOutputStream
Set quote mode.
setReceiveBufferSize(int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setRecipient(Message.RecipientType, Address) - 类 中的方法javax.mail.Message
Set the recipient address.
setRecipients(Message.RecipientType, Address[]) - 类 中的方法javax.mail.internet.MimeMessage
Set the specified recipient type to the given addresses.
setRecipients(Message.RecipientType, String) - 类 中的方法javax.mail.internet.MimeMessage
Set the specified recipient type to the given addresses.
setRecipients(Message.RecipientType, Address[]) - 类 中的方法javax.mail.Message
Set the recipient addresses.
setRecipients(Message.RecipientType, Address[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setReplyTo(Address[]) - 类 中的方法javax.mail.internet.MimeMessage
Set the RFC 822 "Reply-To" header field.
setReplyTo(Address[]) - 类 中的方法javax.mail.Message
Set the addresses to which replies should be directed.
setReplyTo(Address[]) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setReportSuccess(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set whether successful sends should be reported by throwing an exception.
setRequireStartTLS(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set whether the STARTTLS command should be required.
setResourceLimit(String, long) - 类 中的方法javax.mail.Quota
Set a resource limit for this quota root.
setReturnOption(int) - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Set return option to be used if server supports Delivery Status Notification (RFC 1891).
setReuseAddress(boolean) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setRights(Rights) - 类 中的方法net.iotgw.mail.imap.ACL
Set the rights associated with this ACL entry.
setSASLEnabled(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set whether SASL authentication is enabled.
setSASLMechanisms(String[]) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set the list of SASL mechanisms to consider if SASL authentication is enabled.
setSASLRealm(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Sets the SASL realm to be used for DIGEST-MD5 authentication.
setSecureRandom(SecureRandom) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
setSendBufferSize(int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setSender(Address) - 类 中的方法javax.mail.internet.MimeMessage
Set the RFC 822 "Sender" header field.
setSender(Address) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setSendPartial(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
If set to true, and this message has some valid and some invalid addresses, send the message anyway, reporting the partial failure with a SendFailedException.
setSentDate(Date) - 类 中的方法javax.mail.internet.MimeMessage
Set the RFC 822 "Date" header field.
setSentDate(Date) - 类 中的方法javax.mail.Message
Set the sent date of this message.
setSentDate(Date) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setSoLinger(boolean, int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setSoTimeout(int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setStartTLS(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set whether the STARTTLS command should be used.
setSubject(String) - 类 中的方法javax.mail.internet.MimeMessage
Set the "Subject" header field.
setSubject(String, String) - 类 中的方法javax.mail.internet.MimeMessage
Set the "Subject" header field.
setSubject(String) - 类 中的方法javax.mail.Message
Set the subject of this message.
setSubject(String, String) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setSubject(String) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets a literal string for the email subject.
setSubject(Formatter) - 类 中的方法net.iotgw.mail.util.logging.MailHandler
Sets the subject formatter for email.
setSubmitter(String) - 类 中的方法net.iotgw.mail.smtp.SMTPMessage
Sets the submitter to be used for the RFC 2554 AUTH= value in the MAIL FROM command.
setSubscribed(boolean) - 类 中的方法javax.mail.Folder
Subscribe or unsubscribe this Folder.
setSubscribed(boolean) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Subscribe/Unsubscribe this folder.
setSubType(String) - 类 中的方法javax.mail.internet.ContentType
Set the subType.
setSubType(String) - 类 中的方法javax.mail.internet.MimeMultipart
Set the subtype.
setTcpNoDelay(boolean) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setText(String) - 类 中的方法javax.mail.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
setText(String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
setText(String, String, String) - 类 中的方法javax.mail.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
setText(String) - 类 中的方法javax.mail.internet.MimeMessage
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
setText(String, String) - 类 中的方法javax.mail.internet.MimeMessage
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
setText(String, String, String) - 类 中的方法javax.mail.internet.MimeMessage
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
setText(String) - 接口 中的方法javax.mail.internet.MimePart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
setText(String, String) - 接口 中的方法javax.mail.internet.MimePart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
setText(String, String, String) - 接口 中的方法javax.mail.internet.MimePart
Convenience method that sets the given String as this part's content, with a primary MIME type of "text" and the specified MIME subtype.
setText(String) - 接口 中的方法javax.mail.Part
A convenience method that sets the given String as this part's content with a MIME type of "text/plain".
setTrace(boolean) - 类 中的方法net.iotgw.mail.util.TraceInputStream
Set trace mode.
setTrace(boolean) - 类 中的方法net.iotgw.mail.util.TraceOutputStream
Set the trace mode.
setTrafficClass(int) - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
setTrustAllHosts(boolean) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
setTrustedHosts(String[]) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
setTrustManagers(TrustManager[]) - 类 中的方法net.iotgw.mail.util.MailSSLSocketFactory
 
setUID(long) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
 
setURLName(URLName) - 类 中的方法javax.mail.Service
Set the URLName representing this service.
setUseCanonicalHostName(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set whether SASL should use the canonical host name.
setUsername(String) - 类 中的方法net.iotgw.mail.imap.IMAPStore
Set the user name that will be used for subsequent connections after this Store is first connected (for example, when creating a connection to open a Folder).
setUseRset(boolean) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Set whether the RSET command should be used instead of the NOOP command in the @{link #isConnected isConnected} method.
SeverityComparator - net.iotgw.mail.util.logging中的类
Orders log records by level, thrown, sequence, and time.
SeverityComparator() - 类 的构造器net.iotgw.mail.util.logging.SeverityComparator
 
shared - 类 中的变量net.iotgw.mail.imap.protocol.Namespaces
The shared namespace.
SharedByteArrayInputStream - javax.mail.util中的类
A ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.
SharedByteArrayInputStream(byte[]) - 类 的构造器javax.mail.util.SharedByteArrayInputStream
Create a SharedByteArrayInputStream representing the entire byte array.
SharedByteArrayInputStream(byte[], int, int) - 类 的构造器javax.mail.util.SharedByteArrayInputStream
Create a SharedByteArrayInputStream representing the part of the byte array from offset for length bytes.
SharedByteArrayOutputStream - net.iotgw.mail.util中的类
A ByteArrayOutputStream that allows us to share the byte array rather than copy it.
SharedByteArrayOutputStream(int) - 类 的构造器net.iotgw.mail.util.SharedByteArrayOutputStream
 
SharedFileInputStream - javax.mail.util中的类
A SharedFileInputStream is a BufferedInputStream that buffers data from the file and supports the mark and reset methods.
SharedFileInputStream(File) - 类 的构造器javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream for the file.
SharedFileInputStream(String) - 类 的构造器javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream for the named file
SharedFileInputStream(File, int) - 类 的构造器javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream with the specified buffer size.
SharedFileInputStream(String, int) - 类 的构造器javax.mail.util.SharedFileInputStream
Creates a SharedFileInputStream with the specified buffer size.
SharedInputStream - javax.mail.internet中的接口
An InputStream that is backed by data that can be shared by multiple readers may implement this interface.
shutdownInput() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
shutdownOutput() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
simpleCommand(String, Argument) - 类 中的方法net.iotgw.mail.iap.Protocol
Convenience routine to handle simple IAP commands that do not have responses specific to that command.
simpleCommand(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Send the command to the server and return the response code from the server.
simpleCommand(byte[]) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Send the command to the server and return the response code from the server.
SIZE - 类 中的静态变量javax.mail.FetchProfile.Item
SIZE is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
size() - 类 中的方法javax.mail.internet.ParameterList
Return the number of parameters in this list.
size() - 接口 中的方法net.iotgw.mail.iap.Literal
Return the size of the data.
size - 类 中的变量net.iotgw.mail.iap.Response
 
SIZE - 类 中的静态变量net.iotgw.mail.imap.IMAPFolder.FetchProfileItem
已过时。 
size() - 类 中的方法net.iotgw.mail.imap.MessageCache
Size of cache.
size - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
size() - 类 中的方法net.iotgw.mail.imap.protocol.MessageSet
Count the total number of elements in a MessageSet
size(MessageSet[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.MessageSet
 
size - 类 中的变量net.iotgw.mail.imap.protocol.RFC822SIZE
 
size(SizeTerm) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
size() - 类 中的方法net.iotgw.mail.imap.protocol.UIDSet
Count the total number of elements in a UIDSet
size(UIDSet[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.UIDSet
Count the total number of elements in an array of UIDSets.
SIZE - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Sort by the message size.
SizeTerm - javax.mail.search中的类
This class implements comparisons for Message sizes.
SizeTerm(int, int) - 类 的构造器javax.mail.search.SizeTerm
Constructor.
skip(long) - 类 中的方法javax.mail.util.SharedFileInputStream
See the general contract of the skip method of InputStream.
skip(int) - 类 中的方法net.iotgw.mail.iap.Response
 
skip(long) - 类 中的方法net.iotgw.mail.util.BASE64DecoderStream
Skips over and discards n bytes of data from this stream.
skip(long) - 类 中的方法net.iotgw.mail.util.QPDecoderStream
Skips over and discards n bytes of data from this stream.
skipSpaces() - 类 中的方法net.iotgw.mail.iap.Response
 
skipToken() - 类 中的方法net.iotgw.mail.iap.Response
Skip to the next space, for use in error recovery while parsing.
SMTPAddressFailedException - net.iotgw.mail.smtp中的异常错误
This exception is thrown when the message cannot be sent.
SMTPAddressFailedException(InternetAddress, String, int, String) - 异常错误 的构造器net.iotgw.mail.smtp.SMTPAddressFailedException
Constructs an SMTPAddressFailedException with the specified address, return code, and error string.
SMTPAddressSucceededException - net.iotgw.mail.smtp中的异常错误
This exception is chained off a SendFailedException when the mail.smtp.reportsuccess property is true.
SMTPAddressSucceededException(InternetAddress, String, int, String) - 异常错误 的构造器net.iotgw.mail.smtp.SMTPAddressSucceededException
Constructs an SMTPAddressSucceededException with the specified address, return code, and error string.
SMTPMessage - net.iotgw.mail.smtp中的类
This class is a specialization of the MimeMessage class that allows you to specify various SMTP options and parameters that will be used when this message is sent over SMTP.
SMTPMessage(Session) - 类 的构造器net.iotgw.mail.smtp.SMTPMessage
Default constructor.
SMTPMessage(Session, InputStream) - 类 的构造器net.iotgw.mail.smtp.SMTPMessage
Constructs an SMTPMessage by reading and parsing the data from the specified MIME InputStream.
SMTPMessage(MimeMessage) - 类 的构造器net.iotgw.mail.smtp.SMTPMessage
Constructs a new SMTPMessage with content initialized from the source MimeMessage.
SMTPOutputStream - net.iotgw.mail.smtp中的类
In addition to converting lines into the canonical format, i.e., terminating lines with the CRLF sequence, escapes the "."
SMTPOutputStream(OutputStream) - 类 的构造器net.iotgw.mail.smtp.SMTPOutputStream
 
SMTPProvider - net.iotgw.mail.smtp中的类
The SMTP protocol provider.
SMTPProvider() - 类 的构造器net.iotgw.mail.smtp.SMTPProvider
 
SMTPSaslAuthenticator - net.iotgw.mail.smtp中的类
This class contains a single method that does authentication using SASL.
SMTPSaslAuthenticator(SMTPTransport, String, Properties, MailLogger, String) - 类 的构造器net.iotgw.mail.smtp.SMTPSaslAuthenticator
 
SMTPSenderFailedException - net.iotgw.mail.smtp中的异常错误
This exception is thrown when the message cannot be sent.
SMTPSenderFailedException(InternetAddress, String, int, String) - 异常错误 的构造器net.iotgw.mail.smtp.SMTPSenderFailedException
Constructs an SMTPSenderFailedException with the specified address, return code, and error string.
SMTPSendFailedException - net.iotgw.mail.smtp中的异常错误
This exception is thrown when the message cannot be sent.
SMTPSendFailedException(String, int, String, Exception, Address[], Address[], Address[]) - 异常错误 的构造器net.iotgw.mail.smtp.SMTPSendFailedException
Constructs an SMTPSendFailedException with the specified address, return code, and error string.
SMTPSSLProvider - net.iotgw.mail.smtp中的类
The SMTP SSL protocol provider.
SMTPSSLProvider() - 类 的构造器net.iotgw.mail.smtp.SMTPSSLProvider
 
SMTPSSLTransport - net.iotgw.mail.smtp中的类
This class implements the Transport abstract class using SMTP over SSL for message submission and transport.
SMTPSSLTransport(Session, URLName) - 类 的构造器net.iotgw.mail.smtp.SMTPSSLTransport
Constructor.
SMTPTransport - net.iotgw.mail.smtp中的类
This class implements the Transport abstract class using SMTP for message submission and transport.
SMTPTransport(Session, URLName) - 类 的构造器net.iotgw.mail.smtp.SMTPTransport
Constructor that takes a Session object and a URLName that represents a specific SMTP server.
SMTPTransport(Session, URLName, String, boolean) - 类 的构造器net.iotgw.mail.smtp.SMTPTransport
Constructor used by this class and by SMTPSSLTransport subclass.
SocketConnectException - net.iotgw.mail.util中的异常错误
An IOException that indicates a socket connection attempt failed.
SocketConnectException(String, Exception, String, int, int) - 异常错误 的构造器net.iotgw.mail.util.SocketConnectException
Constructs a SocketConnectException.
SocketFetcher - net.iotgw.mail.util中的类
This class is used to get Sockets.
sort(SortTerm[], SearchTerm) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Sort messages in the folder according to the specified sort criteria.
SortTerm - net.iotgw.mail.imap中的类
A particular sort criteria, as defined by RFC 5256.
spaces - 类 中的变量net.iotgw.mail.util.QPDecoderStream
 
src - 类 中的变量net.iotgw.mail.imap.CopyUID
 
start - 类 中的变量javax.mail.util.SharedByteArrayInputStream
Position within shared buffer that this stream starts at.
start - 类 中的变量javax.mail.util.SharedFileInputStream
The file offset of the start of data in this subset of the file.
start - 类 中的变量net.iotgw.mail.imap.protocol.MessageSet
 
start - 类 中的变量net.iotgw.mail.imap.protocol.UIDSet
 
startCompression(String) - 类 中的方法net.iotgw.mail.iap.Protocol
Start compression on the current connection.
started - 类 中的变量net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
startTLS(String) - 类 中的方法net.iotgw.mail.iap.Protocol
Start TLS on the current connection.
startTLS() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
STARTTLS Command.
startTLS() - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Issue the STARTTLS command and switch the socket to TLS mode if it succeeds.
startTLS(Socket) - 类 中的静态方法net.iotgw.mail.util.SocketFetcher
已过时。 
startTLS(Socket, Properties, String) - 类 中的静态方法net.iotgw.mail.util.SocketFetcher
已过时。 
startTLS(Socket, String, Properties, String) - 类 中的静态方法net.iotgw.mail.util.SocketFetcher
Start TLS on an existing socket.
status(String, String[]) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
STATUS Command.
Status - net.iotgw.mail.imap.protocol中的类
STATUS response.
Status(Response) - 类 的构造器net.iotgw.mail.imap.protocol.Status
 
stop() - 类 中的方法net.iotgw.mail.imap.IdleManager
Stop the IdleManager.
store - 类 中的变量javax.mail.Folder
The parent store.
STORE - 类 中的静态变量javax.mail.Provider.Type
 
Store - javax.mail中的类
An abstract class that models a message store and its access protocol, for storing and retrieving messages.
Store(Session, URLName) - 类 的构造器javax.mail.Store
Constructor.
StoreClosedException - javax.mail中的异常错误
This exception is thrown when a method is invoked on a Messaging object and the Store that owns that object has died due to some reason.
StoreClosedException(Store) - 异常错误 的构造器javax.mail.StoreClosedException
Constructs a StoreClosedException with no detail message.
StoreClosedException(Store, String) - 异常错误 的构造器javax.mail.StoreClosedException
Constructs a StoreClosedException with the specified detail message.
StoreClosedException(Store, String, Exception) - 异常错误 的构造器javax.mail.StoreClosedException
Constructs a StoreClosedException with the specified detail message and embedded exception.
StoreEvent - javax.mail.event中的类
This class models notifications from the Store connection.
StoreEvent(Store, int, String) - 类 的构造器javax.mail.event.StoreEvent
Construct a StoreEvent.
storeFlags(MessageSet[], Flags, boolean) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
storeFlags(int, int, Flags, boolean) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
 
storeFlags(int, Flags, boolean) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Set the specified flags on this message.
StoreListener - javax.mail.event中的接口
This is the Listener interface for Store Notifications.
StringTerm - javax.mail.search中的类
This class implements the match method for Strings.
StringTerm(String) - 类 的构造器javax.mail.search.StringTerm
Construct a StringTerm with the given pattern.
StringTerm(String, boolean) - 类 的构造器javax.mail.search.StringTerm
Construct a StringTerm with the given pattern and ignoreCase flag.
subject - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
subject(SubjectTerm, String) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
SUBJECT - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Sort by the base subject text.
SubjectTerm - javax.mail.search中的类
This class implements comparisons for the message Subject header.
SubjectTerm(String) - 类 的构造器javax.mail.search.SubjectTerm
Constructor.
subscribe(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
SUBSCRIBE Command.
subtype - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
supportedOptions() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
supportsAuthentication(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Does the server we're connected to support the specified authentication mechanism?
supportsExtension(String) - 类 中的方法net.iotgw.mail.smtp.SMTPTransport
Return true if the SMTP server supports the specified service extension.
supportsNonSyncLiterals() - 类 中的方法net.iotgw.mail.iap.Protocol
Returns whether this Protocol supports non-synchronizing literals Default is false.
supportsNonSyncLiterals() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Returns whether this Protocol supports non-synchronizing literals.
supportsUtf8() - 类 中的方法net.iotgw.mail.iap.Protocol
Does the server support UTF-8?
supportsUtf8() - 类 中的方法net.iotgw.mail.iap.Response
Does the server support UTF-8?
supportsUtf8() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Does the server support UTF-8?
suspendTracing() - 类 中的方法net.iotgw.mail.iap.Protocol
Temporarily turn off protocol tracing, e.g., to prevent tracing the authentication sequence, including the password.
SYNTHETIC - 类 中的静态变量net.iotgw.mail.iap.Response
 

T

tag - 类 中的变量net.iotgw.mail.iap.Response
 
TAG_MASK - 类 中的静态变量net.iotgw.mail.iap.Response
 
TAGGED - 类 中的静态变量net.iotgw.mail.iap.Response
 
test(IMAPMessage) - 类 中的方法net.iotgw.mail.imap.IMAPMessage.FetchProfileCondition
Return true if we NEED to fetch the requested information for the specified message.
test(IMAPMessage) - 接口 中的方法net.iotgw.mail.imap.Utility.Condition
 
text_html - net.iotgw.mail.handlers中的类
DataContentHandler for text/html.
text_html() - 类 的构造器net.iotgw.mail.handlers.text_html
 
text_plain - net.iotgw.mail.handlers中的类
DataContentHandler for text/plain.
text_plain() - 类 的构造器net.iotgw.mail.handlers.text_plain
 
text_xml - net.iotgw.mail.handlers中的类
DataContentHandler for text/xml.
text_xml() - 类 的构造器net.iotgw.mail.handlers.text_xml
 
throwClosedException(ConnectionException) - 类 中的方法net.iotgw.mail.imap.IMAPFolder
Throw the appropriate 'closed' exception.
TO - 类 中的静态变量javax.mail.Message.RecipientType
The "To" (primary) recipients.
to - 类 中的变量net.iotgw.mail.imap.protocol.ENVELOPE
 
TO - 类 中的静态变量net.iotgw.mail.imap.SortTerm
Sort by email address of first To recipient.
toAlternate(String) - 类 中的方法net.iotgw.mail.util.logging.CompactFormatter
Defines the alternate format.
toArray(UIDSet[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.UIDSet
Convert an array of UIDSets into a array of long UIDs.
toArray(UIDSet[], long) - 类 中的静态方法net.iotgw.mail.imap.protocol.UIDSet
Convert an array of UIDSets into a array of long UIDs.
toByteArrayInputStream() - 类 中的方法net.iotgw.mail.iap.ByteArray
Returns a ByteArrayInputStream.
toIMAPDate(Date) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
 
Token(int, String) - 类 的构造器javax.mail.internet.HeaderTokenizer.Token
Constructor.
toMessageSet(Message[], Utility.Condition) - 类 中的静态方法net.iotgw.mail.imap.Utility
Run thru the given array of messages, apply the given Condition on each message and generate sets of contiguous sequence-numbers for the successful messages.
toMessageSetSorted(Message[], Utility.Condition) - 类 中的静态方法net.iotgw.mail.imap.Utility
Sort (a copy of) the given array of messages and then run thru the sorted array of messages, apply the given Condition on each message and generate sets of contiguous sequence-numbers for the successful messages.
top(int, int) - 类 中的方法net.iotgw.mail.pop3.POP3Folder
 
top(int) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Fetch the header of the message and the first n lines of the raw content of the message.
toStream() - 类 中的方法net.iotgw.mail.util.SharedByteArrayOutputStream
 
toString() - 类 中的方法javax.mail.Address
Return a String representation of this address object.
toString() - 类 中的方法javax.mail.FetchProfile.Item
Include the name in the toString return value for debugging.
toString() - 类 中的方法javax.mail.Flags
Return a string representation of this Flags object.
toString() - 类 中的方法javax.mail.Folder
override the default toString(), it will return the String from Folder.getFullName() or if that is null, it will use the default toString() behavior.
toString() - 异常错误 中的方法javax.mail.internet.AddressException
 
toString() - 类 中的方法javax.mail.internet.ContentDisposition
Retrieve a RFC2045 style string representation of this ContentDisposition.
toString() - 类 中的方法javax.mail.internet.ContentType
Retrieve a RFC2045 style string representation of this Content-Type.
toString() - 类 中的方法javax.mail.internet.InternetAddress
Convert this address into a RFC 822 / RFC 2047 encoded address.
toString(Address[]) - 类 中的静态方法javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(Address[], int) - 类 中的静态方法javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString() - 类 中的方法javax.mail.internet.NewsAddress
Convert this address into a RFC 1036 address.
toString(Address[]) - 类 中的静态方法javax.mail.internet.NewsAddress
Convert the given array of NewsAddress objects into a comma separated sequence of address strings.
toString() - 类 中的方法javax.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString(int) - 类 中的方法javax.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString() - 类 中的方法javax.mail.Message.RecipientType
 
toString() - 异常错误 中的方法javax.mail.MessagingException
Override toString method to provide information on nested exceptions.
toString() - 类 中的方法javax.mail.Provider
Overrides Object.toString()
toString() - 类 中的方法javax.mail.Provider.Type
 
toString() - 类 中的方法javax.mail.Service
Return getURLName.toString() if this service has a URLName, otherwise it will return the default toString.
toString() - 类 中的方法javax.mail.URLName
Constructs a string representation of this URLName.
toString() - 类 中的方法net.iotgw.mail.iap.Response
 
toString(MessageSet[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.MessageSet
Convert an array of MessageSets into an IMAP sequence range
toString(UIDSet[]) - 类 中的静态方法net.iotgw.mail.imap.protocol.UIDSet
Convert an array of UIDSets into an IMAP sequence range.
toString() - 类 中的方法net.iotgw.mail.imap.Rights.Right
 
toString() - 类 中的方法net.iotgw.mail.imap.Rights
 
toString() - 类 中的方法net.iotgw.mail.imap.SortTerm
 
toString(byte[], int, int) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a String.
toString(byte[]) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
Convert the bytes into a String.
toString(ByteArrayInputStream) - 类 中的静态方法net.iotgw.mail.util.ASCIIUtility
 
toString() - 类 中的方法net.iotgw.mail.util.logging.CollectorFormatter
Formats the collected LogRecord and summary statistics.
toString() - 类 中的方法net.iotgw.mail.util.logging.DurationFilter
Returns a string representation of this filter.
toString() - 类 中的方法net.iotgw.mail.util.WriteTimeoutSocket
 
total - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The total number of messages.
total - 类 中的变量net.iotgw.mail.imap.protocol.Status
 
toUIDSet(Message[]) - 类 中的静态方法net.iotgw.mail.imap.Utility
Return UIDSets for the messages.
toUnicodeString() - 类 中的方法javax.mail.internet.InternetAddress
Returns a properly formatted address (RFC 822 syntax) of Unicode characters.
toUnicodeString(Address[]) - 类 中的静态方法javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toUnicodeString(Address[], int) - 类 中的静态方法javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
TraceInputStream - net.iotgw.mail.util中的类
This class is a FilterInputStream that writes the bytes being read from the given input stream into the given output stream.
TraceInputStream(InputStream, MailLogger) - 类 的构造器net.iotgw.mail.util.TraceInputStream
Creates an input stream filter built on top of the specified input stream.
TraceInputStream(InputStream, OutputStream) - 类 的构造器net.iotgw.mail.util.TraceInputStream
Creates an input stream filter built on top of the specified input stream.
traceLogger - 类 中的变量net.iotgw.mail.iap.Protocol
 
TraceOutputStream - net.iotgw.mail.util中的类
This class is a subclass of DataOutputStream that copies the data being written into the DataOutputStream into another output stream.
TraceOutputStream(OutputStream, MailLogger) - 类 的构造器net.iotgw.mail.util.TraceOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
TraceOutputStream(OutputStream, OutputStream) - 类 的构造器net.iotgw.mail.util.TraceOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
TRANSPORT - 类 中的静态变量javax.mail.Provider.Type
 
Transport - javax.mail中的类
An abstract class that models a message transport.
Transport(Session, URLName) - 类 的构造器javax.mail.Transport
Constructor.
TransportAdapter - javax.mail.event中的类
The adapter which receives Transport events.
TransportAdapter() - 类 的构造器javax.mail.event.TransportAdapter
 
TransportEvent - javax.mail.event中的类
This class models Transport events.
TransportEvent(Transport, int, Address[], Address[], Address[], Message) - 类 的构造器javax.mail.event.TransportEvent
Constructor.
TransportListener - javax.mail.event中的接口
This is the Listener interface for Transport events
type - 类 中的变量javax.mail.event.ConnectionEvent
The event type.
type - 类 中的变量javax.mail.event.FolderEvent
The event type.
type - 类 中的变量javax.mail.event.MessageChangedEvent
The event type.
type - 类 中的变量javax.mail.event.MessageCountEvent
The event type.
type - 类 中的变量javax.mail.event.StoreEvent
The event type.
type - 类 中的变量javax.mail.event.TransportEvent
The event type.
type - 类 中的变量javax.mail.Message.RecipientType
The type of recipient, usually the name of a corresponding Internet standard header.
type - 类 中的变量net.iotgw.mail.iap.Response
 
type - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
type - 类 中的变量net.iotgw.mail.imap.protocol.BODYSTRUCTURE
 
TYPE_MASK - 类 中的静态变量net.iotgw.mail.iap.Response
 

U

UID - 类 中的静态变量javax.mail.UIDFolder.FetchProfileItem
UID is a fetch profile item that can be included in a FetchProfile during a fetch request to a Folder.
uid - 类 中的变量net.iotgw.mail.imap.AppendUID
 
UID - net.iotgw.mail.imap.protocol中的类
This class represents the UID data item.
UID(FetchResponse) - 类 的构造器net.iotgw.mail.imap.protocol.UID
Constructor.
uid - 类 中的变量net.iotgw.mail.imap.protocol.UID
 
uidexpunge(UIDSet[]) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
UID EXPUNGE Command.
uidfetchChangedSince(long, long, long) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Get the sequence numbers for messages changed since the given modseq and with UIDs ranging from start till end.
UIDFolder - javax.mail中的接口
The UIDFolder interface is implemented by Folders that can support the "disconnected" mode of operation, by providing unique-ids for messages in the folder.
UIDFolder.FetchProfileItem - javax.mail中的类
A fetch profile item for fetching UIDs.
uidnext - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The next UID value to be assigned.
uidnext - 类 中的变量net.iotgw.mail.imap.protocol.Status
 
uidNotSticky - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
UIDs are not sticky.
UIDSet - net.iotgw.mail.imap.protocol中的类
This class holds the 'start' and 'end' for a range of UIDs.
UIDSet() - 类 的构造器net.iotgw.mail.imap.protocol.UIDSet
 
UIDSet(long, long) - 类 的构造器net.iotgw.mail.imap.protocol.UIDSet
 
uidTable - 类 中的变量net.iotgw.mail.imap.IMAPFolder
 
uidvalidity - 类 中的变量net.iotgw.mail.imap.AppendUID
 
uidvalidity - 类 中的变量net.iotgw.mail.imap.CopyUID
 
uidvalidity - 类 中的变量net.iotgw.mail.imap.protocol.MailboxInfo
The UIDVALIDITY.
uidvalidity - 类 中的变量net.iotgw.mail.imap.protocol.Status
 
unauthenticate() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
UNAUTHENTICATE Command.
UNCHANGED - 类 中的静态变量net.iotgw.mail.imap.protocol.ListInfo
 
unfold(String) - 类 中的静态方法javax.mail.internet.MimeUtility
Unfold a folded header.
UNKNOWN_SEPARATOR - 类 中的静态变量net.iotgw.mail.imap.IMAPFolder
 
unseen - 类 中的变量net.iotgw.mail.imap.protocol.Status
 
unselect() - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
UNSELECT Command.
unsubscribe(String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
UNSUBSCRIBE Command.
UNTAGGED - 类 中的静态变量net.iotgw.mail.iap.Response
 
unwrap(byte[], int, int) - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
updateHeaders() - 类 中的方法javax.mail.internet.MimeBodyPart
Examine the content of this body part and update the appropriate MIME headers.
updateHeaders() - 类 中的方法javax.mail.internet.MimeMessage
Called by the saveChanges method to actually update the MIME headers.
updateHeaders() - 类 中的方法javax.mail.internet.MimeMultipart
Update headers.
updateHeaders() - 类 中的方法javax.mail.internet.PreencodedMimeBodyPart
Force the Content-Transfer-Encoding header to use the encoding that was specified when this object was created.
updateHeaders() - 类 中的方法net.iotgw.mail.imap.IMAPBodyPart
 
updateMessageID() - 类 中的方法javax.mail.internet.MimeMessage
Update the Message-ID header.
url - 类 中的变量javax.mail.Service
The URLName of this service.
URLName - javax.mail中的类
The name of a URL.
URLName(String, String, int, String, String, String) - 类 的构造器javax.mail.URLName
Creates a URLName object from the specified protocol, host, port number, file, username, and password.
URLName(URL) - 类 的构造器javax.mail.URLName
Construct a URLName from a java.net.URL object.
URLName(String) - 类 的构造器javax.mail.URLName
Construct a URLName from the string.
usage - 类 中的变量javax.mail.Quota.Resource
The current usage of the resource.
USER - 类 中的静态变量javax.mail.Flags.Flag
A special flag that indicates that this folder supports user defined flags.
user - 类 中的变量net.iotgw.mail.imap.IMAPStore
 
utf8 - 类 中的变量net.iotgw.mail.iap.Response
 
Utility - net.iotgw.mail.imap中的类
Holder for some static utility methods.
Utility.Condition - net.iotgw.mail.imap中的接口
This interface defines the test to be executed in toMessageSet().
UUDecoderStream - net.iotgw.mail.util中的类
This class implements a UUDecoder.
UUDecoderStream(InputStream) - 类 的构造器net.iotgw.mail.util.UUDecoderStream
Create a UUdecoder that decodes the specified input stream.
UUDecoderStream(InputStream, boolean, boolean) - 类 的构造器net.iotgw.mail.util.UUDecoderStream
Create a UUdecoder that decodes the specified input stream.
UUEncoderStream - net.iotgw.mail.util中的类
This class implements a UUEncoder.
UUEncoderStream(OutputStream) - 类 的构造器net.iotgw.mail.util.UUEncoderStream
Create a UUencoder that encodes the specified input stream
UUEncoderStream(OutputStream, String) - 类 的构造器net.iotgw.mail.util.UUEncoderStream
Create a UUencoder that encodes the specified input stream
UUEncoderStream(OutputStream, String, int) - 类 的构造器net.iotgw.mail.util.UUEncoderStream
Create a UUencoder that encodes the specified input stream

V

validate() - 类 中的方法javax.mail.internet.InternetAddress
Validate that this address conforms to the syntax rules of RFC 822.
validSent - 类 中的变量javax.mail.event.TransportEvent
The valid address to which the message was sent.
validSent - 异常错误 中的变量javax.mail.SendFailedException
 
validUnsent - 类 中的变量javax.mail.event.TransportEvent
The valid address to which the message was not sent.
validUnsent - 异常错误 中的变量javax.mail.SendFailedException
 
value - 类 中的变量javax.mail.Header
The value of the header.
Vendor - net.iotgw中的类
 
Vendor() - 类 的构造器net.iotgw.Vendor
 

W

watch(Folder) - 类 中的方法net.iotgw.mail.imap.IdleManager
Watch the Folder for new messages and other events using the IMAP IDLE command.
wrap(byte[], int, int) - 类 中的方法net.iotgw.mail.auth.OAuth2SaslClient
 
write(Protocol) - 类 中的方法net.iotgw.mail.iap.Argument
 
write(int) - 类 中的方法net.iotgw.mail.imap.protocol.BASE64MailboxEncoder
 
WRITE - 类 中的静态变量net.iotgw.mail.imap.Rights.Right
Write - STORE flags other than \SEEN and \DELETED.
write(int) - 类 中的方法net.iotgw.mail.smtp.SMTPOutputStream
 
write(byte[], int, int) - 类 中的方法net.iotgw.mail.smtp.SMTPOutputStream
 
write(byte[], int, int) - 类 中的方法net.iotgw.mail.util.BASE64EncoderStream
Encodes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[]) - 类 中的方法net.iotgw.mail.util.BASE64EncoderStream
Encodes b.length bytes to this output stream.
write(int) - 类 中的方法net.iotgw.mail.util.BASE64EncoderStream
Encodes the specified byte to this output stream.
write(int) - 类 中的方法net.iotgw.mail.util.CRLFOutputStream
 
write(byte[]) - 类 中的方法net.iotgw.mail.util.CRLFOutputStream
 
write(byte[], int, int) - 类 中的方法net.iotgw.mail.util.CRLFOutputStream
 
write(int) - 类 中的方法net.iotgw.mail.util.LogOutputStream
 
write(byte[]) - 类 中的方法net.iotgw.mail.util.LogOutputStream
 
write(byte[], int, int) - 类 中的方法net.iotgw.mail.util.LogOutputStream
 
write(int) - 类 中的方法net.iotgw.mail.util.QEncoderStream
Encodes the specified byte to this output stream.
write(byte[], int, int) - 类 中的方法net.iotgw.mail.util.QPEncoderStream
Encodes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[]) - 类 中的方法net.iotgw.mail.util.QPEncoderStream
Encodes b.length bytes to this output stream.
write(int) - 类 中的方法net.iotgw.mail.util.QPEncoderStream
Encodes the specified byte to this output stream.
write(int) - 类 中的方法net.iotgw.mail.util.TraceOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - 类 中的方法net.iotgw.mail.util.TraceOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - 类 中的方法net.iotgw.mail.util.UUEncoderStream
 
write(byte[]) - 类 中的方法net.iotgw.mail.util.UUEncoderStream
 
write(int) - 类 中的方法net.iotgw.mail.util.UUEncoderStream
 
writeArgument(Argument) - 类 中的方法net.iotgw.mail.iap.Argument
Write out as parenthesised list.
writeAtom(String) - 类 中的方法net.iotgw.mail.iap.Argument
Write out given string as an Atom.
writeBytes(byte[]) - 类 中的方法net.iotgw.mail.iap.Argument
Write out given byte[] as a Literal.
writeBytes(ByteArrayOutputStream) - 类 中的方法net.iotgw.mail.iap.Argument
Write out given ByteArrayOutputStream as a Literal.
writeBytes(Literal) - 类 中的方法net.iotgw.mail.iap.Argument
Write out given data as a literal.
writeCommand(String, Argument) - 类 中的方法net.iotgw.mail.iap.Protocol
 
writeln() - 类 中的方法net.iotgw.mail.util.CRLFOutputStream
 
writeln(String) - 类 中的方法net.iotgw.mail.util.LineOutputStream
 
writeln() - 类 中的方法net.iotgw.mail.util.LineOutputStream
 
writeMailboxName(Argument, String) - 类 中的方法net.iotgw.mail.imap.protocol.IMAPProtocol
Encode a mailbox name appropriately depending on whether or not the server supports UTF-8, and add the encoded name to the Argument.
writeNString(String) - 类 中的方法net.iotgw.mail.iap.Argument
Write out given string as an NSTRING, depending on the type of the characters inside the string.
writeNString(String, String) - 类 中的方法net.iotgw.mail.iap.Argument
Convert the given string into bytes in the specified charset, and write the bytes out as an NSTRING
writeNString(String, Charset) - 类 中的方法net.iotgw.mail.iap.Argument
Convert the given string into bytes in the specified charset, and write the bytes out as an NSTRING
writeNumber(int) - 类 中的方法net.iotgw.mail.iap.Argument
Write out number.
writeNumber(long) - 类 中的方法net.iotgw.mail.iap.Argument
Write out number.
writeString(String) - 类 中的方法net.iotgw.mail.iap.Argument
Write out given string as an ASTRING, depending on the type of the characters inside the string.
writeString(String, String) - 类 中的方法net.iotgw.mail.iap.Argument
Convert the given string into bytes in the specified charset, and write the bytes out as an ASTRING
writeString(String, Charset) - 类 中的方法net.iotgw.mail.iap.Argument
Convert the given string into bytes in the specified charset, and write the bytes out as an ASTRING
WriteTimeoutSocket - net.iotgw.mail.util中的类
A special Socket that uses a ScheduledExecutorService to implement timeouts for writes.
WriteTimeoutSocket(Socket, int) - 类 的构造器net.iotgw.mail.util.WriteTimeoutSocket
 
WriteTimeoutSocket(int) - 类 的构造器net.iotgw.mail.util.WriteTimeoutSocket
 
WriteTimeoutSocket(InetAddress, int, int) - 类 的构造器net.iotgw.mail.util.WriteTimeoutSocket
 
WriteTimeoutSocket(InetAddress, int, InetAddress, int, int) - 类 的构造器net.iotgw.mail.util.WriteTimeoutSocket
 
WriteTimeoutSocket(String, int, int) - 类 的构造器net.iotgw.mail.util.WriteTimeoutSocket
 
WriteTimeoutSocket(String, int, InetAddress, int, int) - 类 的构造器net.iotgw.mail.util.WriteTimeoutSocket
 
writeTo(OutputStream) - 类 中的方法javax.mail.internet.MimeBodyPart
Output the body part as an RFC 822 format stream.
writeTo(OutputStream) - 类 中的方法javax.mail.internet.MimeMessage
Output the message as an RFC 822 format stream.
writeTo(OutputStream, String[]) - 类 中的方法javax.mail.internet.MimeMessage
Output the message as an RFC 822 format stream, without specified headers.
writeTo(OutputStream) - 类 中的方法javax.mail.internet.MimeMultipart
Iterates through all the parts and outputs each MIME part separated by a boundary.
writeTo(OutputStream) - 类 中的方法javax.mail.internet.PreencodedMimeBodyPart
Output the body part as an RFC 822 format stream.
writeTo(OutputStream) - 类 中的方法javax.mail.Multipart
Output an appropriately encoded bytestream to the given OutputStream.
writeTo(OutputStream) - 接口 中的方法javax.mail.Part
Output a bytestream for this Part.
writeTo(Object, String, OutputStream) - 类 中的方法net.iotgw.mail.handlers.image_gif
Write the object to the output stream, using the specified MIME type.
writeTo(Object, String, OutputStream) - 类 中的方法net.iotgw.mail.handlers.message_rfc822
Write the object as a byte stream.
writeTo(Object, String, OutputStream) - 类 中的方法net.iotgw.mail.handlers.multipart_mixed
Write the object to the output stream, using the specific MIME type.
writeTo(Object, String, OutputStream) - 类 中的方法net.iotgw.mail.handlers.text_plain
Write the object to the output stream, using the specified MIME type.
writeTo(Object, String, OutputStream) - 类 中的方法net.iotgw.mail.handlers.text_xml
 
writeTo(OutputStream) - 接口 中的方法net.iotgw.mail.iap.Literal
Write the data to the OutputStream.
writeTo(OutputStream) - 类 中的方法net.iotgw.mail.imap.IMAPMessage
Write out the bytes into the given OutputStream.
writeTo(OutputStream, String[]) - 类 中的方法net.iotgw.mail.pop3.POP3Message
Output the message as an RFC 822 format stream, without specified headers.

X

xtext(String) - 类 中的静态方法net.iotgw.mail.smtp.SMTPTransport
Convert a string to RFC 1891 xtext format.
xtext(String, boolean) - 类 中的静态方法net.iotgw.mail.smtp.SMTPTransport
Like xtext(s), but allow UTF-8 strings.

Y

younger(YoungerTerm) - 类 中的方法net.iotgw.mail.imap.protocol.SearchSequence
Generate argument for YoungerTerm.
YoungerTerm - net.iotgw.mail.imap中的类
Find messages that are younger than a given interval (in seconds).
YoungerTerm(int) - 类 的构造器net.iotgw.mail.imap.YoungerTerm
Constructor.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
跳过导航链接

Copyright © 2021 Oracle. All rights reserved.