Update readme, create outbox, log remote in IMAP/SMTP auth

This commit is contained in:
Neil Alexander
2021-07-09 19:38:05 +01:00
parent 2565129191
commit ea11f4cf6c
7 changed files with 30 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ const mailboxesSelect = `
`
const mailboxesCreate = `
INSERT INTO mailboxes (mailbox) VALUES($1)
INSERT OR IGNORE INTO mailboxes (mailbox) VALUES($1)
`
const mailboxesRename = `