You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full-stack web mail client built with React and Node.js for a computer networking course. It uses IMAP and SMTP to fetch/send emails and WebSockets for a real-time UI, demonstrating core networking protocols in a practical application.
A versatile Node.js library for seamless email handling, supporting operations such as sending, receiving, and parsing emails with robust IMAP and SMTP integration.
Mail scanner that detects scam/phishing emails in inbox using ai and automatically moves them to the spam/junk folder. supports multiple accounts, historical backfill with emailsanalyzeduntil, and live watching with reconnection/keepalive.
Turn a Gmail .mbox export into an Excel spreadsheet. Pick standard email fields or extract values with custom regex rules, filter by date, and generate a recipient summary — a lightweight Next.js + TypeScript web app.