Re: [exim] OT: Extracting information from an email

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jan-Piet Mens
Datum:  
To: Steve Dobson
CC: Exim Users
Betreff: Re: [exim] OT: Extracting information from an email
On Thu May 08 2008 at 15:32:02 CEST, Steve Dobson wrote:

> I want remote applications to pass information between themselves. The
> data will be in XML format (no-brainer these days).


SOAP with an SMTP binding, perhaps?

> What I'm lacking is a nice guide on how to check signed emails.


Signed how? S/MIME or Gnu PG (PGP) ? You ought to find plenty of Perl
modules on CPAN for doing that.

        -JP