imap-upload
imap-upload copied to clipboard
Python script for uploading a local mbox file to IMAP4 server.
If I import single file without extension it works however recursive option not work. Thunderbird stores mailboxes on Windows without giving them extension so with large number of mailboxes it...
I have tried a variety of different options to upload my Google Takeout mbox to my IMAP account. No matter what I do I get: to [Opened,Category Updates] NG (b'Client...
Thanks for this tool! I just ran the script with the following command, on an .mbox file from Google Takeout containing approximately 7,000 emails: `$ python3 imap_upload.py --gmail --box imported...
By default only Important mails are marked as flagged. Add an option to provide a comma separated list of labels to specify which mails will be marked as flagged.
There doesn't seem to be a way to import emails to google workspace to a specific sub-label. I've tried using the --box command which creates the label, but the emails...
On a mailcow mail setup, folders are located parallel to INBOX: ``` Just list mail boxes! "Test" #UnMarked "Archive" #UnMarked #Archive "Trash" #Marked #Trash "Junk" #UnMarked #Junk "Sent" #UnMarked #Sent...
When trying to send emails to an account that uses cpanel, the following error occurs. (Mailbox name should probably be prefixed with: INBOX.)
I have 20GB .MBOX file exported from Google g-suite, but importing using roundcube or horde not possible for files bigger than 2GB. Can I using this tool to import MBOX...
This fixes: https://github.com/rgladwell/imap-upload/issues/22
Hi, Here is my local structure : * MASTER - FOLDER1.mbox - FOLDER1.sbd -- SUBFOLDERA.mbox -- SUBFOLDERB.mbox -- SUBFOLDERB.sbd --- LASTFOLDER.mbox When I try : python imap_upload.py --host=imap.myhost.com --port=143 [email protected]...