The following code will check for email:
How may I read the body of the email message
into another variable, without the header?
Thanks :>) (code below)
;;====================================================
either empty? inbox
[
print "No messages in inbox"
]
[
forall inbox
[
print first inbox
;here I would like to write the
;body of the message (without the headers)
;to another variable
]
]
close inbox
;;thank you all
;;tim
- [REBOL] [REBOL] New format.r on rebol.org Re: support
- [REBOL] [REBOL] New format.r on rebol.org Re:(2) Al . Bri
- [REBOL] [REBOL] New format.r on rebol.org Re:(3) support
- [REBOL] [REBOL] New format.r on rebol.org Re:(3) support
- [REBOL] [REBOL] New format.r on rebol.org Re... Al . Bri
- [REBOL] [REBOL] New format.r on rebol.or... support
- [REBOL] [REBOL]How to remove email ... tjohnson
- [REBOL] [REBOL]How to remove em... icimjs
- [REBOL] [REBOL]How to remov... tjohnson
- [REBOL] [REBOL]How to remove em... Petr . Krenzelok
- [REBOL] [REBOL]How to remove em... giesse
- [REBOL] HTML mails Was: Re: New format.r on rebol.o... ejolson
