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 65c1770c Make build success new fd41e974 refs #9990Can import heic files new 2208144c fixes #10746 : Le curseur est positionné en bas du mail lorsque l'on veut « transmettre » une réponse new 89263cb0 fixes #10748 : Réponse fax avec l'adresse du service client 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 89263cb01636d0977d184fbbdb024b31ec6d8248 Author: jcouteau <couteau@codelutin.com> Date: Wed May 6 08:42:12 2020 +0200 fixes #10748 : Réponse fax avec l'adresse du service client commit 2208144c6aa6b1e62bfd58eb38e6caecf18a7f3f Author: jcouteau <couteau@codelutin.com> Date: Thu Mar 19 12:21:52 2020 +0100 fixes #10746 : Le curseur est positionné en bas du mail lorsque l'on veut « transmettre » une réponse commit fd41e97498fd045b3c37834835b85ca3f4286d49 Author: jcouteau <couteau@codelutin.com> Date: Thu Feb 20 15:10:07 2020 +0100 refs #9990Can import heic files Summary of changes: .../faxtomail/FaxToMailConfiguration.java | 4 ++ .../faxtomail/FaxToMailConfigurationOption.java | 7 ++++ .../i18n/faxtomail-persistence_fr_FR.properties | 1 + faxtomail-persistence/src/main/xmi/faxtomail.zargo | Bin 36985 -> 37113 bytes .../faxtomail/services/FaxToMailServiceUtils.java | 8 ++++ .../h2/V2_5200319_1__add_faxFromNumber.sql | 6 +++ .../V2_5_1_200319_1__add_faxFromNumber.sql | 9 +++++ faxtomail-ui-swing/pom.xml | 4 +- .../demande/actions/OpenReplyFormAction.java | 4 ++ .../actions/SaveAndOpenReplyFormAction.java | 8 +++- .../demande/replies/DemandRepliesUIHandler.java | 3 ++ .../demande/replies/actions/OpenReplyAction.java | 6 ++- .../ui/swing/content/reply/ReplyFormUIHandler.java | 3 ++ .../faxtomail/web/job/MailFilterJob.java | 44 ++++++++++++++++++++- .../WEB-INF/content/admin/configuration-input.jsp | 12 ++++++ pom.xml | 2 +- 16 files changed, 115 insertions(+), 6 deletions(-) create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V2_5200319_1__add_faxFromNumber.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V2_5_1_200319_1__add_faxFromNumber.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.