From 23f8300d6c6fff41163e5da4c039f3655efee07f Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sun, 16 Jul 2023 06:51:20 +0200 Subject: [PATCH] Add enable_push option on imap integration (#28189) * Add enforce_polling option * Option was renamed to enable_push * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/imap.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index 389a8360733..b4dfdd3356d 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -63,6 +63,16 @@ The SSL cipher list and verify SSL are advanced settings. The options are availa +### Enable IMAP-Push + +IMAP-Push is enabled by default if your IMAP server supports it. If you use an unreliable IMAP service that periodically drops the connection and causes issues, you might consider turning off IMAP-Push. This will fall back to polling the IMAP server. + +
+ +The enforce polling option is an advanced setting. The option is available only when advanced mode is enabled (see user settings). + +
+ ### Troubleshooting Email providers may limit the number of reported emails. The number may be less than the limit (10,000 at least for Yahoo) even if you set the `IMAP search` to reduce the number of results. If you are not getting expected events and cleaning your Inbox or the configured folder is not desired, set up an email filter for the specific sender to go into a new folder. Then create a new config entry or modify the existing one with the desired folder.