Richard Johnson
Richard Johnson
I believe file positions in java nio are [long](https://docs.oracle.com/javase/7/docs/api/java/nio/channels/FileChannel.html#position()), so the 32 bit limitation would be specific to that library. It is likely that PST originally only used 32 bit...
that would be great if you don't mind! You could upload it to something like dropbox and email me a link: libpst AT rjohnson.id.au The biggest challenge for me in...
Cool, I requested access with the email address for my google account.
Hey, unfortunately not despite best intentions. Contributions are always welcome; with this particular scenario it sounds like this child items table is the incorrect thing to look at, or is...
Generally the library will try to build it's own internal tree based on other "parent" identifiers if there is anything wrong with the child-items table: https://github.com/rjohnsondev/java-libpst/blob/304c0ac33fb0b7c120d387c56ea0f3e1c312137c/src/main/java/com/pff/PSTFolder.java#L158
hey guys - unfortunately I don't have much time to work on this these days. With regards to publishing a new version and tika integration - this project kind of...
I think something like this might work; haven't checked that it doesn't break things horribly yet: https://github.com/rjohnsondev/cljs-http/compare/fix/abort-request?expand=1
FYI I did try this however it causes a bunch of the tests to fail for some reason, will dig into it more when I have time