gitextract_a7e71j_4/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── codeql-analysis.yml │ ├── dependency-review.yml │ ├── go.yml │ ├── release.yaml │ └── scorecards.yml ├── LICENSE ├── README.md ├── SECURITY.md ├── aliases.go ├── aliases_test.go ├── auth.go ├── auth_test.go ├── config.go ├── config_test.go ├── go.mod ├── go.sum ├── logger.go ├── main.go ├── main_test.go ├── remotes.go ├── remotes_test.go ├── smtp.go └── smtprelay.ini