diff -r 27971a13089f -r 2e0b0af889be thirdparty/google_appengine/google/appengine/ext/admin/templates/inboundmail.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thirdparty/google_appengine/google/appengine/ext/admin/templates/inboundmail.html Sun Sep 06 23:31:53 2009 +0200 @@ -0,0 +1,158 @@ +{% extends "base.html" %} + +{% block title %}{{ application_name }} Development Console - Inbound Mail{% endblock %} + +{% block breadcrumbs %} + Email +{% endblock %} + +{% block head %} + + + +{% endblock %} + +{% block body %} +
+

Email

+ {% if inboundmail_configured %}{% else %} +
+ Inbound mail is not yet configured properly in your app.yaml in the services section. +
+ {% endif %} +
+
+ + + + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+
+ +{% endblock %} + +{% block final %} +{% endblock %}