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