create table message (fromname char(40) null, fromem char(40) null, toname char(40) null, toem char(40) null, subject char(40) null, when date null, body memo null, msgstore char(40) null, folder char(40) null )