grafana/vendor/gopkg.in/alexcesaro/quotedprintable.v3
Carl Bergquist 68f5ddf18c
replace dep with go modules (#16017)
- guide shamelessly stolen from prometheus/prometheus
- updates local interface of oauth exchange
- updates local impl of hclogger
- bump jaeger client version

closes #16088
2019-04-16 12:00:55 +02:00
..
encodedword.go feat(alerting): support for attached graphs in alert notifications 2016-10-21 09:06:03 +02:00
LICENSE feat(alerting): support for attached graphs in alert notifications 2016-10-21 09:06:03 +02:00
pool_go12.go feat(alerting): support for attached graphs in alert notifications 2016-10-21 09:06:03 +02:00
pool.go feat(alerting): support for attached graphs in alert notifications 2016-10-21 09:06:03 +02:00
reader.go feat(alerting): support for attached graphs in alert notifications 2016-10-21 09:06:03 +02:00
README.md replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
writer.go feat(alerting): support for attached graphs in alert notifications 2016-10-21 09:06:03 +02:00

quotedprintable

Introduction

Package quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047.

It is a copy of the Go 1.5 package mime/quotedprintable. It also includes the new functions of package mime concerning RFC 2047.

This code has minor changes with the standard library code in order to work with Go 1.0 and newer.

Documentation

https://godoc.org/gopkg.in/alexcesaro/quotedprintable.v3