Prevent any PHP 8.1 errors about sending empty variables to functions that want contentful strings.
@@ -769,6 +769,7 @@ function decodeBody($string, $encoding, $force_crlf='') {
global $force_crlf_default;
if (empty($force_crlf)) $force_crlf = $force_crlf_default;
+ if (empty($force_crlf)) $force_crlf = 'NOCHANGE';
$force_crlf = strtoupper($force_crlf);
// must force line endings to LF due to broken