apple/swift-nio-imap

Pipelining dependency support for Subscription, Metadata, and Quota commands

Open

#579 opened on Jun 7, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Swift (29 forks)auto 404
good first issuekind/bug

Repository metrics

Stars
 (143 stars)
PR merge metrics
 (PR metrics pending)

Description

As part of the code to support dependencies between commands, we should (later) properly express dependencies between commands related to Subscription, Metadata, and Quota. But not doing that in the initial version.

See also: RFC 3501 section 5.5. “Multiple Commands in Progress”

Contributor guide