Convert between binary data and base64 text, according to RFC2045.
| Data | Description | Links |
|---|---|---|
| B64Chars | Characters of the Base64 encoding | |
| B64CharsUrlSafe | URL-Safe Characters of the Base64 encoding |
| Function | Description | Links |
|---|---|---|
| b64_encode() | Convert raw bytes to NUL-terminated base64 string | |
| mutt_b64_buffer_decode() | Convert NUL-terminated base64 string to raw bytes | |
| mutt_b64_buffer_encode() | Convert raw bytes to NUL-terminated base64 string | |
| mutt_b64_decode() | Convert NUL-terminated base64 string to raw bytes | |
| mutt_b64_encode() | Convert raw bytes to a base64 string | |
| mutt_b64_encode_urlsafe() | Convert raw bytes to a URL-safe base64 string |