因此,我可以反复浏览一组电子邮件,使用:
repeat with eachMessage in emailSelection
log content of eachMessage
set theContent to content of eachMessage
end repeat
然而,当我试图任意地选择一个,比如说集合中的第一个,我会得到一个错误。
set newContent to content of first message in emailSelection
返回:
(无法获得应用程序“邮件”的邮箱“收件箱”的邮件id 7
如果您看到注释的代码行store.connect..。我试图通过迁移到云的usermail框访问共享邮箱,云在此共享邮箱上具有委托访问权限。在运行过程中,我得到
javax.mail.AuthenticationFailedException: LOGIN failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:715)
at javax.mail.Service.connect(Service.java:364)
at com.adecco.smpt.TestSSL.main(TestSSL.ja