MIT licensed by Michael Snoyman
This version can be pinned in stack with:mime-mail-0.5.1@sha256:596938d4b17365129eccda3afe65e357331cfa407b68259252bdf34e5098ccb9,1629

Module documentation for 0.5.1

mime-mail

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.

Changes

0.5.1

  • Add Generic instances for types used in Mail

0.5

  • Add support for inline images and multipart/related
  • Add filePart and filePartBS for attachments
  • Change Part data type (Disposition and PartContent)
  • Remove addAttachmentCid and addAttachmentBSCid (replaced by addImage)
  • Remove getAttachmentPartBS and getAttachmentPart

0.4.14

  • Add IsString instance for Address

0.4.13.1

  • Fix #50: space between name and address #51

0.4.13

  • Sanitize headers to protect against email injection.

0.4.12

  • Add function to add attachments with content id #48

0.4.11

  • Export renderAddress as a utility (e.g. Reply-to) #44

0.4.10

  • addParts: append mail parts to a Mail #43

0.4.9

  • Add sendmailCustomCaptureOutput #42

0.4.8.1

  • Bump blaze-builder upper bound #39

0.4.8

  • Add some Eq instances #38

0.4.7

  • simpleMailInMemory

0.4.6.1

Add a soft line break when hitting a QPEscape at the end of an encoded line. #34