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
MessageHeader::decodeWord() adds spaces at folding borders, when there are special characters encoded. The attached file "decodeWord_Example.txt" contains the decodeWord-Code with an example string to show this behaviour and a patch, to prevent it (please look for "//<<< This is the patch:")
EdEgberts
changed the title
debugWord adds spaces at folding borders, when there are special characters encoded
decodeWord adds spaces at folding borders, when there are special characters encoded
Apr 22, 2024
bas524
added a commit
to bas524/poco
that referenced
this issue
Apr 27, 2024
…e encoded words (#4542)
* fix bug #4535
RFC 2047 decodeWord
* modify logic
uses separate string which contains simbols between chunks and if this
string contains only space ot \n or \t or \v than trim it
MessageHeader::decodeWord() adds spaces at folding borders, when there are special characters encoded. The attached file "decodeWord_Example.txt" contains the decodeWord-Code with an example string to show this behaviour and a patch, to prevent it (please look for "//<<< This is the patch:")
decodeWord_Example.txt
The text was updated successfully, but these errors were encountered: