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