aboutsummaryrefslogtreecommitdiff
path: root/serve_mx.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-16MX: mx_new_session solely creates a session; handle() is separateRunxi Yu1-4/+4
2025-01-16parse_{smtp,imap}_lineRunxi Yu1-20/+6
2025-01-15Put mx side parsing code into a blockRunxi Yu1-17/+20
2025-01-13server_state_ -> mx_server_state_Runxi Yu1-19/+19
2025-01-13serve_mx stuff renameRunxi Yu1-2/+2
2025-01-13Reformat codeRunxi Yu1-2/+2
2025-01-13Listen to IMAPRunxi Yu1-2/+7
2025-01-13Refactor mx stuffRunxi Yu1-0/+33
2025-01-13Log EOF differently from other errorsRunxi Yu1-0/+4
2025-01-13Bug fixesRunxi Yu1-9/+8
2025-01-13Close connections on QUITRunxi Yu1-0/+4
2025-01-13Add PostgreSQL mail store supportRunxi Yu1-25/+24
2025-01-12Put server_state in the session structRunxi Yu1-11/+12
2025-01-12Restructure mta_recv -> mx_recvRunxi Yu1-0/+224