aboutsummaryrefslogtreecommitdiff
path: root/mta_recv.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PostgreSQL connectionRunxi Yu2025-01-121-1/+0
|
* Reset state on STARTTLS, conforming to RFC7817ยง4.2Runxi Yu2025-01-121-0/+4
|
* Reject STARTTLS when already active or with excessive parametersRunxi Yu2025-01-121-0/+10
|
* Add incoming STARTTLS supportRunxi Yu2025-01-121-44/+54
|
* Use bufio.ReadWriterRunxi Yu2025-01-121-44/+44
|
* incoming -> deliver_dirRunxi Yu2025-01-121-1/+1
|
* Add basic routingRunxi Yu2025-01-121-5/+33
|
* Use Open_file_at instead of OpenRunxi Yu2025-01-041-1/+1
|
* Implement NOOPRunxi Yu2025-01-041-0/+3
|
* Deliver to inboxRunxi Yu2025-01-021-3/+7
|
* File splittingRunxi Yu2024-12-311-0/+151