Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.imap
 

Functions

IMAP4_SSL homeassistant.components.imap.async_get_imap_client (HomeAssistant hass, str entry_id)
 
bool homeassistant.components.imap.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.imap.async_setup_entry (HomeAssistant hass, ImapConfigEntry entry)
 
bool homeassistant.components.imap.async_unload_entry (HomeAssistant hass, ImapConfigEntry entry)
 
None homeassistant.components.imap.raise_on_error (Response response, str translation_key)
 

Variables

 homeassistant.components.imap._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.imap._SERVICE_UID_SCHEMA
 
string homeassistant.components.imap.CONF_ENTRY = "entry"
 
string homeassistant.components.imap.CONF_SEEN = "seen"
 
string homeassistant.components.imap.CONF_TARGET_FOLDER = "target_folder"
 
string homeassistant.components.imap.CONF_UID = "uid"
 
 homeassistant.components.imap.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
 homeassistant.components.imap.ImapConfigEntry
 
 homeassistant.components.imap.SERVICE_DELETE_SCHEMA = _SERVICE_UID_SCHEMA
 
 homeassistant.components.imap.SERVICE_FETCH_TEXT_SCHEMA = _SERVICE_UID_SCHEMA
 
 homeassistant.components.imap.SERVICE_MOVE_SCHEMA
 
 homeassistant.components.imap.SERVICE_SEEN_SCHEMA = _SERVICE_UID_SCHEMA