I'm using an e-mail system that provides folders & address book for each member who signed up. Btw, I'm using POP3 not IMAP so I have to emulate IMAP folders as db tables. I need some advice on which implementation is suitable.
1. each user has its addressbook table in the database.. named as username_addbook
2. same with (1) regarding folders
or
3. addressbook is in one table with username as its key
4 same with (3) regaring folders
Also, you if have some idea about emulating IMAP folders in MySQL database..pls i would appreciate if you give me some hint..
THANKS!!
juney
1. each user has its addressbook table in the database.. named as username_addbook
2. same with (1) regarding folders
or
3. addressbook is in one table with username as its key
4 same with (3) regaring folders
Also, you if have some idea about emulating IMAP folders in MySQL database..pls i would appreciate if you give me some hint..
THANKS!!
juney