On Mon, 27 Aug 2007, Tobias Schlitt wrote:

> On 08/25/2007 02:44 PM Damien POBEL wrote:
> 
> > ezcMailTools::mimeDecode() uses iconv_mime_decode three times. The 
> > first and second times, @iconv_mime_decode() is used, but the last 
> > time, there's no @ so it sometimes generates a PHP warning. Is it a 
> > (very small) bug or is it normal ?
> 
> Looks like a bug to me, please open an issue for it on 
> http://issues.ez.no!

It's not a bug... you *want* to know why some conversions go wrong. 
Without the @ you can't see that at all. We do it in the first two calls 
because we try to recover from them manually. It's similar to this 
issue: http://issues.ez.no/IssueView.php?Id=8369&activeItem=3

regards,
Derick
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to