HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 02:44:29 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100208170431
location: https://web.archive.org/web/20100208170431/https://code.google.com/appengine/docs/python/mail/
server-timing: captures_list;dur=0.442805, exclusion.robots;dur=0.015934, exclusion.robots.policy;dur=0.007752, esindex;dur=0.009434, cdx.remote;dur=27.414173, LoadShardBlock;dur=833.267627, PetaboxLoader3.resolve;dur=345.796582, PetaboxLoader3.datanode;dur=280.734955
x-app-server: wwwb-app204
x-ts: 302
x-tr: 893
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 27 Jul 2025 02:44:30 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-vary: Accept-Language,Cookie,Referer
x-archive-orig-etag: "5f96055cfa7eb0b758cbbe4f838f906c"
x-archive-orig-last-modified: Mon, 08 Feb 2010 15:41:59 GMT
x-archive-orig-date: Mon, 08 Feb 2010 17:04:30 GMT
x-archive-orig-expires: Mon, 08 Feb 2010 18:04:30 GMT
x-archive-orig-cache-control: public, max-age=3600
x-archive-orig-x-content-type-options: nosniff
x-archive-orig-server: codesite_static_content
x-archive-orig-x-xss-protection: 0
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 08 Feb 2010 17:04:31 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Wed, 21 Jan 2009 13:19:39 GMT",
; rel="prev memento"; datetime="Sun, 27 Dec 2009 18:57:15 GMT",
; rel="memento"; datetime="Mon, 08 Feb 2010 17:04:31 GMT",
; rel="next memento"; datetime="Thu, 25 Mar 2010 21:21:51 GMT",
; rel="last memento"; datetime="Fri, 11 Jul 2025 08:51:20 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100208104016_crawl103_IndexOnly-c/51_14_20100208170415_crawl103.arc.gz
server-timing: captures_list;dur=0.542210, exclusion.robots;dur=0.019763, exclusion.robots.policy;dur=0.009290, esindex;dur=0.010409, cdx.remote;dur=8.752062, LoadShardBlock;dur=116.612123, PetaboxLoader3.datanode;dur=118.761702, PetaboxLoader3.resolve;dur=128.117830, load_resource;dur=161.411813
x-app-server: wwwb-app204
x-ts: 200
x-tr: 368
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
The Mail Python API - Google App Engine - Google Code
The Mail Python API
App Engine applications can send email messages on behalf of the app's administrators, and on behalf of users with Google Accounts. Apps can receive email at various addresses. Apps send messages using the Mail service and receive messages in the form of HTTP requests initiated by App Engine and posted to the app.
This reference describes how to send and receive email messages in Python apps. It has the following sections: