Property | Type | Description | |
---|---|---|---|
RespCodes | List |
Method | Description | |
---|---|---|
ImapCommand ( MailKit.Net.Imap.ImapEngine engine, |
Initializes a new instance of the MailKit.Net.Imap.ImapCommand class. Creates a new MailKit.Net.Imap.ImapCommand. |
|
ImapCommand ( MailKit.Net.Imap.ImapEngine engine, |
Initializes a new instance of the MailKit.Net.Imap.ImapCommand class. Creates a new MailKit.Net.Imap.ImapCommand. |
|
RegisterUntaggedHandler ( string atom, ImapUntaggedHandler handler ) : void |
Registers the untagged handler for the specified atom token.
|
|
Step ( ) : bool |
Sends the next part of the command to the server.
|
Method | Description | |
---|---|---|
AppendString ( MimeKit.FormatOptions options, bool allowAtom, |
||
CanUseNonSynchronizedLiteral ( long length ) : bool | ||
GetStringType ( string value, bool allowAtom ) : ImapStringType | ||
IsAtom ( char c ) : bool | ||
IsQuotedSafe ( char c ) : bool | ||
UpdateProgress ( int n ) : void |
public ImapCommand ( MailKit.Net.Imap.ImapEngine engine, |
||
engine | MailKit.Net.Imap.ImapEngine | The IMAP engine that will be sending the command. |
cancellationToken | The cancellation token. | |
folder | The IMAP folder that the command operates on. | |
options | MimeKit.FormatOptions | The formatting options. |
format | string | The command format. |
return | System |
public ImapCommand ( MailKit.Net.Imap.ImapEngine engine, |
||
engine | MailKit.Net.Imap.ImapEngine | The IMAP engine that will be sending the command. |
cancellationToken | The cancellation token. | |
folder | The IMAP folder that the command operates on. | |
format | string | The command format. |
return | System |
public RegisterUntaggedHandler ( string atom, ImapUntaggedHandler handler ) : void | ||
atom | string | The atom token. |
handler | ImapUntaggedHandler | The handler. |
return | void |