我正在使用 Jodd 3.7 版,我想阅读一个 Outlook 帐户 (outlook.it)。
Outlook SMTP 是:
server: smtp-mail.outlook.com
port: 587 with TLS
IMAP 是:
server: imap-mail.outlook.com
port: 993 with SSL
发送电子邮件很好,但是当我尝试使用 IMAP 接收电子邮件时,receiveAndDelete
我收到以下错误:
jodd.mail.MailException: Message parsing failed; <--- javax.mail.MessageRemovedException
电子邮件确实被删除了,但我不想得到那个例外。
我怎样才能避免这种情况?