Provides utility methods for IMAP.
| C# | Visual Basic | Managed C++ |
public class IMAP_Utils
Public Class IMAP_Utils
public ref class IMAP_Utils
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| IMAP_UtilsNew() | Initializes a new instance of the IMAP_Utils class. | |
| ACL_From_String(String) |
Parses IMAP_ACL_Flags from string.
| |
| ACL_to_String(IMAP_ACL_Flags) |
Converts IMAP_ACL_Flags to string.
| |
| DateTimeToString(DateTime) |
Converts date time to IMAP date time string.
| |
| Equals(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.) | |
| MessageFlagsToString(IMAP_MessageFlags) |
Converts message flags to string. Eg. \SEEN \DELETED .
| |
| NormalizeFolder(String) |
Normalizes folder path. Example: /Inbox/SubFolder/ will be Inbox/SubFolder.
| |
| ParseBracketParam(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.
| |
| ParseDate(String) |
Parses IMAP date time from string.
| |
| ParseMessageFlags(String) |
Parses message flags from string.
| |
| ParseQuotedParam(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() | (Inherited from Object.) |
| Object | |
| IMAP_Utils | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)