An open API service indexing awesome lists of open source software.

https://github.com/cuonglm/managesieve

ManageSieve client implementation in Go
https://github.com/cuonglm/managesieve

go golang library rfc-5804 sieve

Last synced: 8 months ago
JSON representation

ManageSieve client implementation in Go

Awesome Lists containing this project

README

          

# managesieve

![Build status](https://github.com/cuonglm/managesieve/actions/workflows/ci.yaml/badge.svg?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/cuonglm/managesieve)](https://goreportcard.com/report/github.com/cuonglm/managesieve)
[![GoDoc](https://godoc.org/github.com/cuonglm/managesieve?status.svg)](https://godoc.org/github.com/cuonglm/managesieve)

ManageSieve protocol client written in Go, implementation based on [RFC5804](https://tools.ietf.org/html/rfc5804).

# Author

Cuong Manh Le

# License

See [LICENSE](https://github.com/cuonglm/managesieve/blob/main/LICENSE)