Mule ESB 3.3 - Receiving IMAPS mail (Gmail)

我的梦境 提交于 2019-12-03 21:33:36
David Dossot

I'm going to risk an answer :$

According to the IMAP's connector doc, it seems your config misses an attribute that is recommended with GMail:

moveToFolder The remote folder to move mail to once it has been read. It is recommended that 'deleteReadMessages' is set to false when this is used. This is very useful when working with public email services such as GMail where marking messages for deletion doesn't work. Instead set the @moveToFolder=[GMail]/Trash.

Can you give it a try?

(Edited: [Gmail] has to be surrounded by brackets)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!