A tool for uploading a local mailbox to IMAP4 server. Useful for migrating from E-mail client such as Thunderbird to Gmail.
Categories
InternetLicense
MIT LicenseFollow IMAP Upload
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
Rate This Project
Login To Rate This Project
User Reviews
-
Great, works ! Even better with the "auto create labels" patch (feature request #7, the patch is provided, apply it with (in bash) : patch imap_upload.py < label.patch
-
With: --time-fields=received fantastic for uploading my OpenWebMail mboxes !!! I made also two hacks. One for creating folders and the other to mark the emails as Seen: diff imap_upload.py imap_upload.py-original 300,301c300 < self.imap.create(self.box) < return self.imap.append(self.box, '\Seen', delivery_time, message) --- > return self.imap.append(self.box, [], delivery_time, message) Regards, Josep Pujadas-Jubany
-
best tool to import your old mbox mailbox to gmail or other imap servers
-
that is exactly what I need. I was using thunderbrid to sync/upload email to gmail before, but sometimes it is very unstable to upload. this program is the solution. great work.