View Source ExNylas.MessageHeader (ExNylas v0.9.0)

A struct representing the headers of a message.

Summary

Types

@type t() :: %ExNylas.MessageHeader{name: String.t() | nil, value: String.t() | nil}