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

Intermittent freezing on Search #164

@danenglish2

Description

@danenglish2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions