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

Safe HaskellSafe-Infered

Imm.Boot

Synopsis

Documentation

cliOptions :: Mode (CmdArgs CliOptions)Source

Available commandline options.

printDyrePaths :: IO ()Source

Print various paths used for dynamic reconfiguration.

dyreParameters :: Params (Either String FeedList)Source

Dynamic reconfiguration settings.

imm :: FeedList -> IO ()Source

Main function to call in the configuration file.

realMain :: Either String FeedList -> IO ()Source

Internal dispatcher, decides which function to execute depending on commandline options.