Since past many days I was trying to parse PST and extract the mails;
here is the the gist of it.
1. convert the pst to mbox format using GNU readpst tool.
2. use ruby-mbox gem to parse the mbox.
3. iterate through and extract each mail and attachment and save it to
s3 or what ever.
0 Comments