rfc2047-allow-incomplete-encoded-text

rfc2047-allow-incomplete-encoded-text is a variable defined in `rfc2047.el'.
Its value is
t


Documentation:
*Non-nil means allow incomplete encoded-text in successive encoded-words.
Dividing of encoded-text in the place other than character boundaries
violates RFC2047 section 5, while we have a capability to decode it.
If it is non-nil, the decoder will decode B- or Q-encoding in each
encoded-word, concatenate them, and decode it by charset. Otherwise,
the decoder will fully decode each encoded-word before concatenating
them.