emersion / go-imap

📥 An IMAP library for clients and servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2 client: Status with ststusOption nil hangs

resolutecake opened this issue · comments

v2 client: Status with statusOption nil hangs

if statusOption is added with NumMessages: true, it works

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