Delete (permanently) the specified message.
(int msg)
| 1044 | * Delete (permanently) the specified message. |
| 1045 | */ |
| 1046 | synchronized boolean dele(int msg) throws IOException { |
| 1047 | Response r = simpleCommand("DELE " + msg); |
| 1048 | return r.ok; |
| 1049 | } |
| 1050 | |
| 1051 | /** |
| 1052 | * Return the UIDL string for the message. |