[REBOL] Re: import-email and KMail
From: sterling:rebol at: 16-Jul-2001 10:52
Actually, that's the standard mailbox format for messages stored on unix-type systems as well. I'll guess that you use KMail and you're reading the KMail mail files off your disk? The trick is that the first line gets stripped off when you fetch the message through POP. You should do the same if you just reading it from a file. Sterling