[jira] [Commented] (JAMES-3451) james 3.5.0 OutOfMemoryError

2020-11-30 Thread Simon Levesque (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240913#comment-17240913 ] Simon Levesque commented on JAMES-3451: --- On my side, I am using the MaridDB dr

[jira] [Commented] (JAMES-3451) james 3.5.0 OutOfMemoryError

2020-11-21 Thread Simon Levesque (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17236760#comment-17236760 ] Simon Levesque commented on JAMES-3451: --- I also use JPA with MariaDB and I hav

[jira] [Commented] (JAMES-2985) Mails deleted via POP3 DELE command are not actually deleted

2020-03-02 Thread Simon Levesque (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17049804#comment-17049804 ] Simon Levesque commented on JAMES-2985: --- Thanks for the fix Benoit. It is wor

Re: OT: (Update) Gmail Hates Me (Us?)

2020-02-05 Thread Simon Levesque
Hi Jerry, I send through SES as well, but it was mostly because Hotmail was just dropping the emails unless the user had the sender's email address in his contacts. Not putting in "spam" ; just deleting them right away. For gmail, the first emails I sent were going into the spam and after unmarki

[jira] [Commented] (JAMES-3026) OpenJPA memory leak

2020-01-22 Thread Simon Levesque (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020956#comment-17020956 ] Simon Levesque commented on JAMES-3026: --- Hi Benoit, It looks better for

[jira] [Commented] (JAMES-2985) Mails deleted via POP3 DELE command are not actually deleted

2020-01-20 Thread Simon Levesque (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019401#comment-17019401 ] Simon Levesque commented on JAMES-2985: --- I can let you. I have many other th

[jira] [Commented] (JAMES-2985) Mails deleted via POP3 DELE command are not actually deleted

2020-01-13 Thread Simon Levesque (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014806#comment-17014806 ] Simon Levesque commented on JAMES-2985: --- Hi all, I got the same issue using 3

[jira] [Commented] (JAMES-3026) OpenJPA memory leak

2020-01-12 Thread Simon Levesque (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013981#comment-17013981 ] Simon Levesque commented on JAMES-3026: --- I updated the code everywhere

[jira] [Created] (JAMES-3026) OpenJPA memory leak

2020-01-12 Thread Simon Levesque (Jira)
Simon Levesque created JAMES-3026: - Summary: OpenJPA memory leak Key: JAMES-3026 URL: https://issues.apache.org/jira/browse/JAMES-3026 Project: James Server Issue Type: Bug

[jira] [Updated] (JAMES-2735) Update mailet and matcher that uses the headers and the per recipients

2019-07-11 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Levesque updated JAMES-2735: -- Description: Currently, the RemoveHeader and HasHeader components are only acting on the

[jira] [Updated] (JAMES-2735) Update mailet and matcher that uses the headers and the per recipients

2019-07-11 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Levesque updated JAMES-2735: -- Description: Currently, the RemoveHeader and HasHeader components are only acting on the

[jira] [Updated] (JAMES-2735) Update mailet and matcher that uses the headers and the per recipients

2019-07-11 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Levesque updated JAMES-2735: -- Summary: Update mailet and matcher that uses the headers and the per recipients (was: Add new

[jira] [Created] (JAMES-2735) Add new mailet and matcher that uses the headers and the per recipients

2019-04-18 Thread Simon Levesque (JIRA)
Simon Levesque created JAMES-2735: - Summary: Add new mailet and matcher that uses the headers and the per recipients Key: JAMES-2735 URL: https://issues.apache.org/jira/browse/JAMES-2735 Project

[jira] [Commented] (JAMES-2735) Add new mailet and matcher that uses the headers and the per recipients

2019-04-18 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820968#comment-16820968 ] Simon Levesque commented on JAMES-2735: --- as discussed, I will do a pull req

Re: [ANNOUNCE] Apache James 3.3.0 released

2019-04-01 Thread Simon Levesque
Hi Antoine, is it normal that it is still not yet on Maven? - https://mvnrepository.com/artifact/org.apache.james/james-server-jpa-guice - https://mvnrepository.com/artifact/org.apache.james/apache-mailet-api Shows the latest is still 3.2.0. thanks On Wed, 27 Mar 2019 at 06:52, Antoine

Re: How do you develop James?

2019-03-19 Thread Simon Levesque
), JPA, Spring, ...) - Which parts are do much in decay that they should be deprecated and removed later on thanks On Tue, 19 Mar 2019 at 04:48, Matthieu Baechler wrote: > Hi Simon, > > On Mon, 2019-03-18 at 13:31 -0400, Simon Levesque wrote: > > Hi Raphael, > > >

Re: How do you develop James?

2019-03-18 Thread Simon Levesque
Hi Raphael, I am using Eclipse IDE 2018‑12 . > Once installed the Maven Eclipse plugin, you can safely ignore these Maven features. I was ignoring them, but the code won't compile, so I cannot run it. > About old libraries, can you be more precise? I am mostly talking about the core platform: Sp

Re: How do you develop James?

2019-03-14 Thread Simon Levesque
ist.jpa.model.JPADomain*), so I will have to run them from outside Eclipse. On Thu, 14 Mar 2019 at 16:15, Simon Levesque wrote: > Hi Garry, > > I only use Linux and m2e pluging is complaining. > > On Thu, 14 Mar 2019 at 09:25, Garry Hurley > wrote: > >> Vincent you

Re: How do you develop James?

2019-03-14 Thread Simon Levesque
. > > It is easy to build these projects by maven. > > > > Vincent > > > >> On Thu, Mar 14, 2019 at 8:19 AM Simon Levesque > wrote: > >> > >> Hi all, > >> > >> I spend a lots of days trying to set up an environment to run James

Re: How do you develop James?

2019-03-14 Thread Simon Levesque
t; Vincent > > On Thu, Mar 14, 2019 at 8:19 AM Simon Levesque wrote: > > > > Hi all, > > > > I spend a lots of days trying to set up an environment to run James in an > > IDE to be able to debug and fix things, but I didn't succeed. > > > >1.

How do you develop James?

2019-03-14 Thread Simon Levesque
Hi all, I spend a lots of days trying to set up an environment to run James in an IDE to be able to debug and fix things, but I didn't succeed. 1. Import James in Eclipse 1. Eclipse is complaining that there are Maven features that are not supported 2. Some projects do not co

Re: [jira] [Commented] (JAMES-2660) Sample mariadb jpa file is wrong

2019-02-20 Thread Simon Levesque
URL: https://issues.apache.org/jira/browse/JAMES-2660 > > Project: James Server > > Issue Type: Bug > > Components: jpa > >Affects Versions: 3.2.0 > >Reporter: Simon Levesque > >Priority: Minor > &g

[jira] [Created] (JAMES-2660) Sample mariadb jpa file is wrong

2019-02-18 Thread Simon Levesque (JIRA)
Simon Levesque created JAMES-2660: - Summary: Sample mariadb jpa file is wrong Key: JAMES-2660 URL: https://issues.apache.org/jira/browse/JAMES-2660 Project: James Server Issue Type: Bug

James 3.2.0 link is not available to download

2019-01-29 Thread Simon Levesque
Hi all, from http://james.apache.org/download.cgi#Apache_James_Server it points to Binary (ZIP Format) for Spring wiring: https://www.apache.org/dyn/closer.lua/james/server/james-server-app-3.2.0-app.zip which says: "The requested file or directory is not on the mirrors.". Then, trying the archive

Re: Next Steps for James

2018-05-07 Thread Simon Levesque
do that, the core should have more frequent releases. regards On Sun, 6 May 2018 at 21:59 Benoit Tellier wrote: > Hi. > > Le 07/05/2018 à 06:47, Simon Levesque a écrit : > >> 1. DOCS and TUTORIALS > > > > To help get new documentation fast, a wiki would be b

Re: Next Steps for James

2018-05-06 Thread Simon Levesque
> slow release schedule I totally agree. As a recall, the last one is from last October, which would be fine if nothing happened since, but there are a lot of commits so there should have way more releases. I had to manually create a new release from "master" to have my fixes and I would prefer to

Re: Data Source Pool is not validating connections

2018-05-01 Thread Simon Levesque
My solution is working, so I created https://issues.apache.org/jira/browse/JAMES-2386 and a pull request. Enjoy On 30 April 2018 at 22:02, Simon Levesque wrote: > Hello, > > I was seeing a couple exceptions in different calls: > - Getting the list of emails via imap > - Reading

[jira] [Updated] (JAMES-2386) Data Source Pool is not validating connections

2018-05-01 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Levesque updated JAMES-2386: -- Description: I was seeing a couple exceptions in different calls: * Getting the list of emails

[jira] [Updated] (JAMES-2386) Data Source Pool is not validating connections

2018-05-01 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Levesque updated JAMES-2386: -- Description: I was seeing a couple exceptions in different calls: * Getting the list of emails

[jira] [Created] (JAMES-2386) Data Source Pool is not validating connections

2018-05-01 Thread Simon Levesque (JIRA)
Simon Levesque created JAMES-2386: - Summary: Data Source Pool is not validating connections Key: JAMES-2386 URL: https://issues.apache.org/jira/browse/JAMES-2386 Project: James Server Issue

Data Source Pool is not validating connections

2018-04-30 Thread Simon Levesque
Hello, I was seeing a couple exceptions in different calls: - Getting the list of emails via imap - Reading the emails via imap - Sending emails - Resolving the rewrite table - even in my personal mailet The only thing in common was the "cause" of the exception: Caused by: java.sql.SQLNonTransi

Re: Is it normal that HBASE test is failing?

2018-04-24 Thread Simon Levesque
ental. I > will open a ticket for clearly documenting that (website + default > configuration files). > > By the way, the HBase back-end might benefit from contributions. Don't > hesitate to reach us if you want to help on this. > > Cheers, > > Benoit Tellier > >

[jira] [Created] (JAMES-2384) When there is no body, getting a NullPointerException

2018-04-23 Thread Simon Levesque (JIRA)
Simon Levesque created JAMES-2384: - Summary: When there is no body, getting a NullPointerException Key: JAMES-2384 URL: https://issues.apache.org/jira/browse/JAMES-2384 Project: James Server

[jira] [Commented] (JAMES-2384) When there is no body, getting a NullPointerException

2018-04-23 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449036#comment-16449036 ] Simon Levesque commented on JAMES-2384: --- I have a fix and will push it &g

[jira] [Created] (JAMES-2383) Missing ignore for Eclipse and Maven generated files

2018-04-23 Thread Simon Levesque (JIRA)
Simon Levesque created JAMES-2383: - Summary: Missing ignore for Eclipse and Maven generated files Key: JAMES-2383 URL: https://issues.apache.org/jira/browse/JAMES-2383 Project: James Server

[jira] [Commented] (JAMES-2383) Missing ignore for Eclipse and Maven generated files

2018-04-23 Thread Simon Levesque (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449030#comment-16449030 ] Simon Levesque commented on JAMES-2383: --- I have a fix and will push it >

Is it normal that HBASE test is failing?

2018-04-23 Thread Simon Levesque
By normal, I mean that it is happening for everybody ; not just on my machine. It is failing on "master" and also in the tag for version 3.0.1 thanks

[jira] [Created] (JAMES-2338) quick-start - Typo

2018-02-14 Thread Simon Levesque (JIRA)
Simon Levesque created JAMES-2338: - Summary: quick-start - Typo Key: JAMES-2338 URL: https://issues.apache.org/jira/browse/JAMES-2338 Project: James Server Issue Type: Bug