如何使用Robotframework从电子邮件下载附件

时间:2019-05-20 06:22:49

标签: download pycharm robotframework attachment email-attachments

我想在robotframework中从电子邮件下载附件。但是在imapLibrary中,没有为下载附件定义关键字。

我可以阅读电子邮件正文,但没有任何解决方案来下载附件

enter code here

open mailbox  host=imap.gmail.com 
user=abc@gmail.com
password = secret
${LATEST}=wait for email  
sender=xyz@gmail.com  timeout=10
${body} =  get email body  ${LATEST}
# log to console  ${body}
# Remove String Using Regexp  ${LATEST}  [^WA ID]
convert to string   ${body}
log to console  ${body}
close mailbox

我想在robotframework中从电子邮件下载附件。但是在imapLibrary中,没有为下载附件定义关键字。

0 个答案:

没有答案