pop3mail v1.3.2 Pop3mail.Base64Decoder View Source
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
Link to this section Summary
Functions
Decode base64 encoded text, ignoring carriage returns and linefeeds. Returns binary.
Link to this section Functions
Link to this function
decode!(encoded_text) View Source
Decode base64 encoded text, ignoring carriage returns and linefeeds. Returns binary.