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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jan-Piet Mens
日付:  
To: Steve Dobson
CC: Exim Users
題目: 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