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.
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.
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.