You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public mutating func parseCommandStream(buffer: inout ByteBuffer) throws -> NIOIMAP.CommandStream? {
// TODO: SynchronisingLiteralParser should be added here but currently we don't have a place to return
// the necessary continuations.
The right return type gives us the following information:
CommandStream?: a parsed command if enough data
number of continue requests to send
The text was updated successfully, but these errors were encountered:
this needs to be implemented
The right return type gives us the following information:
CommandStream?
: a parsed command if enough dataThe text was updated successfully, but these errors were encountered: