Serialized Form


Package javax.mail

Class javax.mail.Address implements Serializable

Class javax.mail.AuthenticationFailedException implements Serializable

Class javax.mail.Flags implements Serializable

Serialized Fields

system_flags

int system_flags

user_flags

java.util.Hashtable user_flags

Class javax.mail.FolderClosedException implements Serializable

Class javax.mail.FolderNotFoundException implements Serializable

Class javax.mail.IllegalWriteException implements Serializable

Class javax.mail.Message.RecipientType implements Serializable

Serialized Fields

type

java.lang.String type
The type of recipient, usually the name of a corresponding Internet standard header.
 

Class javax.mail.MessageRemovedException implements Serializable

Class javax.mail.MessagingException implements Serializable

Serialized Fields

next

java.lang.Exception next
The next exception in the chain.
 

Class javax.mail.MethodNotSupportedException implements Serializable

Class javax.mail.NoSuchProviderException implements Serializable

Class javax.mail.ReadOnlyFolderException implements Serializable

Class javax.mail.SendFailedException implements Serializable

Class javax.mail.StoreClosedException implements Serializable


Package javax.mail.event

Class javax.mail.event.ConnectionEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.FolderEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.MailEvent implements Serializable

Class javax.mail.event.MessageChangedEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.MessageCountEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

removed

boolean removed
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. If false, this event is the result of an expunge by external sources.
 

Class javax.mail.event.StoreEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

message

java.lang.String message
The message text to be presented to the user.
 

Class javax.mail.event.TransportEvent implements Serializable

Serialized Fields

type

int type
The event type.
 


Package javax.mail.internet

Class javax.mail.internet.AddressException implements Serializable

Serialized Fields

ref

java.lang.String ref
The string being parsed.
 

pos

int pos
The index in the string where the error occurred, or -1 if not known.
 

Class javax.mail.internet.InternetAddress implements Serializable

Serialized Fields

address

java.lang.String address

personal

java.lang.String personal
The personal name.

encodedPersonal

java.lang.String encodedPersonal
The RFC 2047 encoded version of the personal name.

This field and the personal field track each other, so if a subclass sets one of these fields directly, it should set the other to null, so that it is suitably recomputed.

Class javax.mail.internet.MailDateFormat implements Serializable

Class javax.mail.internet.MimeMessage.RecipientType implements Serializable

Class javax.mail.internet.NewsAddress implements Serializable

Serialized Fields

newsgroup

java.lang.String newsgroup

host

java.lang.String host

Class javax.mail.internet.ParseException implements Serializable


Package javax.mail.search

Class javax.mail.search.AddressStringTerm implements Serializable

Class javax.mail.search.AddressTerm implements Serializable

Serialized Fields

address

Address address
The address.
 

Class javax.mail.search.AndTerm implements Serializable

Serialized Fields

terms

SearchTerm[] terms
The array of terms on which the AND operator should be applied.
 

Class javax.mail.search.BodyTerm implements Serializable

Class javax.mail.search.ComparisonTerm implements Serializable

Serialized Fields

comparison

int comparison
The comparison.
 

Class javax.mail.search.DateTerm implements Serializable

Serialized Fields

date

java.util.Date date
The date.
 

Class javax.mail.search.FlagTerm implements Serializable

Serialized Fields

set

boolean set
Indicates whether to test for the presence or absence of the specified Flag. If true, then test whether all the specified flags are present, else test whether all the specified flags are absent.
 

flags

Flags flags
Flags object containing the flags to test.
 

Class javax.mail.search.FromStringTerm implements Serializable

Class javax.mail.search.FromTerm implements Serializable

Class javax.mail.search.HeaderTerm implements Serializable

Serialized Fields

headerName

java.lang.String headerName
The name of the header.
 

Class javax.mail.search.IntegerComparisonTerm implements Serializable

Serialized Fields

number

int number
The number.
 

Class javax.mail.search.MessageIDTerm implements Serializable

Class javax.mail.search.MessageNumberTerm implements Serializable

Class javax.mail.search.NotTerm implements Serializable

Serialized Fields

term

SearchTerm term
The search term to negate.
 

Class javax.mail.search.OrTerm implements Serializable

Serialized Fields

terms

SearchTerm[] terms
The array of terms on which the OR operator should be applied.
 

Class javax.mail.search.ReceivedDateTerm implements Serializable

Class javax.mail.search.RecipientStringTerm implements Serializable

Serialized Fields

type

Message.RecipientType type
The recipient type.
 

Class javax.mail.search.RecipientTerm implements Serializable

Serialized Fields

type

Message.RecipientType type
The recipient type.
 

Class javax.mail.search.SearchException implements Serializable

Class javax.mail.search.SearchTerm implements Serializable

Class javax.mail.search.SentDateTerm implements Serializable

Class javax.mail.search.SizeTerm implements Serializable

Class javax.mail.search.StringTerm implements Serializable

Serialized Fields

pattern

java.lang.String pattern
The pattern.
 

ignoreCase

boolean ignoreCase
Ignore case when comparing?
 

Class javax.mail.search.SubjectTerm implements Serializable