Certainly it should be possible to host the server component of a
complex application like webmail on AppEngine.

Sort of thing its generally pretty much designed for.

The front end would probably be in javascript - so the heavy lifting
runs on the users browser. This is how gmail works for instance.

GWT might provide a way to code it, helping to intergrate a front end
with backend - but I dont have experience to say how easy.

You will almost certainly need some thrid party provider for emails
anyway, AppEngine is not suited for sending large quantities of
outbound mail

(unless you want to offer emails addresses in the form
[email protected] then you will probably need some third
party email server/forwarding too)


On Wed, Dec 21, 2011 at 3:48 AM, wahaha <[email protected]> wrote:
> make a web application like Thunderbird,does it possible on?
> technically possible?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" 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?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to