I\'m writing an application that analyzes emails and it would save me a bunch o开发者_开发知识库f time if I could use a python library that would parse email text down into named components like <s
Requirement: I am writing a web application (Rails on Heroku) through which users can create groups and user should be able to post a message to the group simply by sending an email to the group.
Background: Every work day I get an e-mail from a vendor who sends me a CSV file as an attachment. The CSV file needs to be converted into HTML and I already have a script that does that.