go-milter
go-milter copied to clipboard
Implement milter protocol version 6
Follow-up for #3.
I added some documentation about stuff I learned while reading sendmail source code: https://github.com/emersion/go-milter/pull/6/commits/21c11cdf0dc39eb50a70a460cf1c37038f88e5fe
https://github.com/emersion/go-milter/pull/9 adds client-side support.
It adds partial client support. There are some more responses/commands that should be handled properly before we can consider this issue resolved.
- #24 adds
Close()method - If i understand correctly, only one command / method left:
Data()