NeoMutt  2025-12-11-58-g09398d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Conversion to/from base64 encoding

Convert between binary data and base64 text, according to RFC2045.

Note
RFC3548 obsoletes RFC2045.
RFC4648 obsoletes RFC3548.

Data

Data Description Links
B64Chars Characters of the Base64 encoding
B64CharsUrlSafe URL-Safe Characters of the Base64 encoding

Functions

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