Re: Mail processing

[email protected] Tue, 01 Oct 2002 10:43:58 -0500
Newsgroups gmane.mail.eps
Organization Inter7 Internet Technologies, Inc.
Message-ID <[email protected]>
It sure can.  I would suggest you wait a day
for the new (and maybe last) version of EPS,
along with a new version of epstools so you
can see how the API works.  Searching the headers
will be as easy as:

struct header_t *h;

/*
   Initialize EPS API here
*/

for (h = eps_next_header(eps); h; h = eps_next_header(eps)) {
    if (!(strcasecmp(h->name, "Subject"))) {
       /*
          Check to see if 'QUIZ' appears inside
          the subject
       */
    }
}

Afif wrote:
> 
> Dear All,
> 
> I am new in eps, and I have some question about EPS,
> I have an email with the subject "QUIZ"
> and I have an answer in database (ie mysql), if the subject "QUIZ" so
> this email will query in MYSQL database,
> can EPS handle this case? if yes how its works? and where I could some
> hint/guidance for this case
> 
> thanks for all yr support
> 
> --
> Best regards,
> Afif
> mailto:[email protected]

-- 
mailto:[email protected]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices