Part of canonical.launchpad.mail.commands View In Hierarchy
Implements interfaces: canonical.launchpad.interfaces.mail.IBugEditEmailCommand
We do not subclass EditEmailCommand because we must call
IBug.setPrivate to update privacy settings, rather than just
updating an attribute.
| Method | execute | See IEmailCommand. Much of this method has been lifted from |
Inherited from EmailCommand:
| Method | __init__ | Undocumented |
| Method | convertArguments | Converts the string argument to Python objects. |
| Method | __str__ | See IEmailCommand. |
| Method | _ensureNumberOfArguments | Check that the number of arguments is correct. |