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

Posted by bruceatk on Stack Overflow See other posts from Stack Overflow or by bruceatk
Published on 2008-08-22T17:19:52Z Indexed on 2010/03/20 2:41 UTC
Read the original article Hit count: 668

Filed under:
|
|
|

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 would love to know if someone already has gone through this process and could make the code available. I found mork.pl by Jamie Zawinski (he worked on Netscape Navigator), but I was hoping for a .NET solution.

I'm hoping StackOverflow will come to the rescue, because this just seems like a waste of my time to write something to read this file format when it should be so simple.

I love the comments that Jamie put in his perl script. Here is my favorite part:

#   Let me make it clear that McCusker is a complete barking lunatic.
#   This is just about the stupidest file format I've ever seen.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about file-format