l.s.m.i.ISignedMessage(Interface) : interface documentation

Part of lp.services.mail.interfaces View In Hierarchy

A message that's possibly signed with an OpenPGP key.

If the message wasn't signed, all attributes will be None.

Method __getitem__ Returns the message header with the given name.
Attribute signedMessage The part that was signed, represented as an email.message.Message.
ASCII signedContent The text that was signed.
ASCII signature The OpenPGP signature used to sign the message.
Attribute parsed_string The string that was parsed to create the SignedMessage.
def __getitem__(name):
Returns the message header with the given name.
signedMessage =
The part that was signed, represented as an email.message.Message.
signedContent =
The text that was signed.
signature =
The OpenPGP signature used to sign the message.
parsed_string =
The string that was parsed to create the SignedMessage.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.