Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-01-16 | MX: mx_new_session solely creates a session; handle() is separate | Runxi Yu | 1 | -4/+4 |
2025-01-16 | parse_{smtp,imap}_line | Runxi Yu | 1 | -20/+6 |
2025-01-15 | Put mx side parsing code into a block | Runxi Yu | 1 | -17/+20 |
2025-01-13 | server_state_ -> mx_server_state_ | Runxi Yu | 1 | -19/+19 |
2025-01-13 | serve_mx stuff rename | Runxi Yu | 1 | -2/+2 |
2025-01-13 | Reformat code | Runxi Yu | 1 | -2/+2 |
2025-01-13 | Listen to IMAP | Runxi Yu | 1 | -2/+7 |
2025-01-13 | Refactor mx stuff | Runxi Yu | 1 | -0/+33 |
2025-01-13 | Log EOF differently from other errors | Runxi Yu | 1 | -0/+4 |
2025-01-13 | Bug fixes | Runxi Yu | 1 | -9/+8 |
2025-01-13 | Close connections on QUIT | Runxi Yu | 1 | -0/+4 |
2025-01-13 | Add PostgreSQL mail store support | Runxi Yu | 1 | -25/+24 |
2025-01-12 | Put server_state in the session struct | Runxi Yu | 1 | -11/+12 |
2025-01-12 | Restructure mta_recv -> mx_recv | Runxi Yu | 1 | -0/+224 |