mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-04-19 00:26:28 +03:00
Update readme, create outbox, log remote in IMAP/SMTP auth
This commit is contained in:
@@ -37,7 +37,7 @@ const mailboxesSelect = `
|
||||
`
|
||||
|
||||
const mailboxesCreate = `
|
||||
INSERT INTO mailboxes (mailbox) VALUES($1)
|
||||
INSERT OR IGNORE INTO mailboxes (mailbox) VALUES($1)
|
||||
`
|
||||
|
||||
const mailboxesRename = `
|
||||
|
||||
Reference in New Issue
Block a user