Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-13 | Log EOF differently from other errors | Runxi Yu | 1 | -6/+8 | |
2025-01-13 | Update logging code | Runxi Yu | 1 | -4/+8 | |
2025-01-13 | Add PostgreSQL mail store support | Runxi Yu | 1 | -2/+5 | |
2025-01-12 | Restructure mta_recv -> mx_recv | Runxi Yu | 1 | -2/+1 | |
2025-01-12 | Add missing flag.Parse() | Runxi Yu | 1 | -0/+2 | |
2025-01-12 | Change default config path to /etc/lindenii/maild.scfg | Runxi Yu | 1 | -1/+1 | |
2025-01-12 | Add incoming STARTTLS support | Runxi Yu | 1 | -1/+1 | |
2025-01-12 | Use bufio.ReadWriter | Runxi Yu | 1 | -1/+1 | |
2025-01-12 | Add basic routing | Runxi Yu | 1 | -6/+0 | |
2025-01-04 | Clean up directory file descriptors | Runxi Yu | 1 | -0/+1 | |
2025-01-04 | Use Open_file_at instead of Open | Runxi Yu | 1 | -0/+5 | |
2025-01-04 | Reformat files | Runxi Yu | 1 | -3/+2 | |
2025-01-02 | Deliver to inbox | Runxi Yu | 1 | -9/+6 | |
2024-12-31 | File splitting | Runxi Yu | 1 | -156/+1 | |
2024-12-31 | Implement QUIT and RSET | Runxi Yu | 1 | -0/+10 | |
2024-12-31 | Delete weird debug prints | Runxi Yu | 1 | -4/+0 | |
2024-12-31 | Remove TODO comment on panics since they're only in main now | Runxi Yu | 1 | -2/+0 | |