Skip to content

Releases: alash3al/smtp2http

v3.1.0

10 Jun 20:09
Compare
Choose a tag to compare
  • fetch the To from RCPT TO
  • fetch the From from MAIL FROM
  • converted the To and From to a single value instead of a slice.
  • added --timeout.read and --timeout.write for read and write timeout.
  • smaller build size using -ldflags="-s -w".

v3.0.0

07 Jun 21:40
Compare
Choose a tag to compare
  • moved from multipart/form-data to json payload.
  • included both embedded files and attachments as base64 encoded data.

v2.0.0

06 Jun 21:36
Compare
Choose a tag to compare
  • added all possible headers I can fetch
  • added SPF result
  • updated dependencies

smtp2http - v1.0.0

12 Nov 20:17
Compare
Choose a tag to compare
smtp2http - v1.0.0 Pre-release
Pre-release
added .gitignore