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
Technically, the way that OpenPOP handles decoding this series of encoded-word tokens is correct according to the spec, but unfortunately many mail clients incorrectly break apart long encoded-words such that they need to be decoded after their payloads are combined.
For anyone suffering from this problem, I highly recommend my own libraries: MimeKit and MailKit.
String
=?utf-8?B?0JTQuNGB0LvQvtC60LDRhtC40Y8g0YHQu9C10LTRg9GO0YnQ?= =?utf-8?B?uNGFINCyINCw0LTRgNC10YEg0JLQodCaINC60L7QvdGC0LXQudC90LXR?= =?utf-8?B?gNC+0LIu?=
must be decoded as
=?utf-8?B?0JTQuNGB0LvQvtC60LDRhtC40Y8g0YHQu9C10LTRg9GO0YnQuNGFINCyINCw0LTRgNC10YEg0JLQodCaINC60L7QvdGC0LXQudC90LXRgNC+0LIu
Not separated.
EncodedWord.cs (48)
The text was updated successfully, but these errors were encountered: