Hi,

Le 9 janv. 07 à 15:30, Bernard Buri a écrit :

Here are some patches for mod_mbox to correcly display binary mime- parts.
Please review;

Ok, it's been long since I got the time to dive into mod_mbox's code and I may be mistaking here, but isn't this change enough (and lighter?) :

         if (pdata != NULL) {
-            ap_rputs(pdata, r);
+            ap_rwrite(pdata, mime_part->body_len, r);
         }

Regards,
- Sam
--
Maxime Petazzoni (http://www.bulix.org)
-- gone crazy, back soon. leave message.


Reply via email to