Serialized Form


Package org.apache.james.core

Class org.apache.james.core.MailHeaders implements Serializable

Class org.apache.james.core.MailImpl implements Serializable

Serialization Methods

readObject

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

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

writeObject

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

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

errorMessage

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


state

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


message

MimeMessage message
The MimeMessage that holds the mail data.


sender

MailAddress sender
The sender of this mail.


recipients

Collection recipients
The collection of recipients to whom this mail was sent.


name

String name
The identifier for this mail message


remoteHost

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


remoteAddr

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


lastUpdated

Date lastUpdated
The last time this message was updated.


Package org.apache.james.nntpserver

Class org.apache.james.nntpserver.NNTPException implements Serializable

Serialized Fields

t

Throwable t
The encapsulated Throwable


Package org.apache.james.smtpserver

Class org.apache.james.smtpserver.MessageSizeException implements Serializable


Package org.apache.james.userrepository

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

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

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

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

Serialized Fields

userName

String userName

hashedPassword

String hashedPassword

algorithm

String algorithm


Package org.apache.mailet

Class org.apache.mailet.MailAddress implements Serializable

Serialized Fields

user

String user

host

String host

pos

int pos

Class org.apache.mailet.MailetException implements Serializable



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."