Closed rustonaut closed 7 years ago
check if the current implementation handles all corner cases, especially such specific to using it in a header (encoded words):
and fix issues found this way:
IDEA: different to quoted-printable I can calculate how many bytes the resulting will have after encoding, and if it breaches the length limitation I can brake it into parts before encoding ;=)
check if the current implementation handles all corner cases, especially such specific to using it in a header (encoded words):
and fix issues found this way: