Mail.Encoder (mail v0.2.3) View Source

Primary encoding/decoding bottleneck for the library.

Will delegate to the proper encoding/decoding functions based upon name

Link to this section Summary

Link to this section Functions

Specs

decode(data :: binary(), encoding :: String.t()) :: binary()

Specs

encode(data :: binary(), encoding :: String.t()) :: binary()

Specs

encoder_for(encoding :: String.t() | atom()) :: atom()