Commit Graph

11 Commits

Author SHA1 Message Date
Neil Alexander
fa32249f2f Lint in CI 2025-12-20 14:06:14 +00:00
Neil Alexander
8385ac78da Support for IMAP MOVE 2025-12-02 19:23:49 +00:00
Tristan B. Velloza Kildaire
12c153a364 Add -passwordHash support (#42)
* Update main.go

* Update main.go

* Set

* Set password to db

* Main

- Password hash, after trimming, cannot be empty

* Backend

- Assume incoming data is already a hash

* Main

- CLeaned up

* README

- Updated command-line argument documentation

* Menton this

* lower case

* SQLITE Driver

- Removed comments

* Main

- `passwordhash` only valiud when non-""

* Main

- Try running `Cost([]byte)` on the UTF-8 bytes to verify the hash
2025-12-01 20:43:35 +00:00
Neil Alexander
3c1e88a772 MPL 2.0 2021-07-18 23:03:28 +01:00
Neil Alexander
2afb313061 Handle SIGINT/SIGTERM, close database descriptior (fixes #5) 2021-07-10 13:33:48 +01:00
Neil Alexander
4c07013a13 Writer exclusivity for SQLite 2021-07-10 00:02:15 +01:00
Neil Alexander
5838d89581 Queue messages for re-send 2021-07-09 23:43:09 +01:00
Neil Alexander
a0c2c595f0 Add types.Mail 2021-07-09 22:25:10 +01:00
Neil Alexander
ea11f4cf6c Update readme, create outbox, log remote in IMAP/SMTP auth 2021-07-09 19:38:05 +01:00
Neil Alexander
0735fa74de Single user refactor 2021-07-09 00:08:26 +01:00
Neil Alexander
ceffe7612d Initial commit 2021-07-07 18:15:07 +01:00