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

Safe HaskellNone

Imm.Types

Synopsis

Documentation

data CliOptions Source

Available commandline options (cf imm -h)

data Settings Source

Constructors

Settings 

Fields

mStateDirectory :: IO FilePath

Where feeds' state (last update time) will be stored

mMaildir :: IO FilePath

Where mails will be written

mFromBuilder :: (Item, Feed) -> String

Called to write the From: header of feed mails

mSubjectBuilder :: (Item, Feed) -> Text

Called to write the Subject: header of feed mails

mBodyBuilder :: (Item, Feed) -> Text

Called to write the body of feed mails (sic!)

Instances