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

Remove MessageAttribute.binary #721

Closed danieleggert closed 1 year ago

danieleggert commented 1 year ago

This is (already) being handled by FetchResponse.streamingBegin / StreamingKind.

The MessageAttribute.binary case was a left-over from before .streamingBegin was added.