[appengine-java] Processing incoming email

2009-11-30 Thread Peter Ondruska
I am following instructions on http://code.google.com/appengine/docs/java/mail/receiving.html to process incoming mail but failing on retrieving content (headers are fine). The getContent() method returns an object that implements the Multipart interface. You can then call getCount() to

Re: [appengine-java] Processing incoming email

2009-11-30 Thread Jeremy Blythe
I think this is a bug in app engine - it doesn't seem to be following the standard. I've blogged the solution here: http://jeremyblythe.blogspot.com/2009/11/receiving-email-in-google-app-engine.html J. On Mon, Nov 30, 2009 at 2:34 PM, Peter Ondruska peter.ondru...@gmail.comwrote: I am