Mailman.Render

Functions for rendering email messages into strings

Source

Summary

as_list(value)
compile_part(type, email, composer)
compile_parts(email, composer)
content_type_params_for(attachment)
disposition_for(attachment)
disposition_params_for(attachment)
headers_for(email)
mime_subtype_for(parts)
mime_type_for(parts)
normalize_addresses(addresses)
not_empty_tuple_value(tuple)

Returns boolean saying if a value for a tuple is blank as a string or list

parameters_for(arg1)
render(email, composer)

Returns a tuple with all data needed for the underlying adapter to send

to_tuple(part, email)

Functions

as_list(value)
Source
compile_part(type, email, composer)
Source
compile_parts(email, composer)
Source
content_type_params_for(attachment)
Source
disposition_for(attachment)
Source
disposition_params_for(attachment)
Source
headers_for(email)
Source
mime_subtype_for(parts)
Source
mime_type_for(parts)
Source
normalize_addresses(addresses)
Source
not_empty_tuple_value(tuple)

Returns boolean saying if a value for a tuple is blank as a string or list

Source
parameters_for(arg1)
Source
render(email, composer)

Returns a tuple with all data needed for the underlying adapter to send

Source
to_tuple(part, email)
Source