gmail_xoauth:使用标准Ruby Net库通过OAuth访问Gmail IMAP和STMP

时间:2024-05-21 11:03:22
【文件属性】:

文件名称:gmail_xoauth:使用标准Ruby Net库通过OAuth访问Gmail IMAP和STMP

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-21 11:03:22

Ruby

gmail_xoauth 使用标准Ruby Net库和访问 。 gem支持Google Apps Business或Education帐户所有者的三足式OAuth和两足式OAuth。 安装 $ gem install gmail_xoauth OAuth 2.0的用法 获取您的OAuth 2.0令牌 您可以生成和验证OAuth 2.0令牌。 在菜单“ API和身份验证>凭据”中,在创建您的API项目。 单击“创建新的客户端ID”,选择“已安装的应用程序”和“其他”。 然后转到菜单“ API和身份验证>同意屏幕”,然后输入电子邮件地址和产品名称。 $ python oauth2.py --generate_oauth2_token --client_id=423906513574-o9v6kqt89lefrbfv1f3394u9rebfgv6n.apps.googleusercon


【文件预览】:
gmail_xoauth-master
----Rakefile(561B)
----test()
--------helper.rb(2KB)
--------test_smtp_xoauth2_authenticator.rb(2KB)
--------test_imap_xoauth2_authenticator.rb(1KB)
--------test_oauth_string.rb(2KB)
--------test_imap_xoauth_authenticator.rb(2KB)
--------test_smtp_xoauth_authenticator.rb(2KB)
----LICENSE(605B)
----README.markdown(5KB)
----Gemfile(39B)
----Gemfile.lock(578B)
----gmail_xoauth.gemspec(1KB)
----.gitignore(178B)
----lib()
--------gmail_xoauth.rb(234B)
--------gmail_xoauth()

网友评论