apple / swift-nio-imap

A Swift project that provides an implementation of the IMAP4rev1 protocol, built upon SwiftNIO.
Apache License 2.0
97 stars 13 forks source link

Rename Partial → ByteRange #736

Closed danieleggert closed 1 year ago

danieleggert commented 1 year ago

[One line description of your change]

Motivation:

The IMAP Paged SEARCH & FETCH Extension is also called “Partial”, and thus renaming the existing Partial type(s) would make it less confusing to implement that RFC.

Modifications:

Renames

Also consolidates this into fewer files.