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

Searching Gmail Labels with IMAP #136

Open jepark0805 opened 7 years ago

jepark0805 commented 7 years ago

I am trying to search for email in my gmail account that are located under labels and sub labels. I searched up and down google to find a solution but have not come across how to use labels as a search criteria. Any help would be greatly appreciated.

jgboggs commented 7 years ago

This project is dead (over 3 years since last commit). I would recommend using MailKit instead. It supports GMail labels really nicely.