Part of lp.services.mail.interfaces View In Hierarchy
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. |