.. _f-emailmessagerenderer: module ``render.email_message_renderer`` ======================================== .. inheritance-diagram:: pymmails.render.email_message_renderer Short summary +++++++++++++ module ``pymmails.render.email_message_renderer`` Functions to dump emails :githublink:`%|py|0` Classes +++++++ +---------------------------------------------------------------------------------------------+--------------------------------+ | class | truncated documentation | +=============================================================================================+================================+ | :class:`EmailMessageRenderer ` | defines way to render an email | +---------------------------------------------------------------------------------------------+--------------------------------+ Properties ++++++++++ +-----------------------------------------------------------------------------------------------+--------------------------------+ | property | truncated documentation | +===============================================================================================+================================+ | :meth:`BufferWrite ` | returns ``self._buffer_write`` | +-----------------------------------------------------------------------------------------------+--------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | method | truncated documentation | +=============================================================================================================+===========================================================================+ | :py:meth:`__init__ ` | Defines a template based on `Jinja2 `_. | +-------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :meth:`process_body_html ` | replaces link to images included in the mail body | +-------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :meth:`produce_table_html ` | produces a table with the values of some fields of the message | +-------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :meth:`render ` | Renders a mail. | +-------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :meth:`write ` | Writes a mail, the function assumes the attachments were already dumped. | +-------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymmails.render.email_message_renderer :members: :special-members: __init__ :show-inheritance: