NeoMutt  2024-03-23-23-gec7045
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

Functions

Function Description Links
mutt_b64_buffer_decode() Convert null-terminated base64 string to raw bytes
mutt_b64_buffer_encode() Convert raw bytes to null-terminated base64 string
mutt_b64_decode() Convert null-terminated base64 string to raw bytes
mutt_b64_encode() Convert raw bytes to null-terminated base64 string