프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SimpleUuid | System.Guid |
메소드 | 설명 | |
---|---|---|
Configure ( ) : void | ||
EmailAuthPlugin ( ) : System | ||
Starting ( ) : void | ||
Stopping ( ) : void |
메소드 | 설명 | |
---|---|---|
IPluginAuthentication ( SessionProperties properties ) : |
||
apopPass ( string resp, string password ) : string |
Determines if the POP3 server supports APOP, and returns the authentication hash if so.
|
|
authImap ( System stream, |
Authenticates against an IMAP server. Presently only supports plain text login. The use of AUTHENTICATE is not yet supported, so SSL is advised.
|
|
authPop3 ( System stream, |
Authenticates against a POP3 server. If a timestamp is sent in the initial response, it assumes APOP is supported.
|
|
getNetworkStream ( string server, int port, bool ssl ) : Stream |
Attempts to open a network stream to the specified server.
|
|
getResponse ( System reader ) : string |
Attempts to grab a response from the server.
|