Downloads
Download tar.gz
61.46 KB
MD5: 44ce2b1d542385200d0e358bc7b45fa9
SHA-1: 560e0ef17c82f177d87a2e1ed1326f2c09bca425
SHA-256: e2c6d71511699dfdb56ad4945c126cd024eafc5f29d0e0611fac47b531e3053e
Download zip
91.78 KB
MD5: 67b50292e11a57f22034c5e681b6fca7
SHA-1: 2cb8e25a99461b9952cc169614cd1c856d97874b
SHA-256: bd242dc9d71e2b9c66b4dbae54f9741dde1c1e00eca6ad22ab42f03fa43cf63d
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.
Changes since 6.x-2.4:
- Clear caches on module enable.
- Cleaned up documentation.
- #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.
- 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.
- #1421080 by Dane Powell: Fixed missing Feeds plugin on module enable.
- #1408346 by Dane Powell: Added test for file attachments.
- #1561544 by Dane Powell: Cleaned up mailhandler.test.
- Dane Powell: Fixed quick-start mailbox marking messages as read.
- Fixed Coder errors.
- Fixed simpletests only working on first run.
- Dane Powell: Added option to leave messages unread.
- Dane Powell: Fixed possible errors with local mailbox retrieval on systems where $_SERVER['DOCUMENT_ROOT'] is not set.
- Dane Powell: Added check to make sure home directory is set properly for local mailbox retrieval.
- Dane Powell: Added safeguard to prevent calling IMAP functions if they don't exist.
- #943330 by Dane Powell: Added extended headers command plugin.
- #1460716 by rfay: Fixed Features module not listed in dependencies.
- Improved descriptions of IMAP header mapping sources.
- Added test of multi-message imports.
- #1408322 by Dane Powell: Fixed missing data when importing multiple messages.
- #1406986 by Dane Powell: Fixed MIME types should be lower case.
- Clarified INSTALL.txt.