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

Safe HaskellNone

Imm.Config

Contents

Synopsis

Types

newtype FromFormat Source

Constructors

FromFormat Format 

Instances

newtype BodyFormat Source

Constructors

BodyFormat Format 

Instances

class ConfigReader m whereSource

Methods

readConfig :: Simple Lens Config a -> m aSource

localConfig :: (Config -> Config) -> m a -> m aSource

Instances

Misc

addFeeds :: MonadBase IO m => [(String, [String])] -> m ()Source

Return the Haskell code to write in the configuration file to add a feed.