gmail v0.1.20 Gmail.Body

Helper functions for dealing with email bodies.

Link to this section Summary

Functions

Converts the email body, attempting to decode from Base64 if there is body data

Link to this section Types

Link to this type t()
t() :: %Gmail.Body{attachment_id: term(), data: term(), size: term()}

Link to this section Functions

Link to this function convert(body)
convert(Map.t()) :: Gmail.Body.t()

Converts the email body, attempting to decode from Base64 if there is body data.