Part of canonical.launchpad.interfaces.mail View In Hierarchy
Known implementations: lp.services.mail.signedmessage.SignedMessage
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. |
| 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. |