Expand description

This module contains Sources that can fetch data and create new Entries out of it

Re-exports

pub use self::email::Email;
pub use self::file::File;
pub use self::http::Http;
pub use self::twitter::Twitter;

Modules

A email source that uses IMAP to connect to an email server
Local file source
HTTP source
Twitter feed

Structs

A source(s) that uses a built-in ReadFilter. Since it doesn’t contain any read filtering logic itself, there can be several of those in a single source Always contains a vec with sources of the same type

Enums

A source that provides a way to get some data once
All sources that don’t support a built-in Read Filter and handle filtering logic themselves. They all must provide a way to mark an entry as read.
All sources that support a shared ReadFilter