regenerate apidiff/next.txt after change to smtpclient

by calling "make genapidiff"
This commit is contained in:
Mechiel Lukkien 2024-04-13 13:31:32 +02:00
parent 73381d26ed
commit 34572d14d0
No known key found for this signature in database

View file

@ -29,6 +29,7 @@ Below are the incompatible changes between v0.0.10 and next, per package.
# smtp
# 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)
# spf