aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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