mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-06 18:48:57 +00:00
This provides a variety of encode/decode functions for things like base64 and base32 encoding
7 lines
121 B
Markdown
7 lines
121 B
Markdown
# `kumo.encode.base64_decode(STRING)`
|
|
|
|
{{since('dev')}}
|
|
|
|
Decodes base64 encoded STRING, and returns the decoded string.
|
|
|