|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
SMTP协议Socket实现 更多...
#include "NeForce/core/container/map.hpp"#include "NeForce/core/container/vector.hpp"#include "NeForce/network/dns/dns_client.hpp"#include "NeForce/network/ssl/ssl_stream.hpp"#include "NeForce/network/ip_socket.hpp"类 | |
| struct | smtp_exception |
| SMTP操作异常类 更多... | |
| SMTP邮件消息结构 更多... | |
| class | smtp_socket |
| SMTP Socket类 更多... | |
| struct | smtp_socket::response |
| SMTP服务器响应 更多... | |
| struct | smtp_socket::starttls_result |
| STARTTLS升级结果 更多... | |
SMTP协议Socket实现
此文件提供了SMTP(简单邮件传输协议)客户端的完整实现。 支持明文、STARTTLS和隐式TLS连接,支持多种认证方式。
在文件 smtp_socket.hpp 中定义.