gmail v0.1.15 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{attachment_id: term, 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.