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

[REBOL] Re: rebol read email from http address

From: bry:itnisk at: 4-Nov-2003 16:22

Well just to have something to check against I saved a plain message as txt and put it on a site on my localhost. It was SundandaDH on Rebol lost the case... when I say I read an email from a http address I mean I do the following: E: read http://localhost/rootsite/rebol.txt I could of course open it but I think that would be even more problematic. So anyway I am not trying to extract the email, I have an email saved as a text file. Dump any email with rebol to a text file on the filesystem and then try to read it in as an email - without using Parse :) - would be a succinct description of my needs.