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

fix: trim lines read after decoding #250

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

vware
Copy link
Contributor

@vware vware commented Dec 17, 2024

Some POP servers send replies like:
(LF)+OK(CRLF)
...

Which causes a format exception when parsing the reply. Fix this by trimming lines.

Some POP servers send replies like:
(LF)+OK(CRLF)
...

Which causes a format exception when parsing the reply.
Fix this by trimming lines.
@robert-virkus robert-virkus merged commit c004e3e into Enough-Software:main Jan 2, 2025
1 check failed
@robert-virkus
Copy link
Member

Many thanks for your PR!

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.

2 participants