こんにちは、imap を正しく設定するのに問題があります。gmail では機能しましたが、カスタム メールボックスでは機能しませんでした。
これは、コンピューターのメールアプリで設定する方法です
これは私のコードです
<mail:inbound-channel-adapter id="customAdapter"
store-uri="imaps://contact%64diversityweb.sk:<password>@imap.websupport.sk:993/inbox"
channel="inputMail"
should-delete-messages="false"
should-mark-messages-as-read="false"
java-mail-properties="javaMailProperties">
<int:poller max-messages-per-poll="1" fixed-rate="5000"/>
</mail:inbound-channel-adapter>