Method | Description | |
---|---|---|
GetAllFolders ( ) : List |
||
GetAllHeaders ( string mailbox, bool seen = true ) : List |
||
GetMessageBody ( string id, string mailbox ) : string | ||
ImapClient ( string hostname, int port, string username, string password, bool ssl = false ) : System | ||
ImapClient ( string hostname, string username, string password, int port, bool ssl ) : System | ||
Logout ( ) : void | ||
SelectMailbox ( string mailboxname ) : void |
Method | Description | |
---|---|---|
GetTag ( ) : string | ||
QuoteString ( string value ) : string | ||
readstreamdata ( string tagstr ) : List |
||
writestreamdata ( string data ) : void |
public GetAllHeaders ( string mailbox, bool seen = true ) : List |
||
mailbox | string | |
seen | bool | |
return | List |
public GetMessageBody ( string id, string mailbox ) : string | ||
id | string | |
mailbox | string | |
return | string |
public ImapClient ( string hostname, int port, string username, string password, bool ssl = false ) : System | ||
hostname | string | |
port | int | |
username | string | |
password | string | |
ssl | bool | |
return | System |
public ImapClient ( string hostname, string username, string password, int port, bool ssl ) : System | ||
hostname | string | |
username | string | |
password | string | |
port | int | |
ssl | bool | |
return | System |
public SelectMailbox ( string mailboxname ) : void | ||
mailboxname | string | |
return | void |