The usage of the Include module does not work with Mail MIME. The reason for this is that most files have moved from the PEAR SVN repository to Github. I managed to get the Include module to download the files correctly for Mail MIME after having changed the remote paths to the files.

I will provide a patch in a minute.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Michael Zetterberg fd. Lopez’s picture

Here is the patch.

Michael Zetterberg fd. Lopez’s picture

Status: Active » Needs review
pillarsdotnet’s picture

I'm rewriting MailMime to avoid the PEAR dependency. See #1333310: Rewrite and fork PEAR classes instead of subclassing.

pillarsdotnet’s picture

Status: Needs review » Closed (duplicate)

I'm rewriting MailMime to avoid the PEAR dependency. See #1333310: Rewrite and fork PEAR classes instead of subclassing.

But thanks *VERY MUCH* for the info; I'll base my rewrite on the updated versions.

Michael Zetterberg fd. Lopez’s picture

No problem. Maybe my patch can help someone until #1333310: Rewrite and fork PEAR classes instead of subclassing. is fixed.

pillarsdotnet’s picture

@#5: Definitely.