(->Attachment {:keys [o_data_type name content_type content_bytes]})
(->Body {:keys [content_type content]})
(->DateTime zdt)
(->EmailAddress address)
(->Flag {:keys [flag_status start_date_time due_date_time]})
(->InternetMessageHeader {:keys [name value]})
(->Message {:keys [subject body to_recipients cc_recipients
internet_message_headers attachments flag
save_to_sent_items]})
(->Recipient email-address)
(->Response {:keys [status time_stamp error_message stream_name
sequence_number]})
(->Timestamp inst)
(Attachment->map attachment)
(Body->map body)
(DateTime->zdt date-time)
(EmailAddress->s email-address)
(Flag->map flag)
(InternetMessageHeader->map header)
(Message->map message)
(message->protobuf-bytes message)
(parse-response bytes)
(Recipient->s recipient)
(Response->map response)
(Timestamp->inst timestamp)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close