Finalized new message parsing. Attention: changes in database schema

This commit is contained in:
thomascube
2006-08-25 11:51:11 +00:00
parent 5f56a5bfa9
commit f7bfec96be
15 changed files with 351 additions and 317 deletions

View File

@@ -1,5 +1,5 @@
-- RoundCube Webmail initial database structure
-- Version 0.1a
-- Version 0.1-beta2
--
-- --------------------------------------------------------
@@ -118,7 +118,7 @@ CREATE TABLE messages (
date datetime NOT NULL default '0000-00-00 00:00:00',
size integer NOT NULL default '0',
headers text NOT NULL,
body text
structure text
);
CREATE INDEX ix_messages_user_id ON messages(user_id);