Re: Lucene Not Indexing Existing Mail in Folders

2019-11-04 Thread Tellier Benoit
Hi Jerry, Thanks for the updated details, it now makes perfect sens! Long story short: Your Lucene index needs to be migrated as well. I suspect you migrated only your database (full copy), hence issues. To do migration, at Linagora, we prefer using external protocols, and leaving the inner data

Re: Lucene Not Indexing Existing Mail in Folders

2019-11-04 Thread Tellier Benoit
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > >     at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > >     at java.lang.reflect.Method.invoke(Method.java:498) > > On 11/4/2019 8:48 PM, Tellier Benoit w

Re: Lucene Not Indexing Existing Mail in Folders

2019-11-04 Thread Tellier Benoit
; I had already changed back to luceneIndex from lazyIndex and rebooted.  > I also removed the lazyIndex's version of the lucene folder.  But I'm > still getting the same exception. > > > On 11/5/2019 12:07 AM, Tellier Benoit wrote: >> ReIndexing is not implemented on t

Require SSL for remote SMTP delivery by default ?

2019-11-05 Thread Tellier Benoit
Hi, Within [2] I do work on documenting how to secure remote delivery with SSL and startTls. Matthieu Baechler asks wether we should require encrypted delivery (startTls / ssl) by default in shipped configuration. This comes with trust issues, we might end up enabling mail.smtp.ssl.trust as a wi

Re: Lucene Not Indexing Existing Mail in Folders

2019-11-05 Thread Tellier Benoit
der.  Seems to me a much better option > would be a 'build it once if it doesn't exist' option.  That would be > one less thing for an overwhelmed administrator (me) to remember to do > when migrating James.  Ideas? > > Jerry > > On 11/5/2019 1:04 AM, Tellier

Re: Sending Mail via a Second IP address

2019-11-05 Thread Tellier Benoit
Hi Jerry, You need also to specify `mail.smtp.localaddress` https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html Local address (host name) to bind to when creating the SMTP socket. Defaults to the address picked by the Socket class. Should not normally need to be set

Upcoming 3.5.0 release + deprecation/removal plan

2019-11-10 Thread Tellier Benoit
Hi all, Having fixed, or working on fixes that users did report to us, there is a big list of meaningful features stacking up in the changelog [1]. Thus I would propose us to pursue a release  of James server version 3.5.0 by the end of November. As with most recent releases, that is also the op

Re: Upcoming 3.5.0 release + deprecation/removal plan

2019-11-13 Thread Tellier Benoit
My bad, answer inlined... On 13/11/2019 15:24, Matthieu Baechler wrote: > Hi Benoit, > > It looks like you forgot the answer to the mailing list. > > On Wed, 2019-11-13 at 14:46 +0700, Tellier Benoit wrote: >> Hi Matthieu >> >> On 12/11/2019 15:19, Matth

Re: Optimistic Locking Errors When Trashing Mail

2019-11-15 Thread Tellier Benoit
s. > > Jerry > > On 10/29/2019 1:19 PM, Jerry Malcolm wrote: >> I created JAMES-2942 <https://issues.apache.org/jira/browse/JAMES-2942>. >> >> The emails in question do not have any additional explicitly-added >> user flags. >> >> Jerry >&g

[Call for vote] Upcoming 3.5.0 Deprecation plan

2019-11-18 Thread Tellier Benoit
Hello everyone, I propose to submit to a vote the following deprecation:  - To be deprecated in upcoming 3.5.0 and removed in 3.6.0:     - james-server-mailet BayesianAnalysis + BayesianAnalysisFeeder + JDBCBayesianAnalyser   mailet/ai mailets to be used instead.     - ToRecipientFolder.   

About Attachments and JMAP

2019-11-28 Thread Tellier Benoit
Hello all, ## Context We are working on JMAP, and EMail::hasAttachments metadata is listed as a fast property. However to retrieve it today, we need to do a full message read in order to load attachment (as JMAP hasAttachment do not take inlined attachments into account and mailbox property do).

Re: About Attachments and JMAP

2019-11-28 Thread Tellier Benoit
:-)) On 28/11/2019 17:26, Matthieu Baechler wrote: > Hi, > > On Thu, 2019-11-28 at 15:51 +0700, Tellier Benoit wrote: >> Hello all, >> >> ## Context >> >> We are working on JMAP, and EMail::hasAttachments metadata is listed >> as >> a fast prope

