Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-11 | format: reformat code with go 1.17 | Robin Jarry | |
There was a change in how build tags are formatted. Use this as new reference. Link: https://go.dev/doc/go1.17#gofmt Signed-off-by: Robin Jarry <robin@jarry.cc> | |||
2021-12-11 | imap: fix build on macos | Robin Jarry | |
Fix the following build error on mac os: worker/imap/worker.go:368:29: undefined: syscall.TCP_KEEPCNT worker/imap/worker.go:376:29: undefined: syscall.TCP_KEEPINTVL These symbols are not defined on darwin. Fixes: 5dfeff75f368 ("imap: add tcp connection options") Signed-off-by: Robin Jarry <robin@jarry.cc> |