Mailhandler 6.x-2.x, 2013-07-31 ------------------------------- Mailhandler 6.x-2.7, 2013-08-01 ------------------------------- - Dane Powell: Fixed mailhandler_default test mailbox. - Dane Powell: Fixed broken binary attachments (regression). Mailhandler 6.x-2.6, 2013-07-30 ------------------------------- - Dane Powell: Moved test mboxes to separate directory. - Dane Powell: Fixed retrieval of ISO-8859 encoded emails. - Dane Powell: Fixed errors in quoted text filter. - Dane Powell: Added input filter to fix quoted (reply, forward) text. - #1645938 by googletorp: Fixed fatal error importing email containing non-breaking space. - Dane Powell: Added tests for Multiple Email. - Dane Powell: Refactored some tests. - Dane Powell: Added helpful note to message filter description. - #1633520 by Dane Powell, caiosba: Fixed missing attachment id. - Dane Powell: Refactored MailhandlerPhpImapRetrieve.class.php. - #1562030 by Dane Powell: Added unified error-handling function. - Dane Powell: Added test for file attachment size. - #1597384 by Dane Powell: Fixed parts not retrieved correctly. - Added missing schema definition. - Streamlined upgrade process. - Removed unorthodox schema update system. - Dane Powell: Fixed possible error on update. - Dane Powell: Enable new dependencies on update from 6.x-1.x, if possible. - Dane Powell: Cleaned up mailhandler.test. - Reduced size of singlepart test. Mailhandler 6.x-2.5, 2012-05-13 ------------------------------- - #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. - Dane Powell: Cleaned up Mailhandler.test. - #1414820 by penguin25, Dane Powell: Fixed MIME-encoded mail headers not decoded. - #1409066 by Dane Powell: 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: 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 Dane Powell: Added safeguard to prevent calling IMAP functions if they don't exist. - #943330 by Dane Powell: Added extended headers command plugin. - #1408322 by Dane Powell: Fixed missing data when importing multiple messages. - #1406986 by Dane Powell: Fixed MIME types should be lower case. Mailhandler 6.x-2.4, 2012-01-04 ------------------------------- - Changed title of mailbox name field. - #1380868 by Dane Powell: Fixed errors on upgrade from 1.x. - #1343630 by Dane Powell: Changed 'Mailhandler Default' to 'Mailhandler quick-start' and improved usability. - Simplified authentication options on source nodes, added default commands for anonymous users, added more tests. - Moved Tokenauth authentication into separate module. - #1376784 by Dane Powell: Added default settings for mailboxes. - Fixed broken imports. - #1376460 by Dane Powell: Fixed machine name for mailbox not generated when copy/paste is used. Mailhandler 6.x-2.3, 2011-12-15 ------------------------------- - #1139262 by Dane Powell: Fixed commands not processed for some HTML emails. - #1372226 by TrevorBradley: Fixed error related to call-time pass-by-reference. - #1369720 by Dane Powell: Added messages and links enhancing usability. - #1370096 by Dane Powell: Removed 'MIME preference' from Mailbox config, changed 'Body' mapping source. - #1364152 by Dane Powell: Added warnings if no retrieval plugins are available. - #1368866 by Dane Powell: Fixed disabled mailboxes showing up on import page pulldown. - #1370228 by David_Rothstein: Fixed warning in _mailhandler_mailbox_test() when running tests. - #1369672 by Dane Powell: Fixed error when using 'All' fetcher filter. - #1368580 by Dane Powell: Fixed messages always deleted with POP3. - #1024258 by Dane Powell: Added test cases. - #1368648 by Dane Powell: Improved retrieval from local folders. - #1365306 by Dane Powell: Added "test" operation for mailboxes. Mailhandler 6.x-2.2, 2011-12-10 ------------------------------- - #1364986 by Dane Powell: Fixed errors when importing mailboxes exported by an older version of Mailhandler. - #1366580 by Dane Powell: Fixed error on import if Trigger is not enabled. - #1364158 by Dane Powell: Improved performance of AJAX mailbox connection testing. - #1358782 by Dane Powell: Fixed FeedsConfigurable.inc errors on import. - #846392 by Dane Powell: Added support for Multiple Email module. - #1363372 by pereljon: Fixed authenticated messages not being purged. - Improved usability of mailbox creation form. Mailhandler 6.x-2.1, 2011-12-06 ------------------------------- - #1361414 by Dane Powell: Added AJAX testing of mailboxes during creation. - Fixed incorrectly labeled mailbox types. Mailhandler 6.x-2.0, 2011-12-04 ------------------------------- - #1358722 by Dane Powell: Ran usability review. - #1359842 by Dane Powell: Ran coder review and branch tests. - #1191746 by Dane Powell: Added option to not delete/mark as read messages that fail authentication. - #1334472 by dafeder: Added hook and trigger for failed authentication. - #1024258 by Dane Powell: Added test cases. - #1347842 by Dane Powell: Changed vague instructions regarding paths in INSTALL.txt. - #275926 by Dane Powell: Added message retrieval library plugins (in order to avoid PHP IMAP dependency). - Removed unused function. - #1356536 by Dane Powell: Changed names of filter, authentication, and commands plugins. - #1338882 by Dane Powell: Added notice on enable that error about missing schema is normal. - Removed mailhandler_alphanumeric function, use ctools_cleanstring instead. - More code cleanup. - Removed unused function. - #1312694 by kloewer: Fixed cleaning of ISO-8859-1 encoding in subjects (again). - Minor code refactor. - Minor code style cleanup. Mailhandler 6.x-2.0-rc1, 2011-10-19 ----------------------------------- - Fixed warning on import introduced by #1281530. - Coder (code formatting) cleanup before next release. - #1314788 by Dane Powell: Added ability of commands plugins to store config options. - #1281530 by muka: Added preserving id of message parts during retrieval. - #1029134 by laurent.lemercier: Added cleaning of ISO-8859-1 encoding in messages. - #1307470 by andremolnar: Removed unused MIME parts mapping source. - #1283198 by Dane Powell: Fixed broken mailbox exports. - #1260106 by jeffvanh, Dane Powell: Added option to ignore failed authentication. - #1191722 by Dane Powell: Added cc and bcc addresses as mapping sources. - #1265818 by narayanis, Dane Powell: Added weights to parser plugins. Mailhandler 6.x-2.0-beta2, 2011-08-29 ------------------------------------- - Removed mailto (second email address) option, as it was not actually used anywhere. - #1258788 by Dane Powell: Fixed errors related to empty POP mailboxes (again). - Fixed loading of filters_plugin. - Changed watchdog severity level for an empty mailbox from error to info - #1258788 by Dane Powell: Fixed errors related to empty POP mailboxes. - #1159580 by Dane Powell: Improved mailbox connection test to be more informative. - #1208028 by Dane Powell: Fixed failed authentications not being reported - #494002 by Dane Powell: Fixed signature separator filter to be more conservative Mailhandler 6.x-2.0-beta1, 2011-05-18 ------------------------------------- - #1146426 by Dane Powell: Removed validation of mailbox names as email addresses - #1150362 by Dane Powell: Fixed taxonomy handling - #1158384 by Dane Powell: Cleaned up code (Coder review and documentation) - Added CHANGELOG.txt