namespace Akonadi2.ApplicationDomain.Buffer; table Mail { uid:string; folder:string; sender:string; senderName:string; subject:string; date:string; unread:bool = false; important:bool = false; } root_type Mail; file_identifier "AKFB";