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 
All Classes All Packages

T

tag - Variable in class org.eclipse.angus.mail.iap.Response
 
TAG_MASK - Static variable in class org.eclipse.angus.mail.iap.Response
 
TAGGED - Static variable in class org.eclipse.angus.mail.iap.Response
 
test(IMAPMessage) - Method in class org.eclipse.angus.mail.imap.IMAPMessage.FetchProfileCondition
Return true if we NEED to fetch the requested information for the specified message.
test(IMAPMessage) - Method in interface org.eclipse.angus.mail.imap.Utility.Condition
 
text_html - Class in org.eclipse.angus.mail.handlers
DataContentHandler for text/html.
text_html() - Constructor for class org.eclipse.angus.mail.handlers.text_html
Creates a default text_html.
text_plain - Class in org.eclipse.angus.mail.handlers
DataContentHandler for text/plain.
text_plain() - Constructor for class org.eclipse.angus.mail.handlers.text_plain
Creates a default text_plain.
text_xml - Class in org.eclipse.angus.mail.handlers
DataContentHandler for text/xml.
text_xml() - Constructor for class org.eclipse.angus.mail.handlers.text_xml
Creates a default text_xml.
throwClosedException(ConnectionException) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Throw the appropriate 'closed' exception.
to - Variable in class org.eclipse.angus.mail.imap.protocol.ENVELOPE
 
TO - Static variable in class jakarta.mail.Message.RecipientType
The "To" (primary) recipients.
TO - Static variable in class org.eclipse.angus.mail.imap.SortTerm
Sort by email address of first To recipient.
toAlternate(String) - Method in class org.eclipse.angus.mail.util.logging.CompactFormatter
Defines the alternate format.
toArray(UIDSet[]) - Static method in class org.eclipse.angus.mail.imap.protocol.UIDSet
Convert an array of UIDSets into a array of long UIDs.
toArray(UIDSet[], long) - Static method in class org.eclipse.angus.mail.imap.protocol.UIDSet
Convert an array of UIDSets into a array of long UIDs.
toByteArrayInputStream() - Method in class org.eclipse.angus.mail.iap.ByteArray
Returns a ByteArrayInputStream.
toIMAPDate(Date) - Method in class org.eclipse.angus.mail.imap.protocol.SearchSequence
 
Token(int, String) - Constructor for class jakarta.mail.internet.HeaderTokenizer.Token
Constructor.
toMessageSet(Message[], Utility.Condition) - Static method in class org.eclipse.angus.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) - Static method in class org.eclipse.angus.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) - Method in class org.eclipse.angus.mail.pop3.POP3Message
Fetch the header of the message and the first n lines of the raw content of the message.
toStream() - Method in class org.eclipse.angus.mail.util.SharedByteArrayOutputStream
 
toString() - Method in class jakarta.mail.Address
Return a String representation of this address object.
toString() - Method in class jakarta.mail.FetchProfile.Item
Include the name in the toString return value for debugging.
toString() - Method in class jakarta.mail.Flags
Return a string representation of this Flags object.
toString() - Method in class jakarta.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() - Method in exception jakarta.mail.internet.AddressException
 
toString() - Method in class jakarta.mail.internet.ContentDisposition
Retrieve a RFC2045 style string representation of this ContentDisposition.
toString() - Method in class jakarta.mail.internet.ContentType
Retrieve a RFC2045 style string representation of this Content-Type.
toString() - Method in class jakarta.mail.internet.InternetAddress
Convert this address into a RFC 822 / RFC 2047 encoded address.
toString() - Method in class jakarta.mail.internet.NewsAddress
Convert this address into a RFC 1036 address.
toString() - Method in class jakarta.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString() - Method in class jakarta.mail.Message.RecipientType
 
toString() - Method in exception jakarta.mail.MessagingException
Override toString method to provide information on nested exceptions.
toString() - Method in class jakarta.mail.Provider
Overrides Object.toString()
toString() - Method in class jakarta.mail.Provider.Type
 
toString() - Method in class jakarta.mail.Service
Return getURLName.toString() if this service has a URLName, otherwise it will return the default toString.
toString() - Method in class jakarta.mail.URLName
Constructs a string representation of this URLName.
toString() - Method in class org.eclipse.angus.mail.iap.Response
 
toString() - Method in class org.eclipse.angus.mail.imap.Rights.Right
 
toString() - Method in class org.eclipse.angus.mail.imap.Rights
 
