Camas Sessobj object documentation
----------------------------------

$Id: sessobj-v1.txt,v 1.5 2003/04/28 15:50:18 vida Exp $

Please also look at class _Session in camas.pike.

Key		Type		Usage

status		int		The current status of CAMAS
logintime	int		The time() when was logged the user
login		string		The login name of the user
passwd		string		The password of the user
debug		int		If it is == 1, then camas is in debug mode.
defaultaddress	string		The default email address
address		string		The current email address
name		string		The name of the use (Surname + " " + name)
quota		int		The diskquota of the user
imapserver	string 		the IMAP server hostname / IP
imapport	int 		The IMAP port to connect to
imapidlelogout	int		Close the connection to IMAP server after this
				number of seconds
mailpath	string 		The IMAP base mailpath (eg "INBOX")
defaultmailpath	string		The default IMAP base mailpath
prefsbox	string		The IMAP mailbox name used to store preferences
				the name must be comple eg "INBOX.imhoprefs"
prefsdir	string		The IMAP file named used to store preferences
folderstyle	string		???? To be documented
maildomain	string		The mail domain of the user if he entered an
				email address as login, or the value from the 
				CIF otherwise (Outgoing mail domain in camas main
				module).
sharedpath	string		The base path for the shared mailboxes
defaultshareddepth int 		The depth of the shared mailbox.
prefsbox	string		The default preferences directory
copytobox	string		The mailbox to copy email to
language	string		The language of the user
lock		object		a Thread.Mutex() object
wrapcolumn	int		after how much characters do we wrap in compose
imapclient	object		The imap client handler
