Delete message number 'which'. Result is 'response'.
(self, which)
| 265 | |
| 266 | |
| 267 | def dele(self, which): |
| 268 | """Delete message number 'which'. |
| 269 | |
| 270 | Result is 'response'. |
| 271 | """ |
| 272 | return self._shortcmd('DELE %s' % which) |
| 273 | |
| 274 | |
| 275 | def noop(self): |