Pop3mail.Base64Decoder.Standard (pop3mail v1.3.3) View Source

Standard Elixir base64 decoder

Link to this section Summary

Functions

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

Link to this section Functions

Specs

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

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