smiley22 / S22.Imap

A free, easy-to-use and well-documented .NET library component for communicating with IMAP servers
http://smiley22.github.com/S22.Imap/Documentation/
MIT License
211 stars 115 forks source link

[Feature request] Insight into Client.GetMessages #138

Open ErfolgreichCharismatisch opened 7 years ago

ErfolgreichCharismatisch commented 7 years ago

I want to get more feedback from Client.GetMessages, as in

private void clientgetmessages_progressChange(object sender, EventArgs e)
{
  this.progressBar.Value = e.Value;
  this.progressBar.Maximum = e.Maximum;
}