[google-appengine] Receiving Email

2010-12-11 Thread Massimiliano
Hi, Can someone help me? I'm handling a received email and I want to store the body of the mail (the message written in it). This is the line code: aventino.testo = str(mail_message.body) In the datastore viewer I found: testo =*From nobody Sat Dec 11 14:54:28 2010 MIME-Version: 1.0 Content-Type:

[google-appengine] Receiving email problem

2010-04-20 Thread markm208
I am writing an app that is supposed to receive emails in this form: addcontact.some...@my-app.appspotmail.com (some_id will be an alphanumeric id that I generate) I have this in my web.xml thinking it would catch emails that start with addcontact servlet

Re: [google-appengine] Receiving Email, ASCII Decode, Stuck in Queue

2009-12-10 Thread Nick Johnson (Google)
Hi, On Fri, Dec 4, 2009 at 11:46 PM, mb doit...@gmail.com wrote: My app receives mail and stores them in the datastore. It usually works fine, but occasionally it has problems decoding the message body. It logs errors like: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in

[google-appengine] Receiving Email, ASCII Decode, Stuck in Queue

2009-12-04 Thread mb
My app receives mail and stores them in the datastore. It usually works fine, but occasionally it has problems decoding the message body. It logs errors like: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 50: ordinal not in range(128) The error happens when trying to

[google-appengine] Receiving Email within custom domain

2009-10-13 Thread Neves
Is it possible (or will it be possible) to receive email within my domain? (not appspotmail.com) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] receiving email

2009-03-20 Thread Ronn Ross
I would like people to email may app and it show up in the app. So that way it can work like a help desk system. If there anyway to do that through app engine? Can you pull data from a gmail account? --~--~-~--~~~---~--~~ You received this message because you are