Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Stuartc on March 20, 2018, 05:01:53 PM

Title: Uploading large .mbox file
Post by: Stuartc on March 20, 2018, 05:01:53 PM
I am trying to upload a .mbox file of containing emails that I downloaded from from my Gmail account to my Roundcube account, but the folder size is about 900MB and Roundcube says it's "more than 50MB" which is apparently too large. Can anyone tell me how, if possible, to accomplish what I'm trying do?
Title: Re: Uploading large .mbox file
Post by: JohnDoh on March 22, 2018, 03:21:35 AM
That is a very large file for a web application to process. I think you'd probably run in to timeout or memory problems. You could change your PHP settings to allow such large uploads and you'd need to change memory limits too but, just guessing, I don't think it would work. You'd be better off improting it directly on the server. Or may be via a desktop client.