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 0d405ec6 fixes #10003 : Plus derepérage dans la liste après déplacer ou archiver new e5bf0e55 Clean code new 0d4320c4 fixes #10015 new 56f21e52 fixes #10016 new a56782c1 fixes #10016 new ab1327b6 fiwes an out of bound exception new c8ade991 fixes #10015 The 6 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 c8ade99126087b65d042a760b62f42a9e3abb96b Author: jcouteau <couteau@codelutin.com> Date: Mon Jul 9 18:24:11 2018 +0200 fixes #10015 commit ab1327b698181967d29efffd39922b98ea9ed3f9 Author: jcouteau <couteau@codelutin.com> Date: Mon Jul 9 17:24:05 2018 +0200 fiwes an out of bound exception commit a56782c1db07aa368f91188eaf2a839cc7a11653 Author: jcouteau <couteau@codelutin.com> Date: Fri Jul 6 16:51:45 2018 +0200 fixes #10016 commit 56f21e525a7060af979b0e3b858dc5a533b1e270 Author: jcouteau <couteau@codelutin.com> Date: Fri Jul 6 16:13:30 2018 +0200 fixes #10016 commit 0d4320c436f02e3282750521d9ebf99eb0dc28b7 Author: jcouteau <couteau@codelutin.com> Date: Fri Jul 6 14:19:06 2018 +0200 fixes #10015 commit e5bf0e55a192af2f78ad4a1434250aaded2946a0 Author: jcouteau <couteau@codelutin.com> Date: Thu Jul 5 15:23:04 2018 +0200 Clean code Summary of changes: .../services/service/EmailServiceImpl.java | 12 +- .../services/service/EmailServiceTest.java | 21 +- .../src/test/resources/emails/test10015-2.eml | 254 +++++++++++++++++++++ .../src/test/resources/emails/test10015.eml | 152 ++++++++++++ .../ui/swing/content/demande/DemandeUIHandler.java | 31 ++- .../demande/actions/LoadFolderEmailsAction.java | 4 +- .../faxtomail/web/job/MailFilterJob.java | 6 - 7 files changed, 464 insertions(+), 16 deletions(-) create mode 100644 faxtomail-service/src/test/resources/emails/test10015-2.eml create mode 100644 faxtomail-service/src/test/resources/emails/test10015.eml -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.