NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
smtp_socket.hpp 文件参考

SMTP协议Socket实现 更多...

smtp_socket.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  smtp_exception
 SMTP操作异常类 更多...
struct  smtp_message
 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 中定义.