Reputation: 10069
I need a large corpus of PST files (may in GB or TB's) with more mails to test my big data application.
I found only Enron data set. Is any other common PST file available to test ?
Share me PST download links.
Upvotes: 11
Views: 10824
Reputation: 311
If you just want to test size and validity, you can create a PST and literally copy any big file directly into a folder (tested on Office 365 Pro)
Upvotes: 0
Reputation: 1149
You could create large dummy files, attach them to e-mails, save them as draft?
To create a dummy file, from a command prompt, execute this:
fsutil file createnew filename length
Example:
fsutil file createnew test.txt 52428800
Upvotes: -1