mirror of
https://github.com/mjl-/mox.git
synced 2025-06-27 22:28:16 +03:00
6 lines
519 B
Plaintext
6 lines
519 B
Plaintext
Below are the incompatible changes between v0.0.15 and next, per package.
|
|
|
|
# smtpclient
|
|
- GatherDestinations: changed from func(context.Context, *log/slog.Logger, github.com/mjl-/mox/dns.Resolver, github.com/mjl-/mox/dns.IPDomain) (bool, bool, bool, github.com/mjl-/mox/dns.Domain, []github.com/mjl-/mox/dns.IPDomain, bool, error) to func(context.Context, *log/slog.Logger, github.com/mjl-/mox/dns.Resolver, github.com/mjl-/mox/dns.IPDomain) (bool, bool, bool, github.com/mjl-/mox/dns.Domain, []HostPref, bool, error)
|
|
|