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
No known key found for this signature in database
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)

View file

@ -108,7 +108,7 @@ var (
SeMsg6Other0 = "6.0"
SeMsg6MediaUnsupported1 = "6.1"
SeMsg6ConversionProhibited2 = "6.2"
SeMsg6ConversoinUnsupported3 = "6.3"
SeMsg6ConversionUnsupported3 = "6.3"
SeMsg6ConversionWithLoss4 = "6.4"
SeMsg6ConversionFailed5 = "6.5"
SeMsg6NonASCIIAddrNotPermitted7 = "6.7" // ../rfc/6531:735