[jira] [Created] (JAMES-2040) Deduplicate envelope reciepient

2017-05-31 Thread Tellier Benoit (JIRA)
Tellier Benoit created JAMES-2040: - Summary: Deduplicate envelope reciepient Key: JAMES-2040 URL: https://issues.apache.org/jira/browse/JAMES-2040 Project: James Server Issue Type: Bug

[jira] [Updated] (JAMES-2039) The preview of mail has a bad characters with encoding issue

2017-05-31 Thread Quynh Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Quynh Nguyen updated JAMES-2039: Attachment: iso8859_1charset.eml > The preview of mail has a bad characters with encoding issue >

[jira] [Created] (JAMES-2039) The preview of mail has a bad characters with encoding issue

2017-05-31 Thread Quynh Nguyen (JIRA)
Quynh Nguyen created JAMES-2039: --- Summary: The preview of mail has a bad characters with encoding issue Key: JAMES-2039 URL: https://issues.apache.org/jira/browse/JAMES-2039 Project: James Server

[jira] [Commented] (JAMES-2034) JMAP should give the date of the email, not the date when the email has been received

2017-05-31 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16030733#comment-16030733 ] Tellier Benoit commented on JAMES-2034: --- https://github.com/linagora/james-project/pull/809 solved

[jira] [Closed] (JAMES-2034) JMAP should give the date of the email, not the date when the email has been received

2017-05-31 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2034. - > JMAP should give the date of the email, not the date when the email has been > received >

[jira] [Resolved] (JAMES-2034) JMAP should give the date of the email, not the date when the email has been received

2017-05-31 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved JAMES-2034. --- Resolution: Fixed > JMAP should give the date of the email, not the date when the email has

[2/5] james-project git commit: JAMES-2034 switch apache-mime4j.version from 0.8.0 to 0.8.1-SNAPSHOT

2017-05-31 Thread btellier
JAMES-2034 switch apache-mime4j.version from 0.8.0 to 0.8.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/83019ff5 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/83019ff5 Diff:

[5/5] james-project git commit: JAMES-2034 fix import on james-server-jmap

2017-05-31 Thread btellier
JAMES-2034 fix import on james-server-jmap Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1925eebd Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1925eebd Diff:

[4/5] james-project git commit: JAMES-2034 stop pretending we know the original timezone

2017-05-31 Thread btellier
JAMES-2034 stop pretending we know the original timezone Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1e1ff597 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1e1ff597 Diff:

[1/5] james-project git commit: JAMES-2034 message.getDate() use Date Header instead of InternalDate

2017-05-31 Thread btellier
Repository: james-project Updated Branches: refs/heads/master 9505324c1 -> 1925eebdb JAMES-2034 message.getDate() use Date Header instead of InternalDate but still use internalDate if no Date header Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit:

[3/5] james-project git commit: JAMES-2034 do not invent Date header when there are no date header

2017-05-31 Thread btellier
JAMES-2034 do not invent Date header when there are no date header Unfortunatly, the fix of this PR is not enough to fix this bug because of an issue in apache-james-mime4j (see https://issues.apache.org/jira/browse/MIME4J-262) This is for this reason that this commit introduce @Ignore on unit