Mail Sync

A personal tool that copies one person's work email into their own personal inbox.

Mail Sync is a private Google Apps Script written for and used by a single person. It replaces Gmail's “Check mail from other accounts” feature, which Google closed to new setups in early 2026 and retires entirely in January 2027.

What it does

On a timer, it reads new messages from one Gmail mailbox and inserts a copy into a second Gmail mailbox. Both mailboxes belong to the same person. The copy keeps the original sender, recipients, date and message ID, so it reads like the original rather than a forward.

What it is not

Access it requests

Read-only access (gmail.readonly) to the source mailbox, and permission to insert messages and manage labels in the destination mailbox. Nothing more.