pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.04k stars 2.11k forks source link

Decode word #4542

Closed bas524 closed 2 months ago

bas524 commented 2 months ago

RFC 2047 decodeWord uses separate string which contains simbols between chunks and if this string contains only space ot \n or \t or \v than trim it

matejk commented 2 months ago

I verified the changes with the online tool https://dogmamix.com/MimeHeadersDecoder/. Changes are correct.