Posted By:
Eric_L
Posted On:
Friday, July 27, 2001 04:11 AM
Yeah, does anyone out there have any suggestion on how I should save the messages in my local? I've tried using random access file and retrieve them later using file.seek but it's not efficient and I have to waste alot of storage space due to the need to specify a certain amount of bytes for a record.
I realise that Netscape merely append all its inbox mail in a particular file n retrieve them later. I mean how do they know where a new mail starts? Do help pls. I only need guidance and ideas.