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

Safe HaskellSafe-Infered

Imm.Boot

Description

Low level functions used at start-up to parse commandline and handle dynamic reconfiguration.

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 configuration settings.

imm :: FeedList -> IO ()Source

Main function to call in your configuration file.

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

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