apple/swift-nio-imap

Pipelining dependency support for Subscription, Metadata, and Quota commands

Open

#579 aberto em 7 de jun. de 2021

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

Métricas do repositório

Stars
 (143 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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”

Guia do colaborador