Tags give the ability to mark specific points in history as being important
-
debian/0.24.0-1
1fefee3c · ·golang-github-emersion-go-smtp release 0.24.0-1 for unstable [dgit distro=debian split --quilt=gbp] [dgit please-upload source=golang-github-emersion-go-smtp version=0.24.0-1 upstream-tag=upstream/0.24.0 upstream=39c89bf83facd8087d48e1b5c0e10c93ae9bc9d9]
-
-
-
-
-
-
-
v0.12.1
2bb99f0c · ·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 -
v0.12.0
70e05751 · ·go-smtp v0.12.0 Matthias Schneider (2): do not abort mailfrom if FROM is <> (for example NDR) fixed "use of closed network connection" Simon Ser (1): readme: drop stability badge fox.cpp (14): Add LocalAddr to the ConnectionState struct server: Restrict line length to 2000 bytes client: Return SMTPError for server errors Add Temporary method to SMTPError server: Reject AUTH PLAIN on plain-text connections server: Don't call Session.Logout twice on QUIT command server: Extend Backend interface with MailOptions argument server: Allow enabling SMTPUTF8 extension client: Allow specifying additional MAIL arguments Allow enabling REQUIRETLS extension client: Change Mail to accept optional MailOptions server: Implement per-recipient status for LMTP server: Add missing Conn.reset call server: Simplify statusCollector data structure -
v0.11.2
d3b0ad34 · ·go-smtp v0.11.2 Marc Hörsken (1): Reintroduce updated backendutil.TransformBackend after 1a1363a (#47) Simon Ser (5): Fix panic when whitespace is provided to AUTH Switch to sr.ht for CI Populate tls.Config.ServerName if empty in StartTLS readme: drop go report card badge Update dependencies Tom Harris (1): Fix type in example fox.cpp (4): server: Add ErrorLog server: Add command-level panic handler server: Test panic handler Add go.sum -
v0.10.0
ffb207c5 · ·Lutz Horn (2): added missing import of "io" in server example Make go vet happy with server example (#28) Nico Berlee (1): export SMTPError so it can be used in Send() to return custom smtp errors emersion (2): Remove Conn.IsTLS readme: update example with latest API fox.cpp (1): Pass connection information to backend -