Hi, I am implementing a customized enterprise solution where I need to receive an email , pull out the contents from the email and initiate some enterprise operations based on the received content of the email.
I am using Postfix as mail receiving server and, for mail parsing I am planning to use Gmime (http://spruce.sourceforge.net/gmime/), The real problem here I am facing is that I am unable to find a good C/C++ based Content filter api, as one is provided in java like 'subethasmtp' (http://code.google.com/p/subethasmtp/). Can someone suggest one please? Thanks in advance!!! Ashish