zhangyunhao116 / zmail

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

删除邮件盲区,求解答 #88

Closed Lifestrive closed 4 years ago

Lifestrive commented 4 years ago

MailServer.delete(which) 此处which是邮箱得序号吗? 那如果我通过server.get_mail查找邮件时候,得到邮箱内容,返回list, 但是无法知道ID 无法进行删除啊,还是通过其他函数去再寻找一次。

Lifestrive commented 4 years ago

server.get_mail是不是可以增加返回一个ID值?

Lifestrive commented 4 years ago

get_mails打错了

zhangyunhao116 commented 4 years ago

每封邮件都存在ID,存储在其中的items中