duesee / imap-next

Apache License 2.0
11 stars 3 forks source link

feature: Max response size for `Client` #253

Closed jakoschiko closed 4 months ago

jakoschiko commented 4 months ago

In #153 we implemented max command size for Server. Similarly we could add max response size for Client.

Relates to #157