Mercurial > projects > managesieve
comparison README @ 2:3fe1614de42c
Split off sievemgr command into separate repository
author | Guido Berhoerster <guido+managesieve@berhoerster.name> |
---|---|
date | Mon, 26 Oct 2020 14:15:55 +0100 |
parents | 6369453d47a3 |
children | e3a89d58dbff |
comparison
equal
deleted
inserted
replaced
1:eec31eb2d21a | 2:3fe1614de42c |
---|---|
6 | 6 |
7 The package managesieve implements the ManageSieve protocol as specified in | 7 The package managesieve implements the ManageSieve protocol as specified in |
8 RFC 5804. It covers all mandatory parts of the protocol with the exception of | 8 RFC 5804. It covers all mandatory parts of the protocol with the exception of |
9 the SCRAM-SHA-1 SASL mechanism. Additional SASL authentication mechanisms can | 9 the SCRAM-SHA-1 SASL mechanism. Additional SASL authentication mechanisms can |
10 be provided by consumers. | 10 be provided by consumers. |
11 | |
12 A command-line ManageSieve client called sievemgr is included and provides an | |
13 example of how the package may be used. | |
14 | 11 |
15 Usage | 12 Usage |
16 ----- | 13 ----- |
17 | 14 |
18 API documentation and usage examples can be displayed using the `go doc` | 15 API documentation and usage examples can be displayed using the `go doc` |