Current section
Files
Jump to
Current section
Files
include/gcourier@message_Message.hrl
-record(message, {
headers :: gleam@dict:dict(binary(), binary()),
to :: list(binary()),
cc :: list(binary()),
bcc :: list(binary()),
content :: binary(),
attachments :: gleam@option:option(list(gcourier@message:attachment()))
}).