rgladwell / imap-upload

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

Import to cPanel #27

Open Milad-Abooali opened 3 years ago

Milad-Abooali commented 3 years ago

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 to cPanel?

Albertcultt commented 2 years ago

Hi @Milad-Abooali, i'm having same issue, with small mbox file works with same settings but with mbox with more GB script is not working. (i'm testing with 9GB file) Did you find solution?

Milad-Abooali commented 2 years ago

Hello @Albertcultt, the short answer is no. I tried different ways and also increase the upload size for the webmail apps but it's not working and the import process has been failed.

rgladwell commented 2 years ago

Perhaps we could add a parameter to the script to split a mbox into smaller chunks?