HackMail-0.0: A Procmail Replacement as Haskell EDSLSource codeContentsIndex
HackMail.Data.ParseEmail
Description

Author : Joe Fredette License : BSD3 Copyright : Joe Fredette

Maintainer : Joe Fredette jfredett.at.gmail.dot.com Stability : Unstable Portability : Portable

Documentation
data Email Source
Constructors
Email Header Body
show/hide Instances
data Header Source
Constructors
HDR HeaderTok String Header
STOP
show/hide Instances
newtype Body Source
Constructors
Body [String]
show/hide Instances
data HeaderTok Source
Constructors
TO
DATE
FROM
SENDER
REPLYTO
CC
BCC
MESSAGEID
INREPLYTO
REFERENCES
SUBJECT
KEYWORDS
XFIELD String
show/hide Instances
parseEmail :: [Char] -> Either ParseError EmailSource
parseEmailFromFile :: SourceName -> IO (Either ParseError Email)Source
matchHdr :: String -> HeaderTokSource
Produced by Haddock version 2.6.1