You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content-transfer-encoding check is broken - it's only scanning in the rawBodyLines array, but the CTE would be in the headers not the raw body lines. Thus, CTE is never determined - this is hosing up base64 checking on incoming mail.
The content-transfer-encoding check is broken - it's only scanning in the rawBodyLines array, but the CTE would be in the headers not the raw body lines. Thus, CTE is never determined - this is hosing up base64 checking on incoming mail.