Method Summary |
|
public void | addMailIdentity(JwmaMailIdentity identity) Adds the given JwmaMailIdentity
to this JwmaPreferences. |
public JwmaMailIdentityImpl | createMailIdentity() Factory method for an implementation specific
JwmaMailIdentityImpl. |
public boolean | existsMailIdentity(String uid) Tests if a JwmaMailIdentity with the given index
exists. |
public String | getContactDatabaseID() Returns a String representing the
user's contact database UID. |
public int | getMailIdentityCount() Returns the count of JwmaMailIdentity instances
that are associated with this JwmaPreferences. |
public void | removeMailIdentity(String uid) Removes the JwmaMailIdentity with the given id
from this JwmaPreferences. |
public void | setAutoArchiveSent(boolean doarchive) Sets the flag that controls wheter messages should be automatically
archived when sent. |
public void | setAutoEmpty(boolean b) Sets the flag that controls wheter messages should be automatically
deleted from the trash on logout. |
public void | setAutoMoveRead(boolean domoveread) Sets the flag that controls wheter messages should be automatically
moved when read. |
public void | setAutoQuote(boolean doquote) Sets the flag that controls wheter messages should be automatically
quoted on reply. |
public void | setContactDatabaseID(String dbid) Sets a String representing the
user's contact database UID. |
public void | setDateFormat(SimpleDateFormat dateformat) Sets the DateFormat representing the user's
preferred date format. |
public void | setDefaultMailIdentity(String uid) Sets the user's default identity
JwmaMailIdentity instance. |
public void | setDisplayingInlined(boolean b) Sets the flag that controls whether known
mime message content is displayed inline. |
public void | setDraftFolder(String path) Sets the path of the draft folder. |
public void | setExpert(boolean b) Sets the flag that shows wheter the owner of
this JwmaPreferences considers to be an xpert. |
public void | setFirstname(String firstname) Sets the firstname of the owner of this
JwmaPreferences. |
public void | setLanguage(String language) Sets a String representing the
language. |
public void | setLastLogin(String lastlogin) Sets the the user's last login date and originating host. |
public void | setLastname(String lastname) Sets the lastname of the owner of this
JwmaPreferences. |
public void | setLocale(Locale locale) Sets the Locale associated with this
JwmaPreferences. |
public void | setMessageProcessor(Processor processor) Sets the Processor representing the
users preferred message processor for
processing plain/text messages. |
public void | setMessageProcessorName(String name) Sets the Processor representing the
users preferred message processor for
processing plain/text messages by its name. |
public void | setQuoteChar(String qc) Sets the quoting character. |
public void | setReadMailArchive(String path) Sets the path of the read-mail-archive. |
public void | setRootFolder(String path) Sets the path of the mail root folder. |
public void | setSentMailArchive(String path) Sets the path of the sent-mail-archive. |
public void | setStyle(String style) Sets a String representing the users
preferred style. |
public void | setTrashFolder(String path) Sets the path of the trashfolder. |
public void | setUserIdentity(String userid) Sets the identity of this JwmaPreferences. |