I am using imap_fetch() function to fetch a mail that include attachtment from mail server. [ $body = imap_base64(imap_fetchbody($mbox, $message_no, $part_no+1));] The attachtment is around 5 MB. When I fetch to a single part of message (decode mutilpart)which is bigger than 4 MB, it return http 404 error. However, if the size is smaller than 4 MB....it works fine....Does anyone know where the problem is?
OS: Redhat 8.0
Aapache 2.40, php 4.2.2