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

pop3: use the protocol handler ->write_resp #14684

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Aug 26, 2024

Remove the "hardcoded" logic for the pop3 transfer handler and instead use the generic protocol handler write_resp function.

Remove the check for 'data->req.ignorebody' because I cannot find a code flow where this is set for POP3.

Remove the "hardcoded" logic for the pop3 transfer handler and instead
use the generic protocol handler write_resp function.

Remove the check for 'data->req.ignorebody' because I cannot find a code
flow where this is set for POP3.
@bagder bagder added the POP3 label Aug 26, 2024
@bagder bagder closed this in 89b9fb6 Aug 26, 2024
@bagder bagder deleted the bagder/pop3-write_resp branch August 26, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants