emersion / go-imap

📥 An IMAP library for clients and servers
MIT License
2.07k stars 292 forks source link

v2 client: Status with ststusOption nil hangs #577

Closed resolutecake closed 9 months ago

resolutecake commented 9 months ago

v2 client: Status with statusOption nil hangs

if statusOption is added with NumMessages: true, it works

emersion commented 9 months ago

It doesn't hang, it panics. It's invalid to call Status with nil options.