Ticker

6/recent/ticker-posts

Mail parsing - PST parser using Ruby on Rails

Interesting!

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.

Post a Comment

0 Comments