go-pst icon indicating copy to clipboard operation
go-pst copied to clipboard

Write PST files

Open mooijtech opened this issue 2 years ago • 2 comments

Add support for writing PST files.

  • Write header
  • Write header root
  • Write block and node B-Trees
  • Write B-Tree on Heap
  • Write Heap-on-Node
  • Write local descriptors (B-Tree nodes pointing to other B-Tree nodes)
  • Write Property Context
  • Write Table Context
  • Write messages/attachments (make up the above from B-Tree)

CC @iredmail

mooijtech avatar Aug 26 '23 12:08 mooijtech

Cool. So you're starting working on it now?

iredmail avatar Aug 26 '23 12:08 iredmail

Yes.

mooijtech avatar Aug 29 '23 09:08 mooijtech