Serialized Form


Package org.apache.james.core

Class org.apache.james.core.MailHeaders extends javax.mail.internet.InternetHeaders implements Serializable

Class org.apache.james.core.MailImpl extends java.lang.Object implements Serializable

serialVersionUID: -4289663364703986260L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the MailImpl from an ObjectInputStream.

Throws:
java.io.IOException - if an error occurs while reading from the stream
java.lang.ClassNotFoundException - ?
java.lang.ClassCastException - if the serialized objects are not of the appropriate type

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write the MailImpl to an ObjectOutputStream.

Throws:
java.io.IOException - if an error occurs while writing to the stream
Serialized Fields

errorMessage

java.lang.String errorMessage
The error message, if any, associated with this mail.


state

java.lang.String state
The state of this mail, which determines how it is processed.


message

javax.mail.internet.MimeMessage message
The MimeMessage that holds the mail data.


sender

MailAddress sender
The sender of this mail.


recipients

java.util.Collection<E> recipients
The collection of recipients to whom this mail was sent.


name

java.lang.String name
The identifier for this mail message


remoteHost

java.lang.String remoteHost
The remote host from which this mail was sent.


remoteAddr

java.lang.String remoteAddr
The remote address from which this mail was sent.


lastUpdated

java.util.Date lastUpdated
The last time this message was updated.


attributes

java.util.HashMap<K,V> attributes
Attributes added to this MailImpl instance


Package org.apache.james.nntpserver

Class org.apache.james.nntpserver.NNTPException extends java.lang.RuntimeException implements Serializable

Serialized Fields

t

java.lang.Throwable t
The encapsulated Throwable


Package org.apache.james.security

Class org.apache.james.security.SMIMESignerInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

signerCertificate

java.security.cert.X509Certificate signerCertificate

certPath

java.security.cert.CertPath certPath

valid

boolean valid

Package org.apache.james.smtpserver

Class org.apache.james.smtpserver.MessageSizeException extends java.io.IOException implements Serializable


Package org.apache.james.userrepository

Class org.apache.james.userrepository.DefaultJamesUser extends DefaultUser implements Serializable

serialVersionUID: 6323959976390389529L

Serialized Fields

forwarding

boolean forwarding
Whether forwarding is enabled for this user.


forwardingDestination

MailAddress forwardingDestination
The mail address to which this user's email is forwarded.


aliasing

boolean aliasing
Is this user an alias for another username on the system.


alias

java.lang.String alias
The user name that this user name is aliasing.

Class org.apache.james.userrepository.DefaultUser extends java.lang.Object implements Serializable

serialVersionUID: 5178048915868531270L

Serialized Fields

userName

java.lang.String userName

hashedPassword

java.lang.String hashedPassword

algorithm

java.lang.String algorithm

Package org.apache.james.util

Class org.apache.james.util.CRLFTerminatedReader.LineLengthExceededException extends java.io.IOException implements Serializable

Class org.apache.james.util.CRLFTerminatedReader.TerminationException extends java.io.IOException implements Serializable

Serialized Fields

where

int where

Package org.apache.mailet

Class org.apache.mailet.MailAddress extends java.lang.Object implements Serializable

serialVersionUID: 2779163542539434916L

Serialized Fields

user

java.lang.String user

host

java.lang.String host

pos

int pos

Class org.apache.mailet.MailetException extends javax.mail.MessagingException implements Serializable



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.