-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from tomolimo/2.0/bugfixes
New plugin version to be compatible with GLPI 9.5.3
- Loading branch information
Showing
4 changed files
with
215 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# mailanalyzer | ||
Mail Analyzer GLPI Plugin may be used to combine CC mails into one Ticket | ||
Mail Analyzer GLPI Plugin aims at keeping track of email conversations. | ||
It will combine emails from the same conversation into one Ticket. | ||
|
||
It is currently tested with GLPI 0.83.8, 0.85.5, 0.90, 9.1, 9.2, 9.3 and 9.4 | ||
It is currently tested with GLPI 0.83.8, 0.85.5, 0.90, 9.1, 9.2, 9.3, 9.4 and 9.5 | ||
|
||
Must be copied into *glpifolder*/plugins/mailanalyzer | ||
|
||
To be installed and enabled via the plugins configuration page in GLPI. | ||
|
||
It creates a new table in the DB with the purpose of storing email guid (generated by email servers) in order to be able (if possible) to match emails in mailgate which have been sent using 'CC' and 'Reply to all'. | ||
It cannot keeps track of forwarded emails and replies to them. | ||
|
||
This solves the problem of duplicated Tickets when an email is sent to GLPI and CC to others. and when those CC uses 'Reply to All', GLPI by default will create a new ticket. See: http://glpi.userecho.com/topic/1090667-new-rule-criteria-for-mail-receivers/ | ||
This solves the problem of duplicated Tickets when an email is sent to GLPI and CC (carbon copy) to others. And when those CC users use 'Reply to All', GLPI by default will create a new ticket. See: http://glpi.userecho.com/topic/1090667-new-rule-criteria-for-mail-receivers/ | ||
|
||
|
||
Please report any question/problem in the issue section. |
Oops, something went wrong.