imm-0.6.0.3: Retrieve RSS/Atom feeds and write one mail per new item in a maildir.

Safe HaskellNone

Imm.Core

Contents

Synopsis

Types

Actions

dispatch :: (Config -> Config) -> Action -> FeedList -> IO ()Source

importOPML :: (MonadBase IO m, MonadPlus m) => String -> m ()Source

check :: (Config -> Config) -> FeedConfig -> IO ()Source

update :: (Config -> Config) -> FeedConfig -> IO ()Source

Write mails for each new item, and update the last check time in state file.