A NOTE has been added to this issue. ====================================================================== http://www.dbmail.org/mantis/view.php?id=563 ====================================================================== Reported By: Tarick Assigned To: ====================================================================== Project: DBMail Issue ID: 563 Category: Database layer Reproducibility: always Severity: minor Priority: normal Status: new target: ====================================================================== Date Submitted: 05-Apr-07 14:14 CEST Last Modified: 07-Apr-07 19:59 CEST ====================================================================== Summary: Overall mailbox name (INBOX + subfolders) is limited to approx. 100 characters Description: CREATE TABLE dbmail_mailboxes ( mailbox_idnr INT8 DEFAULT nextval('dbmail_mailbox_idnr_seq'), owner_idnr INT8 REFERENCES dbmail_users(user_idnr) ON DELETE CASCADE ON UPDATE CASCADE, name VARCHAR(100) NOT NULL, ...... )
Is there any reason for such limit? Can we change initial db structure without some incompatibility with dbmail in future? ====================================================================== ---------------------------------------------------------------------- aaron - 07-Apr-07 19:59 ---------------------------------------------------------------------- In dbmailtypes.h, just change this line to match whatever longer length you allow in the database: #define IMAP_MAX_MAILBOX_NAMELEN 100 Issue History Date Modified Username Field Change ====================================================================== 05-Apr-07 14:14 Tarick New Issue 05-Apr-07 14:26 LordVan Issue Monitored: LordVan 07-Apr-07 19:59 aaron Note Added: 0002015 ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
