foyoux / aligo

🔥简单、易用、可扩展的阿里云盘 API 接口库🚀
GNU General Public License v3.0
849 stars 156 forks source link

aligo 通过邮箱登陆接口更新 #110

Closed Thesoul20 closed 1 year ago

Thesoul20 commented 1 year ago

新功能请求#90中,aligo自带的用以发送登陆二维码的邮箱被封,需要使用者自己配置发送邮箱信息,但是aligo只能够通过设置Auth属性的方式来更改;推荐在Aligo的实例化过程中通过dict接收邮件发送的配置信息。如:

from aligo import Aligo

ali = Aligo(email={'receiveor': 'xyz@163.com', 'text': 'this is form nvim',
                   'Email_send_addr': 'abc@163.com', 
                   'Email_send_pwd':  'password',
                   'Email_send_port': 'port',
                   'Email_send_host': 'host'})

请求:

  1. 删除aligo自带邮箱的相关配置
  2. 重建aligo邮箱登陆接口
  3. 更新项目主页的说明文件 。。。
lemisky commented 1 year ago

收到

lemisky commented 1 year ago

感谢反馈 :rose: ,已处理

Thesoul20 commented 1 year ago

感谢!