mail v0.2.0
Mail.Encoder
Primary encoding/decoding bottleneck for the library.
Will delegate to the proper encoding/decoding functions based upon name
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