View Source Pop3mail.Base64Decoder (pop3mail v1.5.0)

Replaceable base64 decoder. Replace with your own implementation via the application config :pop3mail, base64_decoder: <replacement>

After changing the config/config.exs run:

  • mix deps.compile --force pop3mail

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.