mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
doc: replace maddyctl
with maddy
This commit is contained in:
parent
dbf14fa083
commit
46dcef4110
16 changed files with 51 additions and 77 deletions
|
@ -19,10 +19,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
// Package updatepipe implements utilities for serialization and transport of
|
||||
// IMAP update objects between processes and machines.
|
||||
//
|
||||
// Its main goal is provide maddyctl with ability to properly notify the server
|
||||
// about changes without relying on it to coordinate access in the first place
|
||||
// (so maddyctl can work without a running server or with a broken server
|
||||
// instance).
|
||||
// Its main goal is provide maddy command with ability to properly notify the
|
||||
// server about changes without relying on it to coordinate access in the
|
||||
// first place (so maddy command can work without a running server or with a
|
||||
// broken server instance).
|
||||
//
|
||||
// Additionally, it can be used to transfer IMAP updates between replicated
|
||||
// nodes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue