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
210 stars 112 forks source link

ImapClient.GetMailboxInfo does not expose UIDVALIDITY #120

Open ghost opened 9 years ago

ghost commented 9 years ago

The GetMailBoxInfo() method of ImapClient exposes other values returned by the IMAP STATUS operation such as UIDNEXT and UNSEEN but does not expose UIDVALIDITY.

ghost commented 9 years ago

Submitted https://github.com/smiley22/S22.Imap/pull/121