This website requires JavaScript.
Explore
Help
Sign In
tgrosinger
/
autosnooze
Archived
Watch
1
Star
0
Fork
0
You've already forked autosnooze
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-12-27
. You can view files and clone it, but cannot push or open issues or pull requests.
main
autosnooze
/
vendor
/
github.com
/
emersion
/
go-sasl
History
Tony Grosinger
d7a81743c6
Initial commit
2022-12-16 19:45:01 -08:00
..
.build.yml
Initial commit
2022-12-16 19:45:01 -08:00
.gitignore
Initial commit
2022-12-16 19:45:01 -08:00
anonymous.go
Initial commit
2022-12-16 19:45:01 -08:00
external.go
Initial commit
2022-12-16 19:45:01 -08:00
LICENSE
Initial commit
2022-12-16 19:45:01 -08:00
login.go
Initial commit
2022-12-16 19:45:01 -08:00
oauthbearer.go
Initial commit
2022-12-16 19:45:01 -08:00
plain.go
Initial commit
2022-12-16 19:45:01 -08:00
README.md
Initial commit
2022-12-16 19:45:01 -08:00
sasl.go
Initial commit
2022-12-16 19:45:01 -08:00
README.md
go-sasl
A
SASL
library written in Go.
Implemented mechanisms:
ANONYMOUS
EXTERNAL
LOGIN
(obsolete, use PLAIN instead)
PLAIN
OAUTHBEARER
License
MIT