Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
647 views

Does anybody know of existing code to read a mork file (Thunderbird Address Book)?

I have the need to read the Thunderbird address book on the fly. It is stored in a file format called Mork. Not a pleasant file format to read. I found a 1999 article explaining the file format. I ...
0
votes
1answer
194 views

How to write a Mork File Format file in Java?

Iam working on a project which involves writing a Mork File (Mork is a database format used by Mozilla to store url history and other information.) It has been replaced by an enhanced version of ...