Commit 0ebec6e8 authored by Bob Vincent's avatar Bob Vincent
Browse files

First try at full MIME parsing.

parent 34bf5f60
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -21,6 +21,17 @@ function htmlmail_update_7200() {
  variable_del('htmlmail_css');
}

/**
 * Rename HTMLMailMailSystem to HTMLMailSystem.
 */
function htmlmail_update_7201() {
  foreach(mailsystem_get() as $name => $value) {
    if ($value == 'HTMLMailMailSystem') {
      mailsystem_set(array($name => 'HTMLMailSystem'));
    }
  }
}

/**
 * Implements hook_enable().
 */
+551 −68

File changed.

Preview size limit exceeded, changes collapsed.