woodpecker-email/vendor/gopkg.in/alexcesaro/quotedprintable.v3
Michael de Wit f128c947ab Refactor plugin to be compatible with Drone 0.5 (#13)
* Refactor plugin to be compatible with Drone 0.5

* Add vendor files

* Re-add logo.svg, make loading environment from .env file optional, and use drone-go/template

* Fix README

* Fix issue with date formatting, update the DOCS, and improve types

* Add working directory and volume mount to README example
2017-01-16 13:20:59 +01:00
..
encodedword.go Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
LICENSE Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
pool.go Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
pool_go12.go Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
reader.go Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
README.md Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01:00
writer.go Refactor plugin to be compatible with Drone 0.5 (#13) 2017-01-16 13:20:59 +01: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