libyal / libesedb

Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
GNU Lesser General Public License v3.0
341 stars 91 forks source link

does it support excahange 2013 edb file #25

Closed jacabsmith closed 5 years ago

jacabsmith commented 7 years ago

hello does libesedb supported exchange 2013 file format

joachimmetz commented 7 years ago

Depends what you are specifically asking.

The library should support the ESE database format, it does not support the MAPI database on top of the ESE layer.

joachimmetz commented 7 years ago

Nor does the library support handling large edb files, which exchanges ones typically are.

jacabsmith commented 7 years ago

How to decode exchange 2013 file format. can you help us.

jacabsmith commented 7 years ago

how to use this library in 2013 edb file

jacabsmith commented 7 years ago

any help to decode 2013 edb file

joachimmetz commented 7 years ago

What help do you need? If you're not familiar with file format analysis I can provide you little help. I lack the time to do much work on the library and Exchange support at this time.

jacabsmith commented 7 years ago

I can not read the mail body in any mail how to i read

jacabsmith commented 7 years ago

I can not read the mail body in any mail how to i read edb 2013 file

joachimmetz commented 7 years ago

libesedb will provide you only access to the ESE layer, the MAPI DB layer you'll have to figure out yourself.