Files
core/homeassistant/components
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-07 18:54:16 -07:00
2016-07-07 18:54:16 -07:00
2016-06-20 21:51:50 -07:00
2016-07-06 16:48:58 +02:00
2016-07-10 13:21:53 -07:00
2016-06-30 10:33:34 +02:00
2016-05-06 18:03:28 -07:00
2016-06-10 19:45:15 -07:00
2016-05-06 17:55:26 -07:00
2016-06-14 22:51:46 -07:00
2016-05-29 14:28:03 -07:00
2016-07-01 21:39:30 +02:00
2016-06-22 17:29:22 -04:00
2016-07-01 00:01:16 +02:00
2016-06-28 07:56:14 -07:00
2016-06-09 23:41:26 -07:00
2016-06-19 20:53:56 -07:00
2016-06-14 22:51:46 -07:00
…
…
2016-06-14 22:51:46 -07:00
2016-05-21 11:57:33 -07:00
2016-06-14 22:51:46 -07:00
…
2016-04-10 18:19:32 -07:00
2016-07-01 18:47:55 -07:00
2016-06-14 22:51:46 -07:00
2016-07-02 10:04:51 -07:00
…