Thursday, September 9, 2010

HOWTO dump out all email attachments from a Microsoft PST archive

On ubuntu install 'readpst' and 'uudeview', then:
readpst -o mbox -j4 mpst.pst
Which will use 4 processes to give you a bunch of mbox files in the 'mbox' directory. Then, extract all the attachments:
cd mbox
uudeview -p ../pst_attachments *

No comments: