Delete message number 'which'. Result is 'response'.
(self, which)
| 254 | |
| 255 | |
| 256 | def dele(self, which): |
| 257 | """Delete message number 'which'. |
| 258 | |
| 259 | Result is 'response'. |
| 260 | """ |
| 261 | return self._shortcmd('DELE %s' % which) |
| 262 | |
| 263 | |
| 264 | def noop(self): |