Pop3mail.Base64Decoder.Standard (pop3mail v1.5.2)

View Source

Standard Elixir base64 decoder

Summary

Functions

Decode base64 encoded text, ignoring carriage returns and linefeeds. Returns binary.

Functions

decode!(encoded_text)

@spec decode!(String.t()) :: String.t()

Decode base64 encoded text, ignoring carriage returns and linefeeds. Returns binary.