packages feed

mime-mail 0.4.4.2 → 0.4.5

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

Network/Mail/Mime.hs view
@@ -8,6 +8,7 @@     , Alternatives     , Part (..)     , Encoding (..)+    , Headers       -- * Render a message     , renderMail     , renderMail'@@ -81,7 +82,7 @@     , mailCc   :: [Address]     , mailBcc  :: [Address]     -- | Other headers, excluding from, to, cc and bcc.-    , mailHeaders :: [(S.ByteString, Text)]+    , mailHeaders :: Headers     -- | A list of different sets of alternatives. As a concrete example:     --     -- > mailParts = [ [textVersion, htmlVersion], [attachment1], [attachment1]]
mime-mail.cabal view
@@ -1,5 +1,5 @@ Name:                mime-mail-Version:             0.4.4.2+Version:             0.4.5 Synopsis:            Compose MIME email messages. Description:         This package provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, eg directly to SMTP. Homepage:            http://github.com/snoyberg/mime-mail