C# 클래스 ImapClient, CanvasControlLibrary

Summary description for ImapClient
파일 보기 프로젝트 열기: akshaysrin/CanvasControlLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetTag ( ) : string
QuoteString ( string value ) : string
readstreamdata ( string tagstr ) : List
writestreamdata ( string data ) : void

메소드 상세

GetAllFolders() 공개 메소드

public GetAllFolders ( ) : List
리턴 List

GetAllHeaders() 공개 메소드

public GetAllHeaders ( string mailbox, bool seen = true ) : List
mailbox string
seen bool
리턴 List

GetMessageBody() 공개 메소드

public GetMessageBody ( string id, string mailbox ) : string
id string
mailbox string
리턴 string

ImapClient() 공개 메소드

public ImapClient ( string hostname, int port, string username, string password, bool ssl = false ) : System
hostname string
port int
username string
password string
ssl bool
리턴 System

ImapClient() 공개 메소드

public ImapClient ( string hostname, string username, string password, int port, bool ssl ) : System
hostname string
username string
password string
port int
ssl bool
리턴 System

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

SelectMailbox() 공개 메소드

public SelectMailbox ( string mailboxname ) : void
mailboxname string
리턴 void