Skip to content

0.15.0

Compare
Choose a tag to compare
@emersion emersion released this 24 Mar 11:16
· 129 commits to master since this release
v0.15.0
f92bf7f
go-smtp v0.15.0

Anatoliy Shipticyn (1):
      Disable lineLimitReader when handle BDAT data

Simon Ser (7):
      Add docs for Session, LMTPSession and StatusCollector
      Document that Client.StartTLS can take a nil config
      Fix lineLimitReader unused after Client.StartTLS
      Add Client.DebugWriter
      Document that SendMail is only for very simple use-cases
      cmd/smtp-debug-server: fix -l ignored
      readme: switch GoDoc links to godocs.io

Zhang Huangbin (1):
      Use same smtp reply messages as Postfix: - `Speak up` -> `Error: bad syntax` - `Goodnight and good luck` -> `Bye`

fox.cpp (1):
      Fix lineLimitReader.Read receiver type and add test for the limit

Шипицын Анатолий (1):
      Add SIZE extension when MaxMessageBytes not set