/cgp

Communigate Pro API wrapper for go

Primary LanguageGoMIT LicenseMIT

CGP

This is a go api wrapper for the excellent Communigate Pro mailserver.

Usage

Create an api client

c := cgp.New("server.hostname.com", "username", "password")

For API instuctions of the client see the go-docs

Contributing

Not all API calls are wrapped yet. I have added the ones that I needed more will be added if need be. Please submit an issue or a pull request.