Categorygithub.com/emersion/go-pgpmime
modulepackage
0.0.0-20200213121020-f146a03bcec7
Repository: https://github.com/emersion/go-pgpmime.git
Documentation: pkg.go.dev

# README

go-pgpmime

GoDoc Build Status

A PGP/MIME library written in Go.

Note: this library is deprecated in favor of go-pgpmail.

License

MIT

# Functions

Encrypt creates a new encrypted PGP/MIME message writer.
Sign creates a new signed PGP/MIME message writer.

# Constants

MessageType is the armored type for PGP encrypted messages.

# Interfaces

Writer writes a PGP/MIME message body.