文件名称:miksago-node-smtp-client-85cd29d
介绍说明--下载内容均来自于网络,请自行研究使用
邮件服务器搭建 smtp,An SMTP/ESMTP Client module for Node.js (maybe one day in a far off gallaxy I might write the server)
-
Features:
- Very basic protocol implementation
- Very basic wrapper around the protocol to provide a bit of a nice interface for use in applications.
Issues:
- Cannot implement ssl/tls connections yet, hence mailservers like Google Mail which require STARTTLS and ssl/tls connections cannot be used yet.
- Experimental, I m no genius when it comes to figuring out an RFC that was originally older then me. Use at your own risk, If you encounter problems, add them as an issue on the github project.
-
Features:
- Very basic protocol implementation
- Very basic wrapper around the protocol to provide a bit of a nice interface for use in applications.
Issues:
- Cannot implement ssl/tls connections yet, hence mailservers like Google Mail which require STARTTLS and ssl/tls connections cannot be used yet.
- Experimental, I m no genius when it comes to figuring out an RFC that was originally older then me. Use at your own risk, If you encounter problems, add them as an issue on the github project.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
miksago-node-smtp-client-85cd29d
................................\.gitignore
................................\.gitmodules
................................\LICENSE
................................\README
................................\doc
................................\...\mailer.md
................................\...\protocol.md
................................\...\smtp_notes.md
................................\examples
................................\........\config.example
................................\........\example-client.js
................................\........\example-mailer.js
................................\........\example-mockserver.js
................................\lib
................................\...\mailer.js
................................\...\mock
................................\...\....\server.js
................................\...\smtp.js
................................\...\smtp
................................\...\....\client.js
................................\...\....\errors.js
................................\...\....\packetHandler.js
................................\...\vendor
................................\...\......\Pump.js
................................\...\......\base64.js
................................\...\......\eventEmitter.js
................................\reference
................................\.........\rfc0821.pdf
................................\.........\rfc1652.pdf
................................\.........\rfc2487.pdf
................................\.........\rfc2821.pdf
................................\.........\rfc3207.pdf
................................\.........\rfc4954.pdf
................................\.........\rfc5248.pdf
................................\.........\smtp.rb
................................\.gitignore
................................\.gitmodules
................................\LICENSE
................................\README
................................\doc
................................\...\mailer.md
................................\...\protocol.md
................................\...\smtp_notes.md
................................\examples
................................\........\config.example
................................\........\example-client.js
................................\........\example-mailer.js
................................\........\example-mockserver.js
................................\lib
................................\...\mailer.js
................................\...\mock
................................\...\....\server.js
................................\...\smtp.js
................................\...\smtp
................................\...\....\client.js
................................\...\....\errors.js
................................\...\....\packetHandler.js
................................\...\vendor
................................\...\......\Pump.js
................................\...\......\base64.js
................................\...\......\eventEmitter.js
................................\reference
................................\.........\rfc0821.pdf
................................\.........\rfc1652.pdf
................................\.........\rfc2487.pdf
................................\.........\rfc2821.pdf
................................\.........\rfc3207.pdf
................................\.........\rfc4954.pdf
................................\.........\rfc5248.pdf
................................\.........\smtp.rb