Hi, I have a small Todo application written. I would like to use the Mail service to receive new todos items via email.
I can get the sender of the email via getFrom() and would like to map this to the user in my application and create a new Todo for this user. Is it possible to retrieve the user based on an email from AppEngine? If yes it would be great if you can give me a pointer where to look. Best regards, Lars ------------------- I originally posted this message to http://groups.google.com/group/google-appengine before realizing that there is a Java specific group. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
