Downloads
Download tar.gz
9.21 KB
MD5: fb8cf23fea74111d8d20878c54faa939
SHA-1: 9403a6ae2f76ea375e07b37afbd4e49430d6d143
SHA-256: 1f55393023c3efa83488b5398e7f3c41f7ff6c7ecc7c11e6cac07e08da96774a
Download zip
10.97 KB
MD5: d7e76c61f8342ba9750c509c62ad434c
SHA-1: 7d5dbd638c84dc993e4c266f70932e7fc4e91b3a
SHA-256: 080aeb9d19c2b21a48d795a5bb96d53106292e9e03f345dc78459d81e28755aa
Release notes
Issues fixed in this release:
- #1117468: Add a README.txt.
- #1117446: Add a requirements value for runtime requirements.
- #1117430: Return an empty string to prevent warning in _excommunicate_mail_wrapper_write_address().
- #1117426: Parsed email addresses are objects, not arrays.
- #1117424: Return TRUE instead of FALSE if no email is sent.
- #1117422: Only set an address to FALSE if it hasn't been found by the results of hook_excommunicate_mail_account().
- #1117418: Pass the email address to excommunicate_mail_account() implementations.
- #1117356: Add a hook_requirements() check for missing IMAP extensions.
- #1117386: Fix missing slashes in the smtp_library path.
- #1117240: Uninstall our custom SMTP library in hook_uninstall().
- #1117206: Add an install hook to set the SMTP library.
- #1117228: Implement drupal_mail_wrapper().
- #1117216: Implement excommunicate_mail_wrapper() to prevent sending to blocked addresses.
- #1117218: Add a function to determine if an email address is associated with a blocked account.
- #1117300: Implement hook_excommunicate_mail_account() to return a user based on their email address.
- #1117300: Add a hook to allow modules to map an email address to a Drupal account.
- #1117212: Implement hook_excommunicate_user_addresses() to provide the user email address from core.
- #1117212: Add a hook to provide email addresses associated with an account.