fix typo in smtp error code

This commit is contained in:
Mechiel Lukkien
2024-04-14 12:42:47 +02:00
parent e585a4d180
commit 2a949f9f79
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ Below are the incompatible changes between v0.0.10 and next, per package.
# scram
# smtp
- SeMsg6ConversoinUnsupported3: removed
# smtpclient
- GatherIPs: changed from func(context.Context, *log/slog.Logger, github.com/mjl-/mox/dns.Resolver, github.com/mjl-/mox/dns.IPDomain, map[string][]net.IP) (bool, bool, github.com/mjl-/mox/dns.Domain, []net.IP, bool, error) to func(context.Context, *log/slog.Logger, github.com/mjl-/mox/dns.Resolver, string, github.com/mjl-/mox/dns.IPDomain, map[string][]net.IP) (bool, bool, github.com/mjl-/mox/dns.Domain, []net.IP, bool, error)