I am looking for a way to validate the DKIM signature of the incoming email.
I know how to do it in Java SE but it will use classes like javax.naming.directory.DirContext to get data from DNS server and this class is not white listed in App Engine.
Any idea how to communicate with DNS form Google App engine?
There is a blog post that says:
Once you've configured DKIM, just send an email from your Google Apps account to:
dkim@dkim-test.appspotmail.com
within minutes, you should get back an email that says "PASS" or "FAIL". If your test passed, you're all set!
I tried it and it works! It seems like a Google App Engine Application. How is it done?!