| Auth(const char *mechanism, const char *params=0) | SmtpClient | |
| AuthCramMd5(const char *name, const char *password) | SmtpClient | |
| AuthLogin(const char *name, const char *password) | SmtpClient | |
| AuthNtlm(const char *name, const char *password) | SmtpClient | |
| AuthPlain(const char *name, const char *password) | SmtpClient | |
| Cancel() | SmtpClient | |
| CapabilityAt(int index) const | SmtpClient | |
| Connect(const char *address, int port=25, bool wait=true) | SmtpClient | |
| ConnectTls(const char *serverHostName, bool wait=false) | SmtpClient | |
| ConnectTlsOpenSSL(const char *serverHostName, void *ssl, bool wait=false) | SmtpClient | |
| Data() | SmtpClient | |
| Disconnect() | SmtpClient | |
| Ehlo(const char *hostname) | SmtpClient | |
| EnhancedStatusCode() const | SmtpClient | |
| ErrorCode() const | SmtpClient | |
| ErrorMessage() const | SmtpClient | |
| HasCapability(const char *name) const | SmtpClient | |
| Helo(const char *hostname) | SmtpClient | |
| MailFrom(const char *sender, const char *params=0) | SmtpClient | |
| Noop() | SmtpClient | |
| NumCapabilities() const | SmtpClient | |
| OsErrorCode() const | SmtpClient | |
| Quit() | SmtpClient | |
| RcptTo(const char *recipient, const char *params=0) | SmtpClient | |
| ReceiveResponse() | SmtpClient | |
| ReplyCode() const | SmtpClient | |
| ReplyText() const | SmtpClient | |
| Rset() | SmtpClient | |
| SendBytes(const char *bytes, int length, int options) | SmtpClient | |
| SendCommand(const char *commandStr) | SmtpClient | |
| SendLines(const char *bytes, int length, int options) | SmtpClient | |
| SetReceiveTimeout(int secs) | SmtpClient | |
| SetSendTimeout(int secs) | SmtpClient | |
| SetTimeout(int secs) | SmtpClient | |
| SetTraceOutput(TraceOutput *out, bool takeOwnership) | SmtpClient | |
| SmtpClient() | SmtpClient | |
| Starttls() | SmtpClient | |
| Vrfy(const char *recipient) | SmtpClient | |
| ~SmtpClient() | SmtpClient | [virtual] |
Copyright © 2001-2005 Hunny Software, Inc. All rights reserved.