C# Class ImapClient, CanvasControlLibrary

Summary description for ImapClient
Afficher le fichier Open project: akshaysrin/CanvasControlLibrary Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
GetTag ( ) : string
QuoteString ( string value ) : string
readstreamdata ( string tagstr ) : List
writestreamdata ( string data ) : void

Method Details

GetAllFolders() public méthode

public GetAllFolders ( ) : List
Résultat List

GetAllHeaders() public méthode

public GetAllHeaders ( string mailbox, bool seen = true ) : List
mailbox string
seen bool
Résultat List

GetMessageBody() public méthode

public GetMessageBody ( string id, string mailbox ) : string
id string
mailbox string
Résultat string

ImapClient() public méthode

public ImapClient ( string hostname, int port, string username, string password, bool ssl = false ) : System
hostname string
port int
username string
password string
ssl bool
Résultat System

ImapClient() public méthode

public ImapClient ( string hostname, string username, string password, int port, bool ssl ) : System
hostname string
username string
password string
port int
ssl bool
Résultat System

Logout() public méthode

public Logout ( ) : void
Résultat void

SelectMailbox() public méthode

public SelectMailbox ( string mailboxname ) : void
mailboxname string
Résultat void