Skip to content
go-smtp v0.12.1

Simon Ser (1):
      Updated dependencies

fox.cpp (10):
      Add a note about errors to Client.Quit doc
      client: Remove Quit calls from Auth
      server: Fix Close to not deadlock and close all listeners
      Fix MAIL FROM arguments parsing to handle arguments without values
      server: Rewrite MAIL FROM arguments handling
      server: Add missing BODY argument case
      server: Return after sending an error on EHLO in the LMTP mode
      server: Wait for LMTPData to complete before continuing
      server: Handle panics in the LMTPData goroutine
      client: Restrict the line length for responses