[REBOL] deleting email Re:
From: ole_f:post3:tele:dk at: 18-Sep-2000 12:57
Hi Michael, 18-Sep-2000 you wrote:
[...]
>The only piece I don't yet know is how to delete an email item from the
>host POP server. Anyone know?
Just use 'remove on the opened port, like you would with any series.
(Absolutely not tested) code for deleting the 4th message in your mailbox:
p: open pop://username:[passwd--mail--wherever--com]
remove at p 4
close p
Hope this is what you asked for (since I have a great track record of
misunderstanding what people actually want) :-)
Kind regards,
--
Ole Friis <[ole_f--post3--tele--dk]>
Amiga is a trademark of Amiga Inc.