[appengine-java] Re: Incoming Email Service

2009-10-26 Thread m seleron
Hi message can parse it by either method or both Sorry It doesn't examine it in detail. MimeMessage mimeMessage = new MimeMessage(session, req.getInputStream ()); - DataHandler dataHandler = mimeMessage.getDataHandler(); DataSource

[appengine-java] Re: Incoming Email Service

2009-10-26 Thread Prashant
it works ! thanks !! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com To unsubscribe from this group, send

[appengine-java] Re: Incoming Email Service

2009-10-24 Thread vs
I am facing the same issue. Basically the getContent() method returns ByteArrayInputStream instead of Multipart... Can someone please help? On Oct 23, 11:50 am, Kyle Roche k...@appirio.com wrote: Hi, I was able to put together an incoming email servlet that can read the subject and the