packages feed

mime-mail 0.4.2.1 → 0.4.3

raw patch · 2 files changed

+4/−1 lines, 2 files

Files

Network/Mail/Mime.hs view
@@ -219,6 +219,9 @@     , fromByteString "\n"     ] +-- |+--+-- Since 0.4.3 showAddress :: Address -> Builder showAddress a = mconcat     [ maybe mempty ((`mappend` fromByteString " ") . encodedWord) (addressName a)
mime-mail.cabal view
@@ -1,5 +1,5 @@ Name:                mime-mail-Version:             0.4.2.1+Version:             0.4.3 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