Mail Memories Desktop App – Rescue Gmail Photo Attachments Locally
Mail Memories Desktop App – Rescue Gmail Photo Attachments Locally
Mail Memories lets you retrieve every photo ever attached to your Gmail account, running entirely on your computer
Mail Memories is a standalone desktop application that connects directly to Gmail, scans all messages for image attachments, and copies those images to a local folder organized by year. The tool is priced at a one‑time $29 fee after a free scan that retrieves the 50 oldest photos.
Why a dedicated app matters
- Ownership vs. existence – Photos stored as email attachments are technically present in your inbox, but they are effectively inaccessible amid newsletters, receipts, and spam. Mail Memories turns that hidden data into a browsable library.
- Local‑only processing – The app never uploads emails or images to a server. It uses Google’s App Passwords protocol, establishes a direct TLS connection to Gmail, and wipes the temporary access token from memory when the program closes.
- Read‑only safety – Mail Memories only reads messages; it never modifies or deletes any email, preserving the original archive.
Core workflow
- Generate a single‑purpose app password in your Google account (a 16‑character code).
- Launch Mail Memories and enter the code; the app connects directly to Gmail’s IMAP endpoint.
- Local scan – The program iterates through every message, identifies image MIME types, and copies the raw files to a folder named
Mail Memoriesinside your Pictures directory. - Organized output – Images are placed in sub‑folders by year (e.g.,
2004,2005), preserving original timestamps and metadata. - Resume on interruption – If the network drops or the laptop sleeps, the scan picks up where it left off without duplicating files.
Pricing and licensing
| Tier | Cost | What you get |
|---|---|---|
| Free trial | $0 | Scan the inbox and download the 50 oldest photos. |
| Full license | $29 (one‑time) | Unlimited photo downloads for a single Gmail address, original‑quality files, preserved metadata, and no subscription fees. |
| Additional accounts/gifts | $14 each | License for a secondary Gmail address or as a gift token. |
All payments are processed through Stripe; there are no recurring charges.
Privacy guarantees
- No cloud storage – All image data stays on the user’s device.
- Zero server access – The app never transmits email bodies or passwords to Mail Memories’ servers.
- Revocable access – The app password can be revoked at any time from the Google security dashboard.
How it compares to Google Takeout
"Or you can just use Google Takeout: https://takeout.google.com …" – Hacker News comment
Google Takeout can export an entire Gmail archive as a large MBOX file, which then requires manual parsing to locate images. Mail Memories offers a focused, user‑friendly experience that:
- Scans and extracts only image attachments, avoiding the need to sift through raw email data.
- Provides immediate, organized folders ready for import into photo managers.
- Runs locally without the multi‑hour export process that Takeout often entails.
For users who need a quick, visual recovery of photos, Mail Memories is a more convenient alternative. Power users who prefer full mailbox exports may still favor Takeout for comprehensive backups.
Community reactions on Hacker News
- Positive reception of the local‑first model – One commenter praised the "100% local, no cloud, no subscriptions, no AI" approach as a needed direction for privacy‑focused tools.
- Cost concerns – Another user noted that a $2.99 price point would feel more justified, suggesting the $29 fee is high for a utility that can be scripted with AI tools like Claude.
- Feature suggestions – A comment asked whether the binary should be signed to avoid Windows UAC prompts, indicating a desire for smoother installation.
- Skepticism about testimonials – A reviewer questioned the authenticity of the on‑site testimonial, highlighting the importance of transparent user feedback.
- Alternative solutions – Several participants mentioned existing Python scripts or Google Takeout as viable ways to download attachments, reinforcing that Mail Memories must differentiate through ease of use and polished UI.
Technical considerations for power users
- Scriptability – The underlying task (IMAP search for
image/*MIME types and download) can be replicated with a few lines of Python or a Claude prompt, as noted by a commenter. However, Mail Memories packages this logic into a polished GUI, handling pagination, rate‑limiting, and resume logic automatically. - Potential for attachment‑only deletion – A user asked for a tool that deletes attachments while preserving email threads. Gmail’s API does not currently support detaching files without removing the entire message, so Mail Memories remains read‑only by design.
Verdict
Mail Memories fills a niche for non‑technical users who want a quick, privacy‑preserving way to reclaim decades of photo attachments from Gmail. Its local‑only architecture, organized output, and simple pricing model make it a compelling alternative to generic export tools, though technically savvy users can achieve similar results with custom scripts at lower cost. The product’s success will hinge on continued UI polish, transparent user testimonials, and perhaps optional code‑signing to streamline installation on Windows.