'fm_owner'=>array('type'=>'int','precision'=>'4','nullable'=>False,'comment'=>'account id of profile owner','meta'=>'user'),
'fm_id'=>array('type'=>'auto','comment'=>'id of the profile'),
'fm_realname'=>array('type'=>'varchar','precision'=>'128','comment'=>'textual descriptor for the profile'),
'fm_organization'=>array('type'=>'varchar','precision'=>'128','comment'=>'additional textual descriptor for the profile, used for organization in mail-header fields'),
'fm_signatureid'=>array('type'=>'int','precision'=>'4','comment'=>'reference to egw_felamimail_signatures'),
'fm_ic_hostname'=>array('type'=>'varchar','precision'=>'128','comment'=>'incomming server hostname or ip'),
'fm_ic_port'=>array('type'=>'int','precision'=>'4','comment'=>'incomming server port'),
'fm_ic_username'=>array('type'=>'varchar','precision'=>'128','comment'=>'incomming server username to use in authentication process'),
'fm_ic_password'=>array('type'=>'varchar','precision'=>'128','comment'=>'incomming server password to be used for authentication'),
'fm_ic_encryption'=>array('type'=>'int','precision'=>'4','comment'=>'wether to use encryption 0=none, 1=STARTTLS, 2=TLS, 3=SSL'),
'fm_og_hostname'=>array('type'=>'varchar','precision'=>'128','comment'=>'outgoing server hostname or ip'),
'fm_og_port'=>array('type'=>'int','precision'=>'4','comment'=>'outgoing server port'),
'fm_og_smtpauth'=>array('type'=>'bool','comment'=>'flag to indicate that authentication is required for sending emails'),
'fm_og_username'=>array('type'=>'varchar','precision'=>'128','comment'=>'outgoing server username to use for authentication'),
'fm_og_password'=>array('type'=>'varchar','precision'=>'128','comment'=>'outgoing server password to be used to authenticate'),
'fm_active'=>array('type'=>'bool','nullable'=>False,'comment'=>'flag to indicate that the profile is active; may be set to active even for identity profiles'),
'fm_ic_validatecertificate'=>array('type'=>'bool','comment'=>'flag to indicate wether to use certificate validation; only affects secure connections'),
'fm_ic_enable_sieve'=>array('type'=>'bool','precision'=>'255','comment'=>'tell the program, that you expect SIEVE to be implemented SERVER side'),
'fm_ic_sieve_server'=>array('type'=>'varchar','precision'=>'128','comment'=>'sieve server name or ip address; program simply stores a copy of incomming server'),
'fm_ic_sieve_port'=>array('type'=>'int','precision'=>'4','comment'=>'Sieve server port'),
'fm_ic_folderstoshowinhome'=>array('type'=>'text','comment'=>'serialized array of a folderselection to be shown in home area (folder with counters)'),
'fm_ic_sentfolder'=>array('type'=>'varchar','precision'=>'128','comment'=>'configuration option for ic server specific sent folder'),
'fm_ic_trashfolder'=>array('type'=>'varchar','precision'=>'128','comment'=>'configuration option for ic server specific trash folder'),
'fm_ic_draftfolder'=>array('type'=>'varchar','precision'=>'128','comment'=>'configuration option for ic server specific drafts folder'),
'fm_ic_templatefolder'=>array('type'=>'varchar','precision'=>'128','comment'=>'configuration option for ic server specific templates folder'),