Re: About Attachments and JMAP

2019-12-01 Thread Tellier Benoit
Hi Matthieu, On 28/11/2019 23:08, Matthieu Baechler wrote: > On Thu, 2019-11-28 at 18:04 +0700, Tellier Benoit wrote: >> Thanks for the reply! >> >> [...] >> >> My concern of the day is the fact **To read fast JMAP property I need >> slow full message loa

Webadmin modularity: action registration

2019-12-01 Thread Tellier Benoit
Hi all, ## Context While contributing a way to rebuild JMAP fast messageView projection via webadmin, we end up with the need of supporting the following actions on the same endpoint: Example: POST /users/BOB/mailboxes?task=rebuildMessageFastViewProjection POST /users/BOB/mailboxes?task=reI

Re: Webadmin modularity: action registration

2019-12-02 Thread Tellier Benoit
On 02/12/2019 16:18, Matthieu Baechler wrote: > Hi, > > Could you please give us a end-to-end example of what you describe? > I will give that below. > How does a Task declare the endpoint it contribute to? It takes a `Set` with a @Named annotation for it as a constructor parameter. > How

Re: [james-project] 02/03: JAMES-2813 Upgrade RabbitMQ to last version

2019-12-03 Thread Tellier Benoit
After this changeset is applied I notice this test being unstable: RabbitMQEventBusTest$ConcurrentTest.concurrentDispatchKeyShouldDeliverAllEventsToListenersWithSingleEventBus This fails in the following fashion: [88d7e4736e39a75058f168ae217549ada9884623] 05:40:07.877 [ERROR] o.a.j.u.c.Concurren

Re: About Mailbox event listeners

2019-12-09 Thread Tellier Benoit
Hi Matthieu, I think this is a great suggestion. On 09/12/2019 23:25, Matthieu Baechler wrote: > Hi, > > [...] > > Given everything is reactor based, it would be a much better use of > resources to let the listeners work with `Publisher` type and use non- > block APIs. I think this is a great sug

Re: About Mailbox event listeners

2019-12-10 Thread Tellier Benoit
On 10/12/2019 15:28, matthieu.baech...@gmail.com wrote: > [...] > Writing an Architecture Decision Record would mean it's a decision we > took (and implemented). It's not the case for now so I didn't wrote it. > > Now, either we agree about it and it can become an improvement issue in > JIRA or we

Re: Session refactoring discussion

2020-01-21 Thread Tellier Benoit
Hi René, My answers are inlined... Best regard, Benoit On 22/01/2020 10:21, Rene Cordier wrote: > Hi guys, > > I would like to bring on the table some proposition to refactor our > session usage within James. > > # Context > [...] > Then I tried to use a `MailboxMapper` defined in the mailbox

Fwd: A distributed James server and SelectedMailboxImpl statefulness

2015-10-25 Thread Tellier Benoit
Disclaimer : the following message is long, and might take time to read, but I think this is a topic we have to exchange on in order to have a working James in a distributed environment... = Hi every one, I am working on a distribu

Our work on JSIEVE integration in James so far...

