public void setAutoArchiveSent(boolean doarchive)(Code)
Sets the flag that controls wheter messages should be automatically
archived when sent.
Parameters: doarchive - true if messages being sent should be automaticallyarchived, false otherwise.
Sets the flag that controls wheter messages should be automatically
deleted from the trash on logout.
Parameters: b - true if messages in trash should be automaticallydeleted on logout, false otherwise.
setAutoMoveRead
public void setAutoMoveRead(boolean domoveread)(Code)
Sets the flag that controls wheter messages should be automatically
moved when read.
Parameters: domoveread - true if read messages should be automaticallymoved, false otherwise.
Sets the flag that controls wheter messages should be automatically
quoted on reply.
Parameters: doquote - true if messages being replied to should be automaticallyquoted, false otherwise.
setContactDatabaseID
public void setContactDatabaseID(String dbid)(Code)