Skip to content

Releases: tomolimo/mailanalyzer

Release 4.0.2

Choose a tag to compare

@tomolimo tomolimo released this 01 Jul 09:40

For GLPI 11.0

  • Fixed URL for downloading from marketplace
    Set version to 4.0.2

Release 4.0.1

Choose a tag to compare

@tomolimo tomolimo released this 01 Jul 09:33

For GLPI 11.0

  • Change message_id from varchar(255) to varchar(512)
  • Deleted unused code
  • Added 11.0 in xml file and in md file
  • Changed (c) from 2011-2025 by 2011-2026
  • Formated the files to be PSR4 compliant
  • Added a DB version setting in glpi_configs
    Set version to 4.0.1

Fixes issue #100
Fixes issue #95
Fixes issue #98

Release 3.2.2

Choose a tag to compare

@tomolimo tomolimo released this 13 May 10:20

For GLPI 10.0.18 and marketplace compatibility

  • Added download_url in XML to be compatible with marketplace
    set version to 3.2.2

Fixed issue #69

Release 3.2.1

Choose a tag to compare

@tomolimo tomolimo released this 17 Feb 14:36
f439409

For GLPI 10.0.18

To fix a missing feature from 10.0.18 that was available till 10.0.17
Fixed issue #88

Release 3.2.0

Choose a tag to compare

@tomolimo tomolimo released this 29 Apr 12:57
23439ef

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

Choose a tag to compare

@tomolimo tomolimo released this 04 Mar 14:52

For GLPI 10.0

Added support for several receivers
Fixed empty email references
fixes #81
fixes #39

Release 3.0.0

Choose a tag to compare

@tomolimo tomolimo released this 05 Jul 13:48

For GLPI 10.0

fixes #66

Release 2.1.0

Choose a tag to compare

@tomolimo tomolimo released this 11 Mar 11:12

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

Choose a tag to compare

@tomolimo tomolimo released this 13 Jul 08:00

For GLPI 9.5.3 and greater

fixes #58

Release 2.0.1

Choose a tag to compare

@tomolimo tomolimo released this 05 Feb 13:23

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