TheBat archive file (tbk) format

382 Views Asked by At

I'd like to write a function to read archived emails from TheBat mail client archive file (.tbk). However, I can't find any specification of the format.

If anyone has this format description or digged it themselves, I'd be grateful.

2

There are 2 best solutions below

1
On

Check out TheBat API Docs. Even if they don't give you direct low-level format of the file, using them you should be able to write your own functions to read message storage.

1
On

Try to open the tbk file in a text editor (notepad++ on windows, vi(m) or nano on linux, I don t know what on mac).

Is it plain text?

Yes->Write your parser

No->Write your parser using the API