plone.rfc822 · PyPI
https://pypi.org/project/plone.rfc82222.04.2020 · RFC822 marshalling for zope.schema fields. 2.0.0 (2018-11-04) Breaking changes: Deprecate renderMessage(message), use stdlibs message.as_string() from email.message.Message class instead. [jensens] Newline handling in MIME-headers: \n are now escaped explicit. This follows RFC2822 section 3.2.2.
plone.rfc822 · PyPI
pypi.org › project › ploneApr 22, 2020 · Introduction. This package provides primitives for turning content objects described by zope.schema fields into RFC (2)822 style messages. It utilizes the Python standard library’s email module. It consists of: A marker interface IPrimaryField which can be used to indicate the primary field of a schema.