To be added.
|
See Also: Inherited members from object.
Imap
() To be added. |
AuthMethod
|
string . Authentication method use with the server. At this time only LOGIN and CRAM-MD5 are supported |
ConnectedHostName [read-only] | string . Server Hostname |
LastError [read-only] | string . Contain the last error message. |
Port
|
int . the Ip Port of the remote server |
Ssl
|
bool . Specifie is the connection use Ssl |
AppendMail
(string, XMail) Append a mail to mailbox. |
|
AppendMime
(string, string) To be added. |
|
Capability
() Check the server capabilities. This is need to call other command that depends on server capabilites like quota or namespace. |
|
Connect
(string) Connect to the specified hostname. |
|
Copy
(string, string) To be added. |
|
CreateMailbox
(string) Create a new mailbox. |
|
DeleteMailbox
(string) Delete a mailbox. |
|
Disconnect
() Diconnect from the server. |
|
Examine
(string) To be added. |
|
Expunge
() The EXPUNGE command permanently removes all messages that have the flag set from the currently selected mailbox. |
|
FetchMessages
(string, string, bool, bool, bool) To be added. |
|
IsConnected
() To check connected status. |
|
IsLoggedIn
() To check login status. |
|
ListMailboxes
(string, string) The LIST command returns a subset of names from the complete set of all names available to the client. |
|
ListSuscribesMailboxes
(string, string) The LSUB command returns a subset of names from the set of names that the user has declared as being "active" or "subscribed". |
|
Login
(string, string) Login to the server. |
|
Logout
() Logout to the server. |
|
Namespace
() To be added. |
|
NumMails
(string) Get the number of mails on the server in the specified mailbox. |
|
RefetchMailFlags
(XMail) To be added. |
|
RenameMailbox
(string, string) The RENAME command changes the name of a mailbox. |
|
Search
(string, bool) The SEARCH command searches the mailbox for messages that match the given searching criteria. |
|
SelectMailbox
(string) The SELECT command selects a mailbox so that messages in the mailbox can be accessed. |
|
Store
(string, bool, string) The STORE command alters data associated with a message in the mailbox. |
|
SuscribeMailbox
(string) The SUBSCRIBE command adds the specified mailbox name to the server's set of "active" or "subscribed" mailboxes as returned by the LSUB command. |
|
UnSuscribeMailbox
(string) The UNSUBSCRIBE command removes the specified mailbox name from the server's set of "active" or "subscribed" mailboxes as returned by the LSUB command. |
To be added.
Append a mail to mailbox.
To be added.
Check the server capabilities. This is need to call other command that depends on server capabilites like quota or namespace.
Connect to the specified hostname.
To be added.
Create a new mailbox.
Delete a mailbox.
Diconnect from the server.
To be added.
The EXPUNGE command permanently removes all messages that have the flag set from the currently selected mailbox.
To be added.
To check connected status.
To check login status.
The LIST command returns a subset of names from the complete set of all names available to the client.
The LSUB command returns a subset of names from the set of names that the user has declared as being "active" or "subscribed".
Login to the server.
Logout to the server.
To be added.
Get the number of mails on the server in the specified mailbox.
To be added.
The RENAME command changes the name of a mailbox.
The SEARCH command searches the mailbox for messages that match the given searching criteria.
The SELECT command selects a mailbox so that messages in the mailbox can be accessed.
The STORE command alters data associated with a message in the mailbox.
The SUBSCRIBE command adds the specified mailbox name to the server's set of "active" or "subscribed" mailboxes as returned by the LSUB command.
The UNSUBSCRIBE command removes the specified mailbox name from the server's set of "active" or "subscribed" mailboxes as returned by the LSUB command.
Authentication method use with the server. At this time only LOGIN and CRAM-MD5 are supported
Contain the last error message.
Server Hostname
the Ip Port of the remote server
Specifie is the connection use Ssl