文件名称:用于Rust的POP3客户端-Rust开发
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-16 14:10:57
Rust Network programming
用于Rust的rust-pop3 POP3客户端此客户端具有SSL支持。 SSL使用SSLContext配置,该SSLContext传递到POP3Stre rust-pop3 Rust的POP3客户端的connect方法中。该客户端具有SSL支持。 使用传递到POP3Stream的connect方法中的SSLContext配置SSL。 如果不需要SSL支持,则只需传入None。 库rust-openssl用于支持该项目的SSL。 文档用法extern crate pop3; extern crate openssl; 使用openssl :: ssl :: {SslContext,SslMethod}; 使用pop3 :: POP3Stream; 使用pop3 :: POP3Result :: {POP3Stat,POP3List,POP3Message}; fn main(){让mut gmail_socket =
【文件预览】:
rust-pop3-master
----Cargo.toml(439B)
----src()
--------pop3.rs(13KB)
----example.rs(1KB)
----.travis.yml(469B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(20B)