Part of canonical.launchpad.interfaces.message View In Hierarchy
Known subclasses: lp.answers.interfaces.questionmessage.IQuestionMessage, lp.bugs.interfaces.bugmessage.IBugComment
Known implementations: canonical.launchpad.database.message.Message
This is like an email (RFC822) message, though it could be created through the web as well.
| Int | id | Undocumented |
| Text | content | Undocumented |
| TextLine | rfc822msgid | Undocumented |
| Attribute | chunks | Message pieces |
| TextLine | followup_title | Undocumented |
| TextLine | title | Undocumented |
| Bool | has_new_title | Undocumented |
| Method | __iter__ | Iterate over all the message chunks. |