Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove newlines represented by LF as well as CRLF #37

Closed
wants to merge 1 commit into from
Closed

Remove newlines represented by LF as well as CRLF #37

wants to merge 1 commit into from

Conversation

danbartram
Copy link

The quoted-printable standard seems to require CRLF line breaks, but many clients support LF too. This patch allows for supporting the LF case in addition to CRLF.

This should fix #35.

- The quoted-printable standard seems to require CRLF line breaks, but many
  clients support LF too. This patch allows for supporting the LF case
  in addition to CRLF.
@Sysqwerty
Copy link

Hi guys, was this already merged?

@danbartram danbartram closed this by deleting the head repository Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wrong decode with quoted-printable
2 participants