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.13 (latest)
Published
Jan 10, 2024
Platform
linux/amd64
Imports
6 packages
Last checked
2 days ago

Tools for package owners.