Gmail triage + reply telemetry

Reply faster without living inside your inbox.

GlassyReply forwards Gmail messages to Telegram, drafts replies with Gemini, and adds signed pixel tracking so outbound replies can report useful open signals.

Gmail API Telegram bot Gemini drafts Pixel tracking Confidence scoring Private dashboard
Private dashboard
Gmailconnected
Geminiready
Pixel trackingarmed
Ownerverified
GlassyReply Bot
NEW EMAIL

Subject, sender, summary, attachments, and suggested next action.

GEMINI DRAFT

Polished reply generated from message context and owner preferences.

Send trackedStatsSave draftForward

Email operations in one private control surface

GlassyReply is not a generic inbox clone. It is a focused personal assistant for high-signal triage and quick replies.

G

Gmail actions

Send, save drafts, trash, star, label, forward, and download attachments through Telegram controls.

A

AI draft replies

Gemini creates draft responses so the owner starts from a useful reply instead of a blank composer.

D

Signed dashboard

Private time-limited dashboard links keep configuration editable without exposing admin routes.

P

Push or polling

Supports Gmail Push wake-up where available and polling fallback for simple deployments.

S

Persistent state

SQLite stores settings, Gmail state, pending follow-ups, and runtime configuration across restarts.

T

Reply telemetry

Signed pixel routes report proxy fetches, likely human opens, reopens, and confidence scores back to Telegram.

Pixel tracking built like a signal system, not a vanity counter

Email opens are messy. Gmail proxies images, Apple Mail can preload remote assets, and scanners can touch links before a human does. GlassyReply treats every fetch as evidence, then classifies it by confidence.

Signed image pixel/track/img
CSS background probe/track/bg
Dark-mode probe/track/dark
Font fetch probe/track/font
Telegram statsopens + confidence

Architecture

A small personal automation stack: Gmail for source data, Telegram for control, Gemini for drafts, SQLite for memory, and signed routes for reply telemetry.

Inbox sourceGmail API

OAuth, messages, labels, drafts, actions, push history.

RuntimePython bot

Telegram handlers, Quart routes, pixel routes, SQLite state, setup flow.

Control surfaceTelegram owner

Inline actions, draft review, configuration, attachments.

Designed for one owner

Owner-only handlers, signed dashboard links, webhook secrets, signed telemetry tokens, and explicit tracked-send controls keep the scope intentionally narrow.

Read the README