aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* main: Use select{} for the deadlockHEADmasterRunxi Yu3 days1-2/+1
|
* Remove IMAP again for nowRunxi Yu3 days1-1/+0
|
* Add an IMAP stubRunxi Yu4 days1-0/+1
|
* Actually I'll do it manually instead of using go-imapRunxi Yu6 days1-1/+0
|
* Listen to IMAPRunxi Yu6 days1-0/+1
|
* Refactor mx stuffRunxi Yu6 days1-30/+3
|
* Fix config file error messageRunxi Yu6 days1-1/+1
|
* Log EOF differently from other errorsRunxi Yu6 days1-6/+8
|
* Update logging codeRunxi Yu6 days1-4/+8
|
* Add PostgreSQL mail store supportRunxi Yu6 days1-2/+5
|
* Restructure mta_recv -> mx_recvRunxi Yu7 days1-2/+1
|
* Add missing flag.Parse()Runxi Yu7 days1-0/+2
|
* Change default config path to /etc/lindenii/maild.scfgRunxi Yu7 days1-1/+1
|
* Add incoming STARTTLS supportRunxi Yu7 days1-1/+1
|
* Use bufio.ReadWriterRunxi Yu7 days1-1/+1
|
* Add basic routingRunxi Yu7 days1-6/+0
|
* Clean up directory file descriptorsRunxi Yu2025-01-041-0/+1
|
* Use Open_file_at instead of OpenRunxi Yu2025-01-041-0/+5
|
* Reformat filesRunxi Yu2025-01-041-3/+2
|
* Deliver to inboxRunxi Yu2025-01-021-9/+6
|
* File splittingRunxi Yu2024-12-311-156/+1
|
* Implement QUIT and RSETRunxi Yu2024-12-311-0/+10
|
* Delete weird debug printsRunxi Yu2024-12-311-4/+0
|
* Remove TODO comment on panics since they're only in main nowRunxi Yu2024-12-311-2/+0
|
* Initial commitRunxi Yu2024-12-301-0/+196