Built with Python, Cryptography, and Paranoia.
Email Pro is not a standard email client. It is a communications terminal designed for privacy, anonymity, and digital forensics. It was built from scratch (~1600 lines of code) to offer features that big tech providers (Outlook, Gmail) typically block or hide from you.
- Burner Mail Integration: Generate disposable email addresses instantly to sign up for shady sites.
- Ghost ID Generator: One-click generation of fake personas (Name, User, Password) to go with your burner email.
- Proxy/Tor Support: Native SOCKS5 tunneling for all connections.
- Identity Profiler: Analyze senders to see if they are real people, bots, or spoofed domains (MX Records & Gravatar checks).
- Link Hunter: Extracts all links from an email and scans them for redirects/trackers without opening the browser.
- Header Analysis: "Forensic Scan" scores emails based on routing data, detecting potential spoofing or proxy usage.
- 🦎 AI Camouflage: "Poisons" your text with invisible characters. To a human, it looks normal. To an AI or keyword scanner, it is unreadable gibberish.
- 🖼️ Image Injector (Steganography): Hide secret text messages inside image attachments. Only another Email Pro user can scan and read them.
- PGP Encryption: Native support for PGP encrypting/decrypting messages.
- Local AES-256 Vault: All credentials and cache are stored encrypted on your local disk.
- "Safe View": Sandbox mode to view HTML emails without loading tracking pixels.
- Multi-Profile: Manage unlimited accounts (Gmail, Outlook, Custom SMTP).
CorreioPro Ultimate includes a built-in "Panic Button" designed for hostile environments or emergency hardware disposal. Located in the Profile Manager, this feature performs a destructive sanitation of the local environment.
How it works:
Secure Overwrite: The app calculates the exact size of your sensitive files (secret.key, profiles.json, pgp_keys.json, email_cache.json).
Shredding: It overwrites the file content on the disk with cryptographically strong random noise (os.urandom), making forensic recovery impossible.
Deletion: It unlinks (deletes) the files from the file system.
Termination: The application process kills itself immediately.
What is gone: All local passwords, PGP keys, contacts, and offline email cache. You will lose access to any PGP-encrypted emails if you did not backup your key elsewhere.
What remains: This does not delete emails from the remote server (e.g., Gmail/Outlook). It only sanitizes the local App.
- Clone the repo:
git clone https://github.com/peterpt/EmailPro.git Install Dependencies: This app avoids heavy frameworks, but requires a few security libs: code Bash
pip install -r requirements.txt
apt install python3 python3-tk
Run: code Bash
python3 emailpro.py
This tool is for educational and privacy-protection purposes. Use the forensic and anonymity tools responsibly.
Peterpt (Idea , bug finder and testing) Google Gemini AI (Code Generation) Flaticon.com (Icons Inside this App)
Initially i wanted only a simple email client because the others public email cleintes available in market were not able to connect to my email server to fetch the data , after we achieved this i gave Gemini permission to use its creativity on this app to make it more secure for the user , and the result was this app witch i believe it is one of the best email clients i have ever seen regarded to security .