zhangyunhao116 / zmail

Zmail makes it easier to send and retrieve emails in python3
MIT License
433 stars 112 forks source link

get_mails(after = ‘str’)这种方法调用会返回TypeError #116

Open dimonda-00 opened 2 years ago

dimonda-00 commented 2 years ago

报错显示:TypeError: get_mails() got an unexpected keyword argument 'after' 传入的str格式形如 2021-12-05 但是如果使用server.get_mails(start_time =‘’)便不会报错