ImapMailReceiver NO STORE attempt on READ-ONLY folder (Failure) [THROTTLED];
问题 I spend day trying to find some explanation this exception. I try to configure ImapMailReceiver and ImapIdleChannelAdapter programmatic. I didn't find any tutorials about this question just small info in Pro Spring Integration book. public void loadMessages() { ImapIdleChannelAdapter imapIdleChannelAdapter = null; ImapMailReceiver imapMailReceiver = null; try { imapMailReceiver = new ImapMailReceiver("imaps://" + URLEncoder.encode(USERNAME, "UTF-8") + ":" + PASSWORD + "@imap.gmail.com:993