//
pkg.gl
Category
github.com/emersion/go-imap/v2
internal
utf7
package
2.0.0-beta.4
Repository:
https://github.com/emersion/go-imap.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
8
Files
193 SLOC
#
Functions
Decode
Decode decodes a string encoded with modified UTF-7.
Encode
Encode encodes a string with modified UTF-7.
Escape
Escape passes through raw UTF-8 as-is and escapes the special UTF-7 marker (the ampersand character).
#
Variables
ErrInvalidUTF7
ErrInvalidUTF7 means that a decoder encountered invalid UTF-7.