zhangyunhao116 / zmail

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

想请问下get_mail(which)中的which参数怎么确定?有办法知道某一天的邮件对应的是哪些参数吗? #96

Open Slangsinger opened 4 years ago

zhangyunhao116 commented 4 years ago

which对应第几封邮件,可能会随着邮件数目的变化而变化。如果需要筛选,推荐使用get_mails等API,得到邮件后,其object里面会有id字段。