Skip to content

No folders listed when STATUS returns not found for a child

Michael Gratton requested to merge wip/156-mailbox-not-exist into master

Update IMAP command error handling to not throw an error on BAD status responses. This allows STATUS commands to fail in Imap.AccounSession.fetch_child_folders_async without causing that method to also throw an error, and hence the folder listing to be completed.

See #156 (closed)

Edited by Michael Gratton

Merge request reports