aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* main: Use select{} for the deadlockHEADmasterRunxi Yu2 days1-2/+1
* Remove IMAP again for nowRunxi Yu2 days1-1/+0
* Add an IMAP stubRunxi Yu4 days1-0/+1
* Actually I'll do it manually instead of using go-imapRunxi Yu5 days1-1/+0
* Listen to IMAPRunxi Yu5 days1-0/+1
* Refactor mx stuffRunxi Yu5 days1-30/+3
* Fix config file error messageRunxi Yu5 days1-1/+1
* Log EOF differently from other errorsRunxi Yu5 days1-6/+8
* Update logging codeRunxi Yu5 days1-4/+8
* Add PostgreSQL mail store supportRunxi Yu5 days1-2/+5
* Restructure mta_recv -> mx_recvRunxi Yu6 days1-2/+1
* Add missing flag.Parse()Runxi Yu6 days1-0/+2
* Change default config path to /etc/lindenii/maild.scfgRunxi Yu6 days1-1/+1
* Add incoming STARTTLS supportRunxi Yu6 days1-1/+1
* Use bufio.ReadWriterRunxi Yu6 days1-1/+1
* Add basic routingRunxi Yu7 days1-6/+0
* Clean up directory file descriptorsRunxi Yu14 days1-0/+1
* Use Open_file_at instead of OpenRunxi Yu14 days1-0/+5
* Reformat filesRunxi Yu14 days1-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