2015-12-12 Thread Tellier Benoit
Hi, I just waned to explain the work we (Erwan Guyomarc'h and me) have done on quota so far, and what will follow next. I will also try to write this kind of mail more often, to offer more readability on my work on James. The goal of our project is to solve most issues related to Sieve : - all

My thoughts on JMAP implementation

2015-12-13 Thread Tellier Benoit
I really think JMAP is a nice protocol to use to implement a web mail as it allows user to speak directly to the e-mail server without the need of an IMAP proxy. Protocol structure is clean and well defined. JSON is easy to parse. So I am really excited to see such an implementation in James. I a

Re: James CLI is unreadable

2015-12-16 Thread Tellier Benoit
Thanks for the references. I would rather choose jcommander, it looks to be to what I want to do I will start working on my JAMES-1649 branch : https://github.com/chibenwa/james-project/tree/JAMES-1649 If you want to take a look... Le 16/12/2015 14:54, Antoine DUPRAT a écrit : > On 16/12/20

Re: Release org.apache.james:apache-jspf-project into 1.0.1

2016-10-11 Thread Tellier Benoit
+1 Le 11/10/2016 à 16:04, Benoit Tellier a écrit : > > Hello every one, > > As you may know, we want to release James 3.0.0-beta5. This release > demands us to remove every SNAPSHOT dependency, including the one to JSPF. > > You can access sources on github. > > Nexus artifact to be released c

Release org.apache.james:apache-jsieve into 0.6

2016-10-11 Thread Tellier Benoit
Hello every one, As you may know, we want to release James 3.0.0-beta5. This release demands us to remove every SNAPSHOT dependency, including the one to JSIEVE. You can access sources on github. Nexus artifact to be released can be found here : https://repository.apache.org/#stagingRepositorie

Fwd: Release org.apache.james:apache-mime4j-project into 0.8.0

2016-10-12 Thread Tellier Benoit
Hello every one, As you may know, we want to release James 3.0.0-beta5. This release demands us to remove every SNAPSHOT dependency, including the one to MIME4J. You can access sources on github. Nexus artifact to be released can be found here : https://repository.apache.org/#stagingRepositorie

Re: Release org.apache.james:apache-mime4j-project into 0.8.0

2016-10-12 Thread Tellier Benoit
+1 Regards, Benoit Le 12/10/2016 à 13:15, Tellier Benoit a écrit : > > Hello every one, > > As you may know, we want to release James 3.0.0-beta5. This release > demands us to remove every SNAPSHOT dependency, including the one to MIME4J. > > You can access sources

Re: Release james-server into 3.0.0-beta5

2016-11-02 Thread Tellier Benoit
+1 Le 02/11/2016 à 13:46, Benoit Tellier a écrit : > Hello every one, > > I'm very happy to announce the vote for the upcoming 3.0.0-beta5 version > of our beloved james server. > > You can access sources on github > > https://github.com/apache/james-project/releases > > Nexus artifact to be r

Re: Call for vote: Apache James 3.2.0

2018-11-13 Thread Tellier Benoit
Hi, After the one week voting period, I am proud to announce the release of Apache JAMES 3.2.0. Summary of votes: - +1 : 5 including chairman and 4 PMCs - -1 : 0 I will now proceed to the release and related communication as described in https://github.com/linagora/james-project/pull/1869 Tha

[ANNOUNCE] Apache James 3.2.0 released

2018-11-14 Thread Tellier Benoit
The Apache James community is proud to announce you the 3.2.0 release of the Apache James server. Apache James provides a complete, stable, secure and extendable Mail Servers running on the JVM. More details about Apache James can be found at: https://james.apache.org/ The release is available fo

Re: Release james-server into 3.0.0

2017-07-07 Thread Tellier Benoit
Hi, One week ago we called for the vote of the Apache James 3.0.0 release. After a one week voting process, we have decided to re-upload the pre-compiled jars with: - A more understandable README - An already working configuration Thus we will trigger a new voting process including the freshly r

Release james-server into 3.0.0 (second vote)

2017-07-07 Thread Tellier Benoit
Hello every one, I'm very very very happy to announce the second vote for the upcoming 3.0.0 version of our beloved James server. You can access sources on GitHub: https://github.com/apache/james-project/releases Nexus artifact to be released can be found here : https://repository.apache.org/#s

Re: Release james-server into 3.0.0 (second vote)

2017-07-07 Thread Tellier Benoit
+1 Le 07/07/2017 à 18:25, Tellier Benoit a écrit : > Hello every one, > > I'm very very very happy to announce the second vote for the upcoming > 3.0.0 version of our beloved James server. > > You can access sources on GitHub: > > https://github.com/apache/jame

Call for vote: Java 8 switch

2017-08-04 Thread Tellier Benoit
Hi everyone, Today I would like to submit the following vote: "Do you support a Java6 -> Java8 on all core James projects?" Core projects includes: - Apache James mailbox - Apache James protocols - Apache James MPT - Apache James Mailet - Apache James Server Note that they are already mer

Re: Call for vote: Java 8 switch

2017-08-06 Thread Tellier Benoit
+1 Le 04/08/2017 à 14:23, Tellier Benoit a écrit : > Hi everyone, > > Today I would like to submit the following vote: > > "Do you support a Java6 -> Java8 on all core James projects?" > > Core projects includes: > > - Apache James mailbox > - A

Re: Call for vote: Java 8 switch

2017-08-15 Thread Tellier Benoit
The delay for the vote is passed, and I am happy to announce it is a success. We will soon process to the merge of the concerned branches. Thanks for your involvement on the James project. Cheers, Benoit Tellier Le 04/08/2017 à 14:23, Tellier Benoit a écrit : > Hi everyone, > > Toda

Announce: Apache James 3.0.1 security release

2017-10-19 Thread Tellier Benoit
Hi everyone, I, in the name of Apache James PMCs, am glad to announce you the release version 3.0.1 of Apache James server. It fixes vulnerability described in CVE-2017-12628. The JMX server, also used by the command line client is exposed to a java de-serialization issue, and thus can be used to

Subject: Proposal for new website

2017-04-14 Thread Tellier Benoit
approved, we will commit the changes to the current website Cheers, -- Tellier Benoit PMC for the Apache JAMES project - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e

Call for vote: new website

2017-04-21 Thread Tellier Benoit
Hello, After a one week feedback period, as discussed in a previous email, I would like to trigger a one week voting period for release of the new version of the website. The changes includes: - A new responsive, modern and appealing homepage for the James project - We keep the main website

Re: Call for vote: new website

2017-04-21 Thread Tellier Benoit
+1 Le 21/04/2017 à 18:07, Tellier Benoit a écrit : > Hello, > > After a one week feedback period, as discussed in a previous email, I would > like to trigger a one week voting period for release of the new version of > the website. > > The changes includes: > >

Re: Call for vote: new website

2017-05-03 Thread Tellier Benoit
Hi every one, The new website proposal have been accepted by a qualified majority. We will now merge related branches and deploy the new website Thank you for again for your involvement on the James project. Cheers, Benoit Tellier Le 21/04/2017 à 18:07, Tellier Benoit a écrit : > He

Announcing the new website and the james-project Gitter chat room

2017-05-05 Thread Tellier Benoit
Hi, Following the vote results, I am happy to tell you the new version of the James website is online. The address is unchanged: https://james.apache.org/ We also opened a Gitter chat room to allow us to discuss more easily James related issues. Here is the link: https://gitter.im/apache/ja

Re: [Call for vote] post-3.4 deprecations and removal

2019-07-23 Thread Tellier Benoit
1/ +1 2/ +1 3/ +1 overall however I believe we have to make improvements to the guice extension mechanism. Some example of things that would make sense: - As a user I want to inject dependencies non bundled in James for my extensions. I also think deprecation/removal of spring-only features sh

Re: [Call for vote] Requiring JDK 11 to build James

2019-07-23 Thread Tellier Benoit
+1 On 18/07/2019 14:25, Matthieu Baechler wrote: > Hi community, > > I've been working on the subject of the build time for James lately. > > TL;DR; > > I'd like to require JDK-11 as the default compiler for James to use the > `-release` flag to fasten the build (while still targeting Java 8 fo

Re: Excursus Retry 451 452 Strategies

2019-07-29 Thread Tellier Benoit
Hello, That is a very good question. We currently have in the development backlog the plan to develop a SMTP test suite for outbound SMTP. This question is quitte touchy as: - We want a complete customisation of the return code of the various servers - We want to test the complete mechanism, i

Re: Call for vote: Apache James 3.4.0

2019-09-05 Thread Tellier Benoit
+1 On 05/09/2019 20:51, Matthieu Baechler wrote: > Hi, > > I would like to propose the 3.4.0 release of the Apache James server. > > You can see changes proposed to the website at the occasion > of that release, as well as communication on this GitHub pull > request: https://github.com/linagora/

HacktoberFest 2019: call for ideas

2019-09-09 Thread Tellier Benoit
Hello all, We are 21 days away of the month of October and its traditional HacktoberFest [1]. The HacktoberFest is a one month challenge to promote Open source contributions on GitHub. Using this event we can easily spread the world about Apache James, work on some easy features, and hopefully at

Call for vote: Using JDK 1.8 as a target for JSIEVE JDKIM & JSPF

2019-09-09 Thread Tellier Benoit
Hi, In order to improve maintenance of James related libraries, I propose to switch target JDK version to JDK 1.8. This means: - Upgrading JDK from 1.5 to 1.8 for JSPF project - Upgrading JDK from 1.6 to 1.8 for JSIEVE project - Upgrading JDK from 1.6 to 1.8 for JSDKIM project I do propose a

Re: Call for vote: Using JDK 1.8 as a target for JSIEVE JDKIM & JSPF

2019-09-09 Thread Tellier Benoit
+1 for all projects On 09/09/2019 14:59, Tellier Benoit wrote: > Hi, > > In order to improve maintenance of James related libraries, I propose to > switch target JDK version to JDK 1.8. > > This means: > - Upgrading JDK from 1.5 to 1.8 for JSPF project > - Upgrading

[jira] [Commented] (JAMES-2813) Implement a distributed task manager

2019-09-11 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927452#comment-16927452 ] Tellier Benoit commented on JAMES-2813: --- I just merged Pull Requests relate

[jira] [Created] (JAMES-2882) Document IMAP delegation using administratorId property.

2019-09-12 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2882: - Summary: Document IMAP delegation using administratorId property. Key: JAMES-2882 URL: https://issues.apache.org/jira/browse/JAMES-2882 Project: James Server

[jira] [Created] (JAMES-2883) SearchIndex should not attempt to read a deleted mailbox

2019-09-13 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2883: - Summary: SearchIndex should not attempt to read a deleted mailbox Key: JAMES-2883 URL: https://issues.apache.org/jira/browse/JAMES-2883 Project: James Server

[jira] [Closed] (JSIEVE-111) Libraries upgrade

2019-09-13 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JSIEVE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JSIEVE-111. - Fix Version/s: 0.6 Resolution: Fixed > Libraries upgr

[jira] [Closed] (JSIEVE-112) Use SLF4J & logback for logging

2019-09-13 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JSIEVE-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JSIEVE-112. - Fix Version/s: 0.6 Resolution: Fixed > Use SLF4J & logback for

[jira] [Commented] (JAMES-2865) Implementing a MockSmtpServer

2019-09-15 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16930227#comment-16930227 ] Tellier Benoit commented on JAMES-2865: --- https://github.com/linagora/james-pro

[jira] [Closed] (JAMES-2883) SearchIndex should not attempt to read a deleted mailbox

2019-09-15 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2883. - > SearchIndex should not attempt to read a deleted mail

[jira] [Resolved] (JAMES-2883) SearchIndex should not attempt to read a deleted mailbox

2019-09-15 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved JAMES-2883. --- Fix Version/s: 3.5.0 Resolution: Fixed https://github.com/linagora/james-project/pull

[jira] [Closed] (JAMES-2882) Document IMAP delegation using administratorId property.

2019-09-15 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2882. - Fix Version/s: 3.5.0 Resolution: Fixed https://github.com/linagora/james-project/pull

[jira] [Commented] (JAMES-2865) Implementing a MockSmtpServer

2019-09-16 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931019#comment-16931019 ] Tellier Benoit commented on JAMES-2865: --- https://github.com/linagora/james-pro

[jira] [Commented] (JAMES-2477) Allow partial, incremental James build

2019-09-16 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931020#comment-16931020 ] Tellier Benoit commented on JAMES-2477: --- https://github.com/linagora/james-pro

[jira] [Created] (JAMES-2886) Unable to usetransitive dependencies at runtime in Guice extension jars

2019-09-17 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2886: - Summary: Unable to usetransitive dependencies at runtime in Guice extension jars Key: JAMES-2886 URL: https://issues.apache.org/jira/browse/JAMES-2886 Project

[jira] [Created] (JAMES-2887) Implement JMAP RFC-8620 & RFC-8621

2019-09-17 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2887: - Summary: Implement JMAP RFC-8620 & RFC-8621 Key: JAMES-2887 URL: https://issues.apache.org/jira/browse/JAMES-2887 Project: James Server Issue Type:

[jira] [Updated] (JAMES-2884) Update JMAP implementation to conform to RFC 8620/8621

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit updated JAMES-2884: -- Parent: JAMES-2887 Issue Type: Sub-task (was: Improvement) > Update J

[jira] [Updated] (JAMES-2884) Update JMAP implementation to conform to RFC 8620/8621

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit updated JAMES-2884: -- Parent: (was: JAMES-2887) Issue Type: Improvement (was: Sub-task) > Update J

[jira] [Updated] (JAMES-2884) Update JMAP implementation to conform to RFC 8620/8621

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit updated JAMES-2884: -- Description: Historically, James is an early adopter for the JMAP specification, and a first

[jira] [Commented] (JAMES-2884) Update JMAP implementation to conform to RFC 8620/8621

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931982#comment-16931982 ] Tellier Benoit commented on JAMES-2884: --- https://github.com/apache/james-pro

[jira] [Commented] (JAMES-2884) Update JMAP implementation to conform to RFC 8620/8621

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931983#comment-16931983 ] Tellier Benoit commented on JAMES-2884: --- https://github.com/apache/james-pro

[jira] [Created] (JAMES-2888) Bootstrap the JMAP server - echo command

2019-09-17 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2888: - Summary: Bootstrap the JMAP server - echo command Key: JAMES-2888 URL: https://issues.apache.org/jira/browse/JAMES-2888 Project: James Server Issue Type

[jira] [Closed] (JAMES-2887) Implement JMAP RFC-8620 & RFC-8621

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2887. - Resolution: Duplicate See JAMES-2884 > Implement JMAP RFC-8620 & R

[jira] [Created] (JAMES-2889) `jmap` should match RFC-2860 protocol structure - request/response

2019-09-17 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2889: - Summary: `jmap` should match RFC-2860 protocol structure - request/response Key: JAMES-2889 URL: https://issues.apache.org/jira/browse/JAMES-2889 Project: James

[jira] [Created] (JAMES-2890) JMAP simple auth

2019-09-17 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2890: - Summary: JMAP simple auth Key: JAMES-2890 URL: https://issues.apache.org/jira/browse/JAMES-2890 Project: James Server Issue Type: Sub-task

[jira] [Created] (JAMES-2891) JMAP protocol structure: GET /jmap/session

2019-09-17 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2891: - Summary: JMAP protocol structure: GET /jmap/session Key: JAMES-2891 URL: https://issues.apache.org/jira/browse/JAMES-2891 Project: James Server Issue Type

[jira] [Created] (JAMES-2892) JMAP protocol-level error handling

2019-09-17 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2892: - Summary: JMAP protocol-level error handling Key: JAMES-2892 URL: https://issues.apache.org/jira/browse/JAMES-2892 Project: James Server Issue Type: Sub

[jira] [Updated] (JAMES-2889) `jmap` should match RFC-8620 protocol structure - request/response

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit updated JAMES-2889: -- Summary: `jmap` should match RFC-8620 protocol structure - request/response (was: `jmap

[jira] [Commented] (JAMES-2884) Update JMAP implementation to conform to RFC 8620/8621

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932002#comment-16932002 ] Tellier Benoit commented on JAMES-2884: --- I did also create a first batch of

[jira] [Commented] (JAMES-2886) Unable to usetransitive dependencies at runtime in Guice extension jars

2019-09-17 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932044#comment-16932044 ] Tellier Benoit commented on JAMES-2886: --- This issue can be solved by packa

[jira] [Created] (JAMES-2893) Provided unified testing dependencies

2019-09-20 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2893: - Summary: Provided unified testing dependencies Key: JAMES-2893 URL: https://issues.apache.org/jira/browse/JAMES-2893 Project: James Server Issue Type

[jira] [Commented] (JAMES-2893) Provided unified testing dependencies

2019-09-20 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16934321#comment-16934321 ] Tellier Benoit commented on JAMES-2893: --- https://github.com/linagora/james-pro

[jira] [Commented] (JAMES-2894) Run intellij inspections : java language feature migration

2019-09-20 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16934322#comment-16934322 ] Tellier Benoit commented on JAMES-2894: --- https://github.com/linagora/james-pro

[jira] [Updated] (JAMES-2894) Run intellij inspections : java language feature migration

2019-09-20 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit updated JAMES-2894: -- Fix Version/s: 3.5.0 > Run intellij inspections : java language feature migrat

[jira] [Created] (JAMES-2894) Run intellij inspections : java language feature migration

2019-09-20 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2894: - Summary: Run intellij inspections : java language feature migration Key: JAMES-2894 URL: https://issues.apache.org/jira/browse/JAMES-2894 Project: James Server

[jira] [Closed] (JAMES-2893) Provided unified testing dependencies

2019-09-20 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2893. - Resolution: Fixed > Provided unified testing dependenc

[jira] [Closed] (JAMES-2894) Run intellij inspections : java language feature migration

2019-09-20 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2894. - Resolution: Fixed > Run intellij inspections : java language feature migrat

[jira] [Commented] (JAMES-2885) Avoid concurrent nexModSeq during flags update

2019-09-22 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935511#comment-16935511 ] Tellier Benoit commented on JAMES-2885: --- PR: https://github.com/linagora/j

[jira] [Commented] (JAMES-2813) Implement a distributed task manager

2019-09-22 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935512#comment-16935512 ] Tellier Benoit commented on JAMES-2813: --- https://github.com/linagora/james-pro

[jira] [Created] (JAMES-2895) Remove link to the outdated wiki on the website

2019-09-22 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2895: - Summary: Remove link to the outdated wiki on the website Key: JAMES-2895 URL: https://issues.apache.org/jira/browse/JAMES-2895 Project: James Server Issue

[jira] [Commented] (JAMES-2895) Remove link to the outdated wiki on the website

2019-09-22 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935514#comment-16935514 ] Tellier Benoit commented on JAMES-2895: --- https://github.com/linagora/james-pro

[jira] [Created] (JSPF-104) Use JDK 8 as a target JDK

2019-09-22 Thread Tellier Benoit (Jira)
Tellier Benoit created JSPF-104: --- Summary: Use JDK 8 as a target JDK Key: JSPF-104 URL: https://issues.apache.org/jira/browse/JSPF-104 Project: James jSPF Issue Type: Improvement

[jira] [Created] (JDKIM-44) Use JDK 8 as a target JDK

2019-09-22 Thread Tellier Benoit (Jira)
Tellier Benoit created JDKIM-44: --- Summary: Use JDK 8 as a target JDK Key: JDKIM-44 URL: https://issues.apache.org/jira/browse/JDKIM-44 Project: James jDKIM Issue Type: Improvement

[jira] [Created] (JSIEVE-113) Use JDK 8 as a target JDK

2019-09-22 Thread Tellier Benoit (Jira)
Tellier Benoit created JSIEVE-113: - Summary: Use JDK 8 as a target JDK Key: JSIEVE-113 URL: https://issues.apache.org/jira/browse/JSIEVE-113 Project: James jSieve Issue Type: Improvement

[jira] [Created] (JSPF-105) Rely on slf4j-api for logging

2019-09-22 Thread Tellier Benoit (Jira)
Tellier Benoit created JSPF-105: --- Summary: Rely on slf4j-api for logging Key: JSPF-105 URL: https://issues.apache.org/jira/browse/JSPF-105 Project: James jSPF Issue Type: Improvement

[jira] [Commented] (JAMES-2885) Avoid concurrent nexModSeq during flags update

2019-09-23 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935609#comment-16935609 ] Tellier Benoit commented on JAMES-2885: --- `This fix should not have a big impac

[jira] [Commented] (JAMES-2855) James dependencies upgrade 08/2019

2019-09-23 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935676#comment-16935676 ] Tellier Benoit commented on JAMES-2855: --- https://github.com/linagora/james-pro

[jira] [Commented] (JAMES-2886) Unable to usetransitive dependencies at runtime in Guice extension jars

2019-09-23 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935677#comment-16935677 ] Tellier Benoit commented on JAMES-2886: --- https://github.com/linagora/james-pro

[jira] [Commented] (JAMES-2855) James dependencies upgrade 08/2019

2019-09-23 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935679#comment-16935679 ] Tellier Benoit commented on JAMES-2855: --- https://github.com/linagora/james-pro

[jira] [Commented] (JAMES-2895) Remove link to the outdated wiki on the website

2019-09-23 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935682#comment-16935682 ] Tellier Benoit commented on JAMES-2895: --- See https://issues.apache.org/jira/br

[jira] [Commented] (JAMES-2855) James dependencies upgrade 08/2019

2019-09-23 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936295#comment-16936295 ] Tellier Benoit commented on JAMES-2855: --- https://github.com/linagora/james-pro

[jira] [Commented] (JAMES-2881) Add test for HeadersToHTTP/SerialiseToHTTP mailets

2019-09-23 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936305#comment-16936305 ] Tellier Benoit commented on JAMES-2881: --- Hi [~splainez], would you consider

[jira] [Created] (JAMES-2896) RabbitMQ MailQueue should support delays

2019-09-23 Thread Tellier Benoit (Jira)
Tellier Benoit created JAMES-2896: - Summary: RabbitMQ MailQueue should support delays Key: JAMES-2896 URL: https://issues.apache.org/jira/browse/JAMES-2896 Project: James Server Issue Type

[jira] [Commented] (JAMES-2813) Implement a distributed task manager

2019-09-24 Thread Tellier Benoit (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936600#comment-16936600 ] Tellier Benoit commented on JAMES-2813: --- Just merged https://github.com/lina

<    1   2   3   4   5   6   7   8   9   10   >