I have a bunch of email conversations in Outlook that I'd like to import into Drupal, probably with the initial email being the node body and the follow ups included as comments. Does anyone have any experience doing this in an automated fashion?

Comments

piersonr’s picture

Mailhandler might be useful if you wanted to forward your mail (or you might be able to hack the code to grab stuff that has already been read). I'm not sure whether mailhandler automatically saves follow ups as comments.

I wrote a module that fires when mailhandler is activated - the code isn't what you need but might give you a head start if you need to do any modifications to the incoming emails.