Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How can I read an INBOX file from an old UNIX account?
Several years ago I had an email account on a system running FreeBSD. The email ran on either 'pine' or 'elm', (I don't recall which). When I gave up that account, I saved back the file 'INBOX'. Is there some way I can read that file on my Windows PC? It would be helpful to be able to read the headers, even if I couldn't read the messages contained in the file.
2 Answers
- G PLv 58 years agoFavorite Answer
It's very possibly a text format. Try opening in Wordpad.
If it comes down to it, you could install Cygwin (a unix emulator) and find a version of elm or pine that will run on it.
- Chris DLv 68 years ago
It's a plain text file. Each message follows the next and starts with the five characters "From ". (Not to be confused with "From: ".
There are tools and utilities that can split it up into individual messages, and IIRC Thunderbird can read it natively.