Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
57.89 KB
MD5: f3a6562b86d5d92819bd7604f82af45b
SHA-1: 0a981797e8e2da1fba3cdde0c975451f3ec23d7e
SHA-256: 0839e9214e4aa767adacd544a2f4a6a3b56220c278655e300102b646b0abf5cb
Download zip
87.45 KB
MD5: b662cb4862cbc39b9c6ee9c3f139eaf3
SHA-1: edf00456697fdc0f54aebad1c3809416afe5aeaf
SHA-256: 0d0da867bfdfe7f4e8dd42d5529481eb0c1f19b683e0254fb06ab90fcdb26b86
Release notes
Known issue
#1597384: File attachments broken.
Original summary
This release primarily brings bug fixes. It also includes a huge number of unit tests, making it (hopefully) one of the most stable releases of Mailhandler to date.
The biggest change in this release is that "default commands" are now configured per-Source rather than per-Importer. If you had configured any default commands in an Importer attached to a Source content type, those commands will automatically be moved to the Source nodes.
Additionally, upgrades from 6.x-2.x to 7.x-2.x should now be possible.
Changes since 7.x-2.4:
- Fixed bug with multiple email module.
- Cleaned up documentation.
- #1393040 by Dane Powell: Added upgrade path from 6.x to 7.x-2.x.
- #1178882 by Dane Powell: Moved default commands from parser settings to source nodes.
- #1394216 by Dane Powell: Added more mapping sources for IMAP headers.
- #1555792 by Alan Evans, Dane Powell: Fixed single-part emails ignored.
- #1569434 by wuh, Dane Powell: Fixed colons in command strings after the command name break import.
- #846392 by Dane Powell: Added support for Multiple Email module.
- #1426072 by Dane Powell: Improved speed of simpletests.
- Added test for MIME-encoded headers.
- #1414820 by penguin25, Dane Powell: Fixed MIME-encoded mail headers not decoded.
- #1409066 by Dane Powell: Fixed error message due to taxonomy terms with special characters.
- #1411844 by Dane Powell: Fixed failed authentication breaks imports.
- #1397956 by Dane Powell: Added automatic usage of all available command plugins.
- #1561544 by Dane Powell: Cleaned up mailhandler.test.
- #1408346 by Dane Powell: Added test for file attachments.
- Dane Powell: Fixed quick-start mailbox marking messages as read.
- Dane Powell: Added option to leave messages unread.
- Fixed simpletests only working on first run.
- #943330 by Dane Powell: Added extended headers command plugin.
- Dane Powell: Fixed possible errors with local mailbox retrieval on systems where $_SERVER['DOCUMENT_ROOT'] is not set.
- Fixed stupid syntax error.
- Dane Powell: Added check to make sure home directory is set properly for local mailbox retrieval.
- Dane Powell: Fixed Coder errors.
- Dane Powell: Added Coder Review ignore file.
- Dane Powell: Added safeguard to prevent calling IMAP functions if they don't exist.
- #1421080 by Dane Powell: Missing Feeds plugins on module enable.
- #1529664 by Dane Powell: Fixed missing dependency on Drupal 7.8 or higher.
- Improved descriptions of IMAP header mapping sources.
- Added test of multi-message imports.
- #1406986 by Dane Powell: Fixed MIME types should be lower case.
- Fixed broken tests.
- Clarified INSTALL.txt.