Expand description
ยงMIME message production.
Structsยง
- Headers
ByConfidentiality ๐ - Mime
Factory - Helper to construct mime messages.
- Rendered
Email - Result of rendering a message, ready to be submitted to a send job.
Enumsยง
Constantsยง
Functionsยง
- add_
headers_ ๐to_ encrypted_ part - b_
encode ๐ - Encodes UTF-8 string as a single B-encoded-word.
- build_
avatar_ ๐file - build_
body_ ๐file - group_
headers_ ๐by_ confidentiality - Split headers based on header confidentiality policy.
See
HeadersByConfidentialityfor more info. - hidden_
recipients ๐ - must_
have_ ๐only_ one_ recipient - Some messages sent into outgoing broadcast channels (member-added/member-removed) should only go to a single recipient, rather than all recipients. This function returns the fingerprint of the recipient the message should be sent to.
- new_
address_ ๐with_ name - recipients_
contain_ ๐addr - render_
outer_ ๐message - Stores the unprotected headers on the outer message, and renders it.
- render_
rfc724_ ๐mid - render_
symm_ ๐encrypted_ securejoin_ message - should_
encrypt_ ๐symmetrically - should_
encrypt_ ๐with_ broadcast_ secret - should_
hide_ ๐recipients - wrap_
encrypted_ ๐part - Takes the encrypted part, wraps it in a MimePart, and sets the appropriate Content-Type for the outer message