HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 19:36:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100325212151
location: https://web.archive.org/web/20100325212151/https://code.google.com/appengine/docs/python/mail/
server-timing: captures_list;dur=0.601421, exclusion.robots;dur=0.028225, exclusion.robots.policy;dur=0.016782, esindex;dur=0.014461, cdx.remote;dur=261.970535, LoadShardBlock;dur=244.422490, PetaboxLoader3.datanode;dur=85.684868
x-app-server: wwwb-app202
x-ts: 302
x-tr: 530
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app202; 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: Wed, 30 Jul 2025 19:36:56 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-vary: Accept-Language,Cookie,Referer
x-archive-orig-etag: "4c52a611201a171abb75f9a0d6047841"
x-archive-orig-last-modified: Thu, 25 Mar 2010 20:21:49 GMT
x-archive-orig-date: Thu, 25 Mar 2010 21:21:51 GMT
x-archive-orig-expires: Thu, 25 Mar 2010 22:21:51 GMT
x-archive-orig-cache-control: public, max-age=3600
x-archive-orig-x-content-type-options: nosniff
x-archive-orig-set-cookie: PREF=ID=904141152612d460:TM=1269552111:LM=1269552111:S=n8nibLBebsQLWxdZ; expires=Sat, 24-Mar-2012 21:21:51 GMT; path=/; domain=.google.com
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: Thu, 25 Mar 2010 21:21:51 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="Mon, 08 Feb 2010 17:04:31 GMT",
; rel="memento"; datetime="Thu, 25 Mar 2010 21:21:51 GMT",
; rel="next memento"; datetime="Thu, 24 Jun 2010 13:35:19 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: 52_14_20100325174756_crawl103-c/52_14_20100325212053_crawl103.arc.gz
server-timing: captures_list;dur=0.548547, exclusion.robots;dur=0.024124, exclusion.robots.policy;dur=0.015073, esindex;dur=0.013889, cdx.remote;dur=429.524299, LoadShardBlock;dur=327.399029, PetaboxLoader3.datanode;dur=375.554897, load_resource;dur=199.461738, PetaboxLoader3.resolve;dur=76.668855
x-app-server: wwwb-app202
x-ts: 200
x-tr: 1049
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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: