Skip to content

fix deadlock and incorrect output with the -list option

doy requested to merge doyster/goimapnotify:list into master

i think this happens when there are a large number of folders, which could let the first List call not be completely finished before the second one starts.

Merge request reports