| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
12年前发布

C语言的SMTP客户端开发包 libESMTP

     <em>libESMTP</em>是一个SMTP客户端,使用预配置的MTA管理电子邮件。    <br />    <br />    <ul>     <li><b>libESMTP</b> supports many SMTP extensions, notably PIPELINING (RFC 2920), DSN (RFC 1891) and SASL authentication (RFC 2554).<br /> <br /> </li>     <li><b>libESMTP</b> is efficient. Because it buffers all network traffic, when used in conjunction with a pipelining SMTP server <b>libESMTP</b> significantly increases network performance, especially on slow connections or those with high latency. Even without a pipelining server <b>libESMTP</b> offers much better performance than would be expected with a simple client.<br /> <br /> </li>     <li><b>libESMTP</b> is not intended for use as part of a program that implements a Mail Transport Agent. This is not because the code is unsuitable for use in an MTA, in fact the protocol engine is significantly better than those in many MTAs. Rather, by eliminating the need for MX lookup and next-hop determination, the design of <b>libESMTP</b> is simplified; thus goals are made achievable. Besides, such features are undesirable in a program that is not an MTA, particularly if the client is behind a firewall which blocks access to port 25 on the Internet.</li>    </ul>    <p><br />  </p>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326899365358" target="_blank">http://www.open-open.com/lib/view/home/1326899365358</a></p>     
 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1326899365358.html
C语言 SMTP 网络工具包