Closed titanism closed 9 months ago
It appears that
himalaya account sync
is callingCLOSE
andCHECK
when no mailbox is selected.
Actually we are using the imap
crate, and the public API does not
expose clearly the state of a mailbox. I recently discussed about it
with the author of https://github.com/duesee/imap-flow, and he plans
to design a better API. Since we plan to migrate from imap
to
imap-flow
, this issue should disappear by itself!
I close the issue, as it should resolve by itself the day we migrate to imap-flow
.
Per my findings with WildDuck, it appears that
himalaya account sync
is callingCLOSE
andCHECK
when no mailbox is selected. Not sure if this is just a WildDuck issue, but I don't think it should be trying to invoke these commands if no mailbox is selected.Ref: