1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/smtpclient
Mechiel Lukkien 64f2f788b1
Run modernize to rewrite some older go constructs to newer ones
Mostly using slice.Sort, using min/max, slices.Concat, range of int and
fmt.Appendf for byte slices instead of strings.
2025-03-06 17:33:06 +01:00
..
client.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00
client_test.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00
dial.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00
dial_test.go add TransportDirect transport 2024-04-12 17:27:39 +02:00
examples_test.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00
gather.go add TransportDirect transport 2024-04-12 17:27:39 +02:00
gather_test.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00