private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
ObjectInputStream
.IOException
- if an error occurs while reading from the streamClassNotFoundException
- ?ClassCastException
- if the serialized objects are not of the appropriate typeprivate void writeObject(ObjectOutputStream out) throws IOException
ObjectOutputStream
.IOException
- if an error occurs while writing to the streamString errorMessage
String state
javax.mail.internet.MimeMessage message
org.apache.mailet.MailAddress sender
Collection<E> recipients
String name
String remoteHost
String remoteAddr
Date lastUpdated
HashMap<K,V> attributes
String _userName
User.getUserName()
. It is also from this value that the
user's email address is formed, so for example: if the value of this
field is "john.bold"
, and the domain is
"myorg.com"
, the user's email address will be
"john.bold@myorg.com"
.String _userDN
LdapContext _ldapContext
boolean forwarding
org.apache.mailet.MailAddress forwardingDestination
boolean aliasing
String alias
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.