This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 4c48e9c fixes #8325 [Liste des demandes] On ne retourne pas à la page 1 quand on change de dossier new c648954 fixes #8321 PJ mal extraite quand il s'agit d'un email transféré non valide : - factorisation de l'extraction des pj d'un email - meilleure gestion des erreurs dans la transfo du mail texte en texte new 81a6956 fixes #8322 Erreur quand un email reçu n'a pas de sujet (NPE) new f151608 fix npe The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f1516089a4262473cefd300dacaa72929af2517d Author: Kevin Morin <morin@codelutin.com> Date: Wed May 25 00:03:24 2016 +0200 fix npe commit 81a69562fe9924e761214d7cb891b18b49ff3d65 Author: Kevin Morin <morin@codelutin.com> Date: Tue May 24 23:54:09 2016 +0200 fixes #8322 Erreur quand un email reçu n'a pas de sujet (NPE) commit c648954f95bb3c68292b2acc6f195ca1571b675f Author: Kevin Morin <morin@codelutin.com> Date: Tue May 24 23:51:08 2016 +0200 fixes #8321 PJ mal extraite quand il s'agit d'un email transféré non valide : - factorisation de l'extraction des pj d'un email - meilleure gestion des erreurs dans la transfo du mail texte en texte Summary of changes: .../faxtomail/services/FaxToMailServiceUtils.java | 31 ++ .../faxtomail/services/service/EmailService.java | 2 + .../services/service/EmailServiceImpl.java | 340 +++++++++++++-------- .../i18n/faxtomail-service_fr_FR.properties | 1 + .../services/service/EmailServiceTest.java | 62 +--- .../ui/swing/content/demande/DemandeUIModel.java | 14 +- .../demande/replies/DemandRepliesUIHandler.java | 24 +- .../demande/replies/actions/OpenReplyAction.java | 15 +- .../faxtomail/web/action/DemandDetailAction.java | 20 +- .../faxtomail/web/job/MailFilterJob.java | 69 +---- 10 files changed, 286 insertions(+), 292 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.