C# Class LumiSoft.Net.IMAP.Server._SearchHelper

Summary description for _SearchHelper.
Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
MatchSearchKey ( string searchKey, object searchKeyValue, IMAP_Message messageInfo, LumiSoft msg ) : bool

Checks if message matches for specified search key.

ParseDate ( string date ) : System.DateTime

Parses SEARCH command date.

Method Details

MatchSearchKey() public static method

Checks if message matches for specified search key.
public static MatchSearchKey ( string searchKey, object searchKeyValue, IMAP_Message messageInfo, LumiSoft msg ) : bool
searchKey string
searchKeyValue object
messageInfo IMAP_Message
msg LumiSoft
return bool

ParseDate() public static method

Parses SEARCH command date.
public static ParseDate ( string date ) : System.DateTime
date string Date string.
return System.DateTime