Add delimiter to account setup. Closes #50

This commit is contained in:
Boris Gulay
2019-11-24 18:48:25 +03:00
parent 7bb10e55d7
commit 148052a6d0
8 changed files with 71 additions and 31 deletions

View File

@@ -19,6 +19,8 @@ CREATE TABLE IF NOT EXISTS ident_switch
imap_port
int
CHECK(imap_port > 0 AND imap_port <= 65535),
imap_delimiter
char(1),
label
varchar(32),
flags