Part of lp.services.mail.interfaces View In Hierarchy
Known subclasses: lp.services.mail.interfaces.IBugEditEmailCommand, lp.services.mail.interfaces.IBugEmailCommand, lp.services.mail.interfaces.IBugTaskEditEmailCommand, lp.services.mail.interfaces.IBugTaskEmailCommand
Email commands can be embedded in mails sent to Launchpad. For example in comments to bugs sent via email, you can include:
private yes
in order to make the bug private.
Method | execute | Execute the command in a context. |
Method | setAttributeValue | Set the value of the attribute. |
Method | __str__ | Return a textual representation of the command and its arguments. |