[REBOL] piping email into an external app from rebol
From: juff::fax::co::uk at: 14-Sep-2003 17:51
(newbie alert)
I'm trying to loop around in Rebol, downloading all the mail in a pop-box
and piping each one through an existing C executable...
Just about figured out the mail bit but I don't have a clue how to pipe the
downloaded email into an external program
Of course I could have piped the entire output from Rebol into it from the
command line but I'm trying handle the loop from within the rebol code so I
don't have to exit and have the overhead of reconnecting to the
mailserver...
any ideas please ?
thanks
John Uff
[juff--fax--co--uk]