11

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.

Jan Goyvaerts
  • 21,379
  • 7
  • 60
  • 72
SANN3
  • 9,459
  • 6
  • 61
  • 97

2 Answers2

0

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)

Shaun Vermaak
  • 301
  • 2
  • 13
-1

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
Mike Christiansen
  • 1,104
  • 2
  • 13
  • 30