Releases: tomolimo/mailanalyzer
Release 3.2.0
For GLPI 10.0
A configuration setup has been added to select if ThreadIndex must be used or not. ThreadIndex is mainly used by Outlook, and in the latest Outlook release we saw that it doesn't manage corectly this GUID, so we have set as optional the use of this GUID.
Beware that by default the ThreadIndex is no longuer used, and tha if you want to use it, you have to explicitly go to the setting of the plugin to activate this option.
Thannk you
Regards,
Tomolimo
Release 3.1.1
Release 3.0.0
For GLPI 10.0
fixes #66
Release 2.1.0
For GLPI 9.5
Fixed int(10) signed int to int(11) unsigned int
fixed purged ticket that didn't purge message_id
Release 2.0.2
For GLPI 9.5.3 and greater
fixes #58
Release 2.0.1
For GLPI 9.5.3
Updated xml file
Fixed returned value in $parm->input that must be false and not []
Replaced imap_base64() call by base64_decode() -> imap PHP module is no longer needed
set version to 2.0.1
This release is compatible with GLPI 9.5.3, but as there is a bug in two files of the GLPI release, please find enclosed below the fix that has been backported from GLPI 9.5.4
You'll find below in 2.0.0 release (https://github.com/tomolimo/mailanalyzer/releases/tag/2.0.0), in the mailanalyzer-core-fixes.zip file the mailcollector.class.php and toolbox.class.php files that must be copied into the {GLPI root}/inc folder.
If you really need to have a 9.5.2 compliant release of mailanalyzer, see this: #43
Thank you
Regards,
Tomolimo
Release 1.6.5
For GLPI 9.4
Fixed returned value in $parm->input that must be false and not []
set version to 1.6.5
Release 1.5.2
For GLPI 9.3
Fixed returned value in $parm->input that must be false and not []
Release 1.4.3
For GLPI 9.2
Fixed returned value in $parm->input that must be false and not []
Release 2.0.0
for GLPI 9.5.3
This release is compatible with GLPI 9.5.3, but as there is a bug in two files of the GLPI release, please find enclosed below the fix that has been backported from GLPI 9.5.4
You'll find below in the mailanalyzer-core-fixes.zip the mailcollector.class.php
and toolbox.class.php
files that must be copied into the {GLPI root}/inc folder.
fixes #40
If you really need to have a 9.5.2 compliant release of mailanalyzer, see this: #43
Thank you
Regards,
Tomolimo