Fix workarounds for MUAs that don't handle UTF-8
Turns out that clean_header() takes Header, so we were getting: AttributeError 'Header' object has no attribute 'startswith' Let's use Header in the test and fix the issue properly. Fix: a7046dca ("Add workaround for MUAs that don't handle UTF-8") Signed-off-by:Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Showing
Please register or sign in to comment