CaRDiaK
CaRDiaK

Reputation: 885

Is there a free .eml parser available somewhere?

I am writing an add-on for my intranet to allow my users to just email "itsupport" and parse the from as the user who logged the job and the body as the issue.

Does anyone know if their is a free parser available so I don't have to look at writing something myself? (no point re-inventing the wheel right :) )

Thanks for any advice / links / suggestions. Barry

Upvotes: 2

Views: 2930

Answers (1)

MLefrancois
MLefrancois

Reputation: 768

Never used it myself but you could try the approach described here: http://www.codeproject.com/KB/cs/mime_project.aspx

Upvotes: 2

Related Questions