Part of canonical.launchpad.interfaces.mail View In Hierarchy
Known subclasses: canonical.launchpad.interfaces.mail.IBugEditEmailCommand, canonical.launchpad.interfaces.mail.IBugEmailCommand, canonical.launchpad.interfaces.mail.IBugTaskEditEmailCommand, canonical.launchpad.interfaces.mail.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. |