mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 19:44:34 +03:00
tweak doucmentation for sasl and scram
This commit is contained in:
13
sasl/sasl.go
13
sasl/sasl.go
@ -1,4 +1,15 @@
|
||||
// Package SASL implements Simple Authentication and Security Layer, RFC 4422.
|
||||
// Package SASL implements a client for Simple Authentication and Security Layer, RFC 4422.
|
||||
//
|
||||
// Supported authentication mechanisms:
|
||||
//
|
||||
// - EXTERNAL
|
||||
// - SCRAM-SHA-256-PLUS
|
||||
// - SCRAM-SHA-1-PLUS
|
||||
// - SCRAM-SHA-256
|
||||
// - SCRAM-SHA-1
|
||||
// - CRAM-MD5
|
||||
// - PLAIN
|
||||
// - LOGIN
|
||||
package sasl
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user