gmail v0.1.3 Gmail.Body
Helper functions for dealing with email bodies.
Summary
Functions
Converts the email body, attempting to decode from Base64 if there is body data
Types
t :: %Gmail.Body{data: term, size: term}
Functions
Specs
convert(Map.t) :: Gmail.Body.t
Converts the email body, attempting to decode from Base64 if there is body data.