Comment 16 for bug 373083

Revision history for this message
Petr HroudnĂ˝ (petr-hroudny) wrote :

No, it's because your patch keeps content-transfer-encoding only for MCSET, but not for other cases. This is inappropriate.

Mark's concern was about upgrading from 7bit to 8bit, but what you implemented rejects also valid cases i.e. 8bit -> 8bit.

Please see above the proper fix for Mark's concern (elif cte=='8bit':)