java-libpst icon indicating copy to clipboard operation
java-libpst copied to clipboard

A library to read PST files with java, without need for external libraries.

Results 46 java-libpst issues
Sort by recently updated
recently updated
newest added

Do you know what format use Microsoft to store its mails in OST/PST files? HTML/EML/MESSAGE/etc.

I've taken the latest code from the develop branch, for java-libpst. It works fine for PST files less than 4gb in size. For PST files 4gb or more, i get...

Hello Is there a way to add multithreading extraction to this library? I tried to process emails and attachments in different thread but it's not stable

pffexport tool (from libpff) exports about 30k non deleted emails and attachments from a 2.8 GB 2013 OST while java-libpst extracts about 17k items from the same OST. It contains...

I'm currently working with PST files, and there are some features that currently don't exist (things like EntryId of message issue #94 or saving messages as .msg files #87). I'm...

In PST file every object gets an entry id so you can easily get Message from the file, how can I find it in PSTMessage ? (even if not directly...

Hi, I generated a PST file (Office 365 Outlook) on 4 Feb 2021. I get the message "can't get children for folder Bandeja de entrada(32898) child count: 2891 - java.lang.ArrayIndexOutOfBoundsException:...

I have the following data in pst file ,Yusuf Sengun","/O=EXCHANGELABS/OU=EXCHANGE ADMINISTRATIVE GROUP (XXXXXXXXXXXX)/CN=RECIPIENTS/CN=XXXXXXXXXXXXXXXXXXXXXXXXXXX-YUSUF SENGU","EX","**[email protected]**","**[email protected]**","SMTP",,,,,,,,"Normal",,,"Normal" There is no doubt in here I can get the mail address with getDisplpayTo function But...

If number of emails/messages reaches 23 in a folder: getNextChild throws Index out of bound error java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at com.pff.PSTFolder.getNextChild(PSTFolder.java:293)

Hi, Need method : 1) To move messages from one folder to another 2) To delete messages Will be good addition. If not please suggest how I can do it...