toString() - Method in class org.eclipse.angus.mail.imap.SortTerm
 
toString() - Method in class org.eclipse.angus.mail.util.logging.CollectorFormatter
Formats the collected LogRecord and summary statistics.
toString() - Method in class org.eclipse.angus.mail.util.logging.DurationFilter
Returns a string representation of this filter.
toString() - Method in class org.eclipse.angus.mail.util.WriteTimeoutSocket
 
toString(byte[]) - Static method in class org.eclipse.angus.mail.util.ASCIIUtility
Convert the bytes into a String.
toString(byte[], int, int) - Static method in class org.eclipse.angus.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a String.
toString(int) - Method in class jakarta.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString(Address[]) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(Address[]) - Static method in class jakarta.mail.internet.NewsAddress
Convert the given array of NewsAddress objects into a comma separated sequence of address strings.
toString(Address[], int) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(ByteArrayInputStream) - Static method in class org.eclipse.angus.mail.util.ASCIIUtility
 
toString(MessageSet[]) - Static method in class org.eclipse.angus.mail.imap.protocol.MessageSet
Convert an array of MessageSets into an IMAP sequence range
toString(UIDSet[]) - Static method in class org.eclipse.angus.mail.imap.protocol.UIDSet
Convert an array of UIDSets into an IMAP sequence range.
total - Variable in class org.eclipse.angus.mail.imap.protocol.MailboxInfo
The total number of messages.
total - Variable in class org.eclipse.angus.mail.imap.protocol.Status
 
toUIDSet(Message[]) - Static method in class org.eclipse.angus.mail.imap.Utility
Return UIDSets for the messages.
toUnicodeString() - Method in class jakarta.mail.internet.InternetAddress
Returns a properly formatted address (RFC 822 syntax) of Unicode characters.
toUnicodeString(Address[]) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toUnicodeString(Address[], int) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
TraceInputStream - Class in org.eclipse.angus.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, OutputStream) - Constructor for class org.eclipse.angus.mail.util.TraceInputStream
Creates an input stream filter built on top of the specified input stream.
TraceInputStream(InputStream, MailLogger) - Constructor for class org.eclipse.angus.mail.util.TraceInputStream
Creates an input stream filter built on top of the specified input stream.
traceLogger - Variable in class org.eclipse.angus.mail.iap.Protocol
 
TraceOutputStream - Class in org.eclipse.angus.mail.util
This class is a subclass of DataOutputStream that copies the data being written into the DataOutputStream into another output stream.
TraceOutputStream(OutputStream, OutputStream) - Constructor for class org.eclipse.angus.mail.util.TraceOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
TraceOutputStream(OutputStream, MailLogger) - Constructor for class org.eclipse.angus.mail.util.TraceOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
Transport - Class in jakarta.mail
An abstract class that models a message transport.
Transport(Session, URLName) - Constructor for class jakarta.mail.Transport
Constructor.
TRANSPORT - Static variable in class jakarta.mail.Provider.Type
The Provider of type TRANSPORT.
TransportAdapter - Class in jakarta.mail.event
The adapter which receives Transport events.
TransportAdapter() - Constructor for class jakarta.mail.event.TransportAdapter
Creates a default TransportAdapter.
TransportEvent - Class in jakarta.mail.event
This class models Transport events.
TransportEvent(Transport, int, Address[], Address[], Address[], Message) - Constructor for class jakarta.mail.event.TransportEvent
Constructor.
TransportListener - Interface in jakarta.mail.event
This is the Listener interface for Transport events
transportProtocol() - Method in annotation type jakarta.mail.MailSessionDefinition
Transport protocol name.
type - Variable in class jakarta.mail.event.ConnectionEvent
The event type.
type - Variable in class jakarta.mail.event.FolderEvent
The event type.
type - Variable in class jakarta.mail.event.MessageChangedEvent
The event type.
type - Variable in class jakarta.mail.event.MessageCountEvent
The event type.
type - Variable in class jakarta.mail.event.StoreEvent
The event type.
type - Variable in class jakarta.mail.event.TransportEvent
The event type.
type - Variable in class jakarta.mail.Message.RecipientType
The type of recipient, usually the name of a corresponding Internet standard header.
type - Variable in class org.eclipse.angus.mail.iap.Response
 
type - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
 
type - Variable in class org.eclipse.angus.mail.imap.protocol.BODYSTRUCTURE
 
TYPE_MASK - Static variable in class org.eclipse.angus.mail.iap.Response
 
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 
All Classes All Packages