Re: James SMTP Model

2020-06-26 Thread David Leangen
> My first questions are about SMTP. After a bit of resisting, I finally bit the bullet and downloaded IntelliJ. I am now able to compile and navigate my way through the code in an IDE, so I should be able to make better progress. > * How does James model SMTP? > * Where can I find SMTP rela

[jira] [Commented] (JAMES-3277) Don't read outbox mailbox for each message in SetMessagesUpdateProcessor

2020-06-26 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146078#comment-17146078 ] Benoit Tellier commented on JAMES-3277: --- https://github.com/linagora/james-project/

Re: James SMTP Model

2020-06-26 Thread Eugen Stan
Hello David, I'll give it a try, but my knowledge is not that extensive at the moment. SMTP is a protocol for for transfering email (as the name suggests :D ) https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol . A short, probably not entirely correct summary follows, with references to

[jira] [Commented] (JAMES-2335) Modernize James configuration

2020-06-26 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146140#comment-17146140 ] Ioan Eugen Stan commented on JAMES-2335: [~dleangen] Apache Commons Configurati

[jira] [Commented] (JAMES-2335) Modernize James configuration

2020-06-26 Thread Matthieu Baechler (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146189#comment-17146189 ] Matthieu Baechler commented on JAMES-2335: -- Commons-configuration is a pain: old

Re: James SMTP Model

2020-06-26 Thread Raphaël Ouazana-Sustowski
Hello, It seems you missed at least one common use case. An external SMTP server should be allowed to contact your SMTP server to send you emails related to your domains. This is the remote delivery part, but for your own server. For this use case you need a SMTP server that is listening on

[jira] [Commented] (JAMES-3286) Improve BTreeIndex log message

2020-06-26 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146198#comment-17146198 ] Benoit Tellier commented on JAMES-3286: --- Can we configure logback.xml to exclude IN

[jira] [Commented] (JAMES-3284) Reduce logging level of converters to TRACE

2020-06-26 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146202#comment-17146202 ] Benoit Tellier commented on JAMES-3284: --- Please configure the logger to exclude INF

[jira] [Commented] (JAMES-3284) Reduce logging level of converters to TRACE

2020-06-26 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146204#comment-17146204 ] Benoit Tellier commented on JAMES-3284: --- https://github.com/apache/james-project/pu

[jira] [Resolved] (JAMES-3284) Reduce logging level of converters to TRACE

2020-06-26 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Leangen resolved JAMES-3284. -- Resolution: Invalid > Reduce logging level of converters to TRACE > ---

[jira] [Updated] (JAMES-3284) Reduce logging level of converters to TRACE

2020-06-26 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Leangen updated JAMES-3284: - Attachment: logback.xml > Reduce logging level of converters to TRACE > -

[jira] [Commented] (JAMES-3284) Reduce logging level of converters to TRACE

2020-06-26 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146217#comment-17146217 ] David Leangen commented on JAMES-3284: -- Yes, that works very nicely. I have attached

[jira] [Commented] (JAMES-3286) Improve BTreeIndex log message

2020-06-26 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146220#comment-17146220 ] David Leangen commented on JAMES-3286: -- Yes, that works very nicely. I have attached

[jira] [Resolved] (JAMES-3286) Improve BTreeIndex log message

2020-06-26 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Leangen resolved JAMES-3286. -- Resolution: Invalid > Improve BTreeIndex log message > -- > >

[jira] [Updated] (JAMES-3286) Improve BTreeIndex log message

2020-06-26 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Leangen updated JAMES-3286: - Attachment: logback.xml > Improve BTreeIndex log message > -- > >

[jira] [Commented] (JAMES-3271) Implement checkstyle and code formatting for gradle

2020-06-26 Thread Jira
[ https://issues.apache.org/jira/browse/JAMES-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146225#comment-17146225 ] René Cordier commented on JAMES-3271: - An attempt for the checkstyle with Gradle: ht