├── .gitignore ├── README.md ├── dns.png ├── src └── index.ts ├── tsconfig.json └── wrangler.toml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maggie-j-liu/mail/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maggie-j-liu/mail/HEAD/README.md -------------------------------------------------------------------------------- /dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maggie-j-liu/mail/HEAD/dns.png -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maggie-j-liu/mail/HEAD/src/index.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maggie-j-liu/mail/HEAD/tsconfig.json -------------------------------------------------------------------------------- /wrangler.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maggie-j-liu/mail/HEAD/wrangler.toml --------------------------------------------------------------------------------