source: code/trunk/vendor/github.com/emersion/go-sasl/README.md@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 671 bytes
RevLine 
[822]1# go-sasl
2
3[![godocs.io](https://godocs.io/github.com/emersion/go-sasl?status.svg)](https://godocs.io/github.com/emersion/go-sasl)
4[![Build Status](https://travis-ci.org/emersion/go-sasl.svg?branch=master)](https://travis-ci.org/emersion/go-sasl)
5
6A [SASL](https://tools.ietf.org/html/rfc4422) library written in Go.
7
8Implemented mechanisms:
9
10* [ANONYMOUS](https://tools.ietf.org/html/rfc4505)
11* [EXTERNAL](https://tools.ietf.org/html/rfc4422#appendix-A)
12* [LOGIN](https://tools.ietf.org/html/draft-murchison-sasl-login-00) (obsolete, use PLAIN instead)
13* [PLAIN](https://tools.ietf.org/html/rfc4616)
14* [OAUTHBEARER](https://tools.ietf.org/html/rfc7628)
15
16## License
17
18MIT
Note: See TracBrowser for help on using the repository browser.