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

Safe HaskellNone

Imm.Boot

Synopsis

Documentation

imm :: [ConfigFeed] -> IO ()Source

Main function to call in the configuration file.

type ConfigFeed = (Config -> Config, String)Source