package utf7

import "github.com/ncastellani/imapServer/utf7"

Package utf7 implements modified UTF-7 encoding defined in RFC 3501 section 5.1.3

Index

Variables

var Encoding encoding.Encoding = enc{}

Encoding is the modified UTF-7 encoding.

var ErrInvalidUTF7 = errors.New("utf7: invalid UTF-7")

ErrInvalidUTF7 means that a transformer encountered invalid UTF-7.

Source Files

decoder.go encoder.go utf7.go

Version
v1.2.7
Published
Jun 20, 2023
Platform
js/wasm
Imports
6 packages
Last checked
41 minutes ago

Tools for package owners.