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