imm-0.6.0.3: 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

data Config Source

The only exported constructor is through Default class.

dateParsers :: Lens' Config [String -> Maybe UTCTime]Source

withConfig :: MonadBase IO m => (Config -> Config) -> ReaderT Config m a -> m aSource

Misc

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

Return the Haskell code to write in the configuration file to add feeds.