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: weyns:online:no at: 21-Sep-2003 14:55

Thanks again Didier! After interactively playing with parts of your 'read-mails-list' function in a Core Rebol console, I was able to uderstand what to extract from it and adopt it in my code. I am happy and at the same time slightly depressed to experience the power of Rebol :-) :-( Regards, Conrad Weyns. ----- Original Message ----- From: "Dide" <[didec--tiscali--fr]> To: <[rebol-list--rebol--com]> Sent: 21. september 2003 12:43 Subject: [REBOL] Re: How can I implement the POP TOP command in Rebol?
> 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.