imap-upload
imap-upload copied to clipboard
Python script for uploading a local mbox file to IMAP4 server.
I am running python 3.8 in a Windows 10 machine. I have changed the headers to #!/usr/bin/env python3.8 but I keep on getting this error: Python .\imap_upload.py File ".\imap_upload.py", line...
I'm using recursive, but I see in line 475 for recursive uploads, it sets the "BOX" to "" - is this by design? For my needs, I've changed this to...
The new -r option introduced in v1.3 does recurse into local directories but not recreate the same structure on the imap server, if I'm not mistaking. Is this intentional? Thanks...
Tried pointing it at Local Folders and various .sbd folders, it connects to gmail, then there's no output, and it stops in about 2 seconds. Problem is that Thunderbird doesn't...
See . 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...
Hi, how can Import from MBOX Google Take Out Gmail to IMAP4 server?