Support pipelining feature (RFC2920)
Open
Nobody has claimed this yet.
feature
- Dominant language
- Haskell
- Stars
- 92
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Some servers support pipelining. I.e. combining multiple commands into a single TCP message.
It would be nice if the library could support it.
RFC details can be found at https://tools.ietf.org/html/rfc2920
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading RFC 2920 and reviewing how HaskellNet currently handles commands for POP3, SMTP, and IMAP. Determine which protocols and command paths need pipelining support, then define tests that demonstrate multiple commands being combined into one TCP message while preserving correct responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100