branch develop updated (c0d9b792 -> 3a26ff1c)
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 c0d9b792 Try to remove double email reception new 3a26ff1c Revert modification on receptionDate The 1 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 3a26ff1c55151138e2140a8796ad5767f2b05b27 Author: Jean Couteau <jean.couteau@gmail.com> Date: Mon Apr 23 16:20:18 2018 +0200 Revert modification on receptionDate Summary of changes: .../main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 3a26ff1c55151138e2140a8796ad5767f2b05b27 Author: Jean Couteau <jean.couteau@gmail.com> Date: Mon Apr 23 16:20:18 2018 +0200 Revert modification on receptionDate --- .../main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java b/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java index adb901e0..45e28ba8 100644 --- a/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java +++ b/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java @@ -439,7 +439,9 @@ public class MailFilterJob extends AbstractFaxToMailJob { email.setMailFolder(filterFolder); } - Date receivedDate = message.getReceivedDate(); + + //JC180423 : Ne pas utiliser message.getReceivedDate() -> Date souvent vide/nulle + Date receivedDate = new Date(); email.setReceptionDate(receivedDate); modifiedProperties.add(Email.PROPERTY_RECEPTION_DATE); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm