Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How can I implement the POP TOP command in Rebol?

From: philb:upnaway at: 21-Sep-2003 21:42

Hi Dide, I was inspired by code from one of the RT guys (posted to this Mailing List .... sorry but I cant remember who ... either Stirling or Jeff) .... just wanted to give credit where it is due. Cheers Phil === Original Message === RE: How can I implement the POP TOP command in Rebol? Hi conrad, 'Import-email construct an object base on the string you pass. This string can contain all the message or just part of it (the header). If you want to know how to do, and perhaps as a beginning for your own work, I made a Rebol script to delete spam mails directly on the server without loading them. http://www.agora-dev.org/forums/view.php?bn=rebol_prjnvxprod&key=1061826280 (This tool will be improve soon (I hope) with new features). I'm investigating the way to automaticaly select spams in the list. Code regarding the read of the header (TOP) is in the 'read-mails-list function. Thank's again to Philb who have made the first script that inspire me. DideC