"read" or "load" e-mail file in BeOS
[1/2] from: norsepower::uswest::net at: 4-Feb-2001 15:12
Can anyone else successfully 'read or 'load an e-mail file using REBOL in
BeOS? The files themselves are just text files including the entire e-mail,
header and all, but I get an "access error" when I try to read an e-mail file
in BeOS (not reading from my POP3 server, but reading the file from my local
machine.)
-Ryan
[2/2] from: norsepower:uswest at: 5-Feb-2001 11:22
It turned out the file names were causing problems. Since the BeOS names its
e-mail files using the Subject line of the e-mail, the names included
[brackets] which were causing a problem for a straight 'read into REBOL.
-Ryan