emersion / go-imap

📥 An IMAP library for clients and servers
MIT License
2.1k stars 297 forks source link

feat: support noop command write resp #508

Closed chyroc closed 10 months ago

chyroc commented 1 year ago
tag1 noop
* 459 EXISTS
* 419 RECENT
tag1 OK NOOP completed
tag2 noop
* 460 EXISTS
* 224 RECENT
tag2 OK NOOP completed
emersion commented 1 year ago

I'd recommend using v2 if you're looking for a non-broken unilateral update mechanism.