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

Standard Elixir base64 decoder

Summary

Functions

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

Functions

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

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