|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
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 | neforce::smtp_exception |
| SMTP操作异常类 更多... | |
| SMTP邮件消息结构 更多... | |
| class | neforce::smtp_socket |
| SMTP Socket类 更多... | |
| struct | neforce::smtp_socket::response |
| SMTP服务器响应 更多... | |
| struct | neforce::smtp_socket::starttls_result |
| STARTTLS升级结果 更多... | |
SMTP协议Socket实现
此文件提供了SMTP(简单邮件传输协议)客户端的完整实现。 支持明文、STARTTLS和隐式TLS连接,支持多种认证方式。
在文件 smtp_socket.hpp 中定义.