Hey guys,
I don't know if this issue is known, didn't read the entire forum yet, but every time i get an email with a large attachment (>900 KB) it doesn't display anything (just a blank screen). Any suggestions?
Thanks a lot.
Greetings,
Eddy
Yep I cant help !
for some reason preg_match in Mail/mimeDecode.php use so much memory.
put
ini_set("memory_limit", "16M");
in index.php
16M or more if it's not enough !
Greets
Laurent