Convert between binary data and base64 text, according to RFC2045.
Data | Description | Links |
---|---|---|
B64Chars | Characters of the Base64 encoding |
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 |