rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

Feature Request: Use `Gooey` to turn this into an app you can use visually #64

Open titanism opened 9 months ago

titanism commented 9 months ago

See https://github.com/chriskiehl/Gooey. I tried to get a build working locally, but failed when I got to the pyinstaller -F --windowed build.spec part under https://github.com/chriskiehl/Gooey#packaging. Not too familiar with Python, but thought that you could benefit from adding Gooey to this project so that it would have widespread ease of use (and users wouldn't need to download python/etc).

rgladwell commented 9 months ago

Thanks for notifying me about that project, it does look useful. Unfortunately, I don't really have time to add new features to this project but I'll leave this open in case anyone else does.

titanism commented 9 months ago

Thanks @rgladwell - we also mentioned your project in our FAQ for migration at https://forwardemail.net/faq#how-do-i-import-and-migrate-my-existing-mailbox 🔥

rg-wood commented 9 months ago

Oh wow @titanism, nice to see imap-upload in action in the wild. I just hope the Google Takeout support it working well, it's part of the code that's had many changes recently.