Install Letterbot

Download → Extract → Configure → Run. Takes about 10 minutes.

Step 1: Download

Download Letterbot.zip from GitHub Releases and extract to any folder (e.g. C:\letterbot).

Step 2: Create a Telegram bot

Step 3: Configure

Open accounts.ini and fill in:

[my_inbox]
login    = you@example.com
password = YOUR_APP_PASSWORD
host     = imap.gmail.com
port     = 993
use_ssl  = true
telegram_chat_id = 123456789

[telegram]
bot_token = 1234567890:AAF-xxxx
chat_id   = 123456789

Step 4: Run

Double-click run.bat. Wait for [OK] Ready to work. Send yourself a test email — notification arrives in Telegram within 2 minutes.

Step 5: Web dashboard

Open http://127.0.0.1:8787 in your browser for the local observability cockpit.

IMAP settings for common providers

ProviderHostPortNotes
Gmailimap.gmail.com993App password + 2FA required
Yandeximap.yandex.ru993App password in security settings
Mail.ruimap.mail.ru993Works for @bk.ru, @list.ru
Outlookoutlook.office365.com993App password if 2FA enabled

SmartScreen warning

Windows may show a SmartScreen warning for unsigned executables. Click "More info" → "Run anyway". The source code is fully public and auditable.