Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 17.01 KB
MD5: 88c21f7142581e706655bfa3ceb50b83
SHA-1: bcf60770ef7359be06b9d3df5faf9b839ad86691
SHA-256: 0797eee0c1f16587f5599c9011e4b7773dbf9ae18081384c8c30a230535e53c3
Download zip 20.2 KB
MD5: d818a6f803df70de219878cabf9534f7
SHA-1: 47a521cd8cfcaffa653a22992a2eab471d3ec4b0
SHA-256: e1e493bebe10c20126e750c869341024ed4329ecdbeb0716700537a0dd80e737

Release notes

Fixed:
#1157300: Extra comma on Line 77 throws Fatal Error
Mail MIME

Provides a class for creating MIME messages.

  • NOTE: This module does not send mail.
    If you came here looking for a mail-sending module, try HTML Mail (which can use this module for MIME-handling) or Mime Mail (which comes with its own MIME-handling library).

Mail Mime extends the PEAR class called Mail_Mime (version 1.6.1 or later) to provide a drupal-friendly library for creating and parsing MIME messages. Neither Mail Mime nor Mail_Mime send mail nor do anything useful on their own. Both are intended as code libraries to be used by other programs that send or receive mail.

Mail Mime started out as part of HTML Mail. I separated into its own module for two reasons:

  1. The separation helped clarify in my own mind which parts of the mail-sending process require MIME and which do not. The resulting code is simpler and easier to maintain.

  2. It is possible that another mail-sending or mail-reading module may find the Mail Mime library useful.

Requirement

The following files, available from PEAR, must be installed and available somewhere on the include_path.

  • Mail/mime.php
  • Mail/mimeDecode.php
  • Mail/mimePart.php
  • PEAR.php
  • PEAR5.php

One way to satisfy this requirement is to run the following command from a Unix root shell prompt:

pear install -a Mail_Mime

Another way is to install and enable the Include module before enabling the Mail MIME module.

Installation

  1. Download and install as usual.

  2. When enabled, Mail Mime will

    • Auto-detect whether the required files are present.

    • If any files are missing, and the Include module is available, Mail Mime will use Include to auto-download and enable the missing files.

    • If all of the above fails, Mail Mime will disable itself and print a warning to both the screen and the error log.

Created by: pillarsdotnet
Created on: 14 May 2011 at 17:52 UTC
Last updated: 30 May 2014 at 07:48 UTC
Bug fixes
Unsupported

Other releases