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
`write()` should not return Ok without writing anything,
but the documentation is not clear on this
and underlying implementation may be wrong
as IMAP can be run over various streams,
e.g. compressed, encrypted, proxied.
It is safer to use `write_all()` everywhere,
even when we write a single byte.
0 commit comments