Files
core/homeassistant
Dan bde2f0d5a0 Imap sensor (#2485)
* Imap unread email sensor

Checks the inbox of a imap account for unread emails. Tested against
gmail.

Example config:

```
sensor:
  - platform: imap
    name: gmail test
    user: USER
    password: PASSWORD
    server: imap.gmail.com
    port: 993

```

* added to .coveragerc

* Code cleanup and typo fix.

* Added port range validation

* Fix lint errors
2016-07-10 13:21:53 -07:00
..
2016-07-10 13:21:53 -07:00
2016-06-26 00:33:23 -07:00
2016-07-07 18:54:16 -07:00
2016-03-08 00:06:04 +01:00
2016-07-01 00:58:29 -07:00
2016-03-08 00:06:04 +01:00
2016-04-04 12:18:58 -07:00