Re: [google-appengine] Re: Downloading source code from Google App Engine

2010-02-18 Thread Alex Nemoy
On Thu, Feb 18, 2010 at 4:28 AM, Ikai L (Google) ika...@google.com wrote: Code download would only benefit Python, anyway, since Java source is not uploaded. There are a million reasons why this is a bad idea and some have been touched on. Personally, I cannot think of any situation in which I

Re: [google-appengine] Re: auto-logout user ?

2010-01-26 Thread Alex Nemoy
On Tue, Jan 26, 2010 at 7:45 PM, Danny Tuppeny da...@tuppeny.com wrote: If you mean fetching it server-side, then that won't work. I can't think of any nice way to do what you want, though there is a tickbox that says Keep me signed in. If the user ticks this, surely that's what they want?

[google-appengine] auto-logout user ?

2010-01-25 Thread Alex Nemoy
Can a user be logged out by the app without having to visit a logout url explicitly? Is creeting a logout url then fetching it a possibility? thank you N. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] Re: Send mail from user's Gmail address ?

2010-01-24 Thread Alex Nemoy
On Sun, Jan 24, 2010 at 8:58 PM, Danny Tuppeny da...@tuppeny.com wrote: I assume the queued task has the same privileges as the request that queued it and which only works when logged in. I don't know for sure, but I'd guess that's not the case. You can use login: admin to stop users

[google-appengine] Send mail from user's Gmail address ?

2010-01-23 Thread Alex Nemoy
Hello, Can an application send mail From: the logged in user's Gmail account? The documentation at http://code.google.com/appengine/docs/python/mail/sendingmail.html has this to say The sender address can be either the email address of a registered administrator for the application, or the