go-milter icon indicating copy to clipboard operation
go-milter copied to clipboard

Implement milter protocol version 6

Open foxcpp opened this issue 5 years ago • 3 comments

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

foxcpp avatar Apr 28 '20 06:04 foxcpp

https://github.com/emersion/go-milter/pull/9 adds client-side support.

emersion avatar Nov 02 '20 09:11 emersion

It adds partial client support. There are some more responses/commands that should be handled properly before we can consider this issue resolved.

foxcpp avatar Nov 02 '20 09:11 foxcpp

  • #24 adds Close() method
  • If i understand correctly, only one command / method left: Data()

iredmail avatar Aug 22 '22 02:08 iredmail