LumiSoft Mail Server User API
IMAP_Utils Class
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_Utils
Provides utility methods for IMAP.
Syntax
C#Visual BasicManaged C++
public class IMAP_Utils
Public Class IMAP_Utils
public ref class IMAP_Utils
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
IMAP_UtilsNew()
Initializes a new instance of the IMAP_Utils class.
static memberACL_From_String(String)
Parses IMAP_ACL_Flags from string.
static memberACL_to_String(IMAP_ACL_Flags)
Converts IMAP_ACL_Flags to string.
static memberDateTimeToString(DateTime)
Converts date time to IMAP date time string.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
static memberMessageFlagsToString(IMAP_MessageFlags)
Converts message flags to string. Eg. \SEEN \DELETED .
static memberNormalizeFolder(String)
Normalizes folder path. Example: /Inbox/SubFolder/ will be Inbox/SubFolder.
static memberParseBracketParam(String)
Parses bracket parameter from args text. Parameter may be not between (), then then args text is considered as value. Example: (test test);test test. This method also removes parsed parameter from argsText.
static memberParseDate(String)
Parses IMAP date time from string.
static memberParseMessageFlags(String)
Parses message flags from string.
static memberParseQuotedParam(String)
Parses [quoted] parameter from args text. Parameter may be not quoted, then parameter is terminated by SP. Example: argsText="string gdkga agkgs";argsText=stringValue 10. This method also removes parsed parameter from argsText.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
IMAP_Utils

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)