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

Safe HaskellNone

Imm

Synopsis

Documentation

module Imm.Boot

module Imm.Config

module Imm.Feed

module Imm.HTTP

module Imm.Mail

read :: String -> Maybe [(String, [String])]Source

Parse an OPML string and return a list of tuples (category title, feed URIs).

module Imm.Util