mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
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>
This commit is contained in:
parent
5b0c54b6eb
commit
23f8300d6c
@ -63,6 +63,16 @@ The SSL cipher list and verify SSL are advanced settings. The options are availa
|
||||
|
||||
</div>
|
||||
|
||||
### 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.
|
||||
|
||||
<div class='note info'>
|
||||
|
||||
The enforce polling option is an advanced setting. The option is available only when advanced mode is enabled (see user settings).
|
||||
|
||||
</div>
|
||||
|
||||
### 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user