Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Intermittent freezing on Search #164

Open
danenglish2 opened this issue Oct 23, 2020 · 1 comment
Open

Intermittent freezing on Search #164

danenglish2 opened this issue Oct 23, 2020 · 1 comment

Comments

@danenglish2
Copy link

I have a .NET core console app that runs 24x7, checking mail every 60 seconds. After a week or two, it eventually freezes at the search call. The app is then completely halted until I close and restart it. The relevant code is below. Any suggestions?

using var client = new ImapClient(server, 993, login, password, AuthMethod.Login, true);
IEnumerable uids = client.Search(SearchCondition.Unseen()); // execution stops here intermittently

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@danenglish2 and others