[jira] [Resolved] (JAMES-3215) Remove SSL support in James

2020-06-15 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan resolved JAMES-3215. Resolution: Won't Fix > Remove SSL support in Ja

[jira] [Commented] (JAMES-3215) Remove SSL support in James

2020-06-15 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135513#comment-17135513 ] Ioan Eugen Stan commented on JAMES-3215: I also don't think we should remove TLS form James

[jira] [Assigned] (JAMES-3215) Remove SSL support in James

2020-06-15 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-3215: -- Assignee: Ioan Eugen Stan > Remove SSL support in Ja

[jira] [Commented] (JAMES-3214) Remove test only libraries from being pulled as transitive dependencies of production artifacts

2020-06-12 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134176#comment-17134176 ] Ioan Eugen Stan commented on JAMES-3214: Using `gradle -q dependencies --configuration

[jira] [Updated] (JAMES-3214) Remove test only libraries from being pulled as transitive dependencies of production artifacts

2020-06-12 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan updated JAMES-3214: --- Attachment: runtimeClasspath.txt > Remove test only libraries from being pul

[jira] [Created] (JAMES-3214) Remove test only libraries from being pulled as transitive dependencies of production artifacts

2020-06-12 Thread Ioan Eugen Stan (Jira)
Ioan Eugen Stan created JAMES-3214: -- Summary: Remove test only libraries from being pulled as transitive dependencies of production artifacts Key: JAMES-3214 URL: https://issues.apache.org/jira/browse/JAMES-3214

Re: Implementing more things in scala

2020-06-12 Thread Eugen Stan
Hi, Please use Eugen. That is my given name. Stan is my family name. La 11.06.2020 11:27, Tellier Benoit a scris: > On 10/06/2020 15:19, Eugen Stan wrote: >> I'm mostly referring to libraries. Having a library bring a dependency >> like scala is a no-no on my part. >> >&

Re: James architecture: core components, sub-components and utility components

2020-06-12 Thread Eugen Stan
gt;>>> # Server Administration >>>> >>>> ## REST administration via WebAdmin >>>> >>>> James specific REST APIs to manage other components, and their >>>> specific >>>> implementations. >>>> >>>> WebAdmin routes are defined in a modular way, the webadmin API will >>>> thus >>>> be product specific. >>>> >>>> Specification: >>>> >>>> Key interface: >>>>    - **Routes** enables registering additional REST endpoints. >>>> >>>> Plugin: a user can define custom webadmin routes. >>>> >>>> ## Administration via the CLI >>>> >>>> Command Line interface to manage James. >>>> >>>> This CLI is not product specific, some command will not work for some >>>> products. >>>> >>>> The CLI relies on JMX protocol and can represent a potential >>>> vulnerabilities. Guice products enables disabing it. A long term >>>> work is >>>> to port the CLI to rely on the WebAdmin REST APIs. >>>> >>>> # Utility components >>>> >>>> These components offers services core-components implementations can >>>> rely on. >>>> >>>> ## BlobStore >>>> >>>> Stores potentially large binary data. >>>> >>>> Entity: >>>>    - **Blob**: Binary data >>>> >>>> Key interface: BlobStore >>>> >>>> Implementations: >>>>    - Memory >>>>    - ObjectStorage (S3/Swift) >>>> >>>> ## TaskManager >>>> >>>> Allows to control and schedule long running tasks run by other >>>> components. Among other it enables scheduling, progress monitoring, >>>> cancelation of long running tasks >>>> >>>> Entity: >>>>    - **Task**: An operation performed by the TaskManager >>>>    - **Task additional information**: Task specific information. >>>> Exposes >>>> specific details about this task and how its execution went on. >>>> >>>> Key interface: **TaskManager**. >>>> >>>> Implementations: >>>>    - Memory >>>>    - Distributed (cassandra + RabbitMQ) >>>> >>>> ## Metrics >>>> >>>> Enables recording execution timing for various operation within James. >>>> Enables fine grained performance monitoring of a running James server, >>>> for example using grafana boards. >>>> >>>> Key interface: **MetricFactory**. >>>> >>>> Implementation: >>>>    - Default >>>>    - DropWizard >>>> >>>> ## HealthChecks >>>> >>>> Enables knowing the status of each components within a running James >>>> server. >>>> >>>> This is both periodically logged, and exposed via WebAdmin. >>>> >>>> Key interface: **HealthCheck**. >>>> >>>> ## Event sourcing >>>> >>>> Event sourcing implementation for the James server. Enables components >>>> to rely on event sourcing technics for taking decisions. >>>> >>>> Here the definition of event is not the one of the mailbox, we are >>>> in a >>>> different bounded context. >>>> >>>> Entity: >>>> >>>>    - **Aggregate** represents an entity on which actions are performed >>>>    - **command** represents actions we wish to perform on this >>>> aggregate >>>>    - **events** represent modifications of the aggregate. The state >>>> of the >>>> aggregate can be computed from its event history. >>>>    - **CommandHandler** applies commands on aggregates and >>>> generates the >>>> resulting events. >>>>    - **Subscriber** enables applying actions upon events. >>>> >>>> Key interfaces: >>>> >>>>    - **EventStore** stores events generated by event sourcing. >>>> Implemented >>>> in Memory and on top of Cassandra. >>>> >>>> ## JSON serialization >>>> >>>> Generic mechanism for modular JSON serialization of entities. >>>> >>>> Sample usages: >>>>    - Task >>>>    - Task additional details >>>>    - Event sourcing events >>>> >>>> - >>>> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org >>>> For additional commands, e-mail: server-dev-h...@james.apache.org >>>> >>>> >>> - >>> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org >>> For additional commands, e-mail: server-dev-h...@james.apache.org >>> >> - >> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org >> For additional commands, e-mail: server-dev-h...@james.apache.org >> >> > > - > To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org > For additional commands, e-mail: server-dev-h...@james.apache.org > -- Eugen Stan +40720 898 747 / netdava.com <> signature.asc Description: OpenPGP digital signature

Re: Distributed James: make ElasticSearch indexing optional?

2020-06-12 Thread Eugen Stan
ter/src/adr/0036-against-use-of-conditional-statements-in-guice-modules.md >> >> >> >> - >> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org >> For additional commands, e-mail: server-dev-h...@james.apache.org >> > - > To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org > For additional commands, e-mail: server-dev-h...@james.apache.org > -- Eugen Stan +40720 898 747 / netdava.com <> signature.asc Description: OpenPGP digital signature

[jira] [Commented] (JAMES-3209) Auth Module to make James usable with Nginx mail proxy for TLS termination

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132775#comment-17132775 ] Ioan Eugen Stan commented on JAMES-3209: how to create a SslContext from PEM. See comments

[jira] [Comment Edited] (JAMES-3209) Auth Module to make James usable with Nginx mail proxy for TLS termination

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132731#comment-17132731 ] Ioan Eugen Stan edited comment on JAMES-3209 at 6/10/20, 9:34 PM: -- Yes

[jira] [Commented] (JAMES-3209) Auth Module to make James usable with Nginx mail proxy for TLS termination

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132731#comment-17132731 ] Ioan Eugen Stan commented on JAMES-3209: Yes [~dleangen], both are valid solutions IMO. What

[jira] [Commented] (JAMES-3209) Auth Module to make James usable with Nginx mail proxy for TLS termination

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132706#comment-17132706 ] Ioan Eugen Stan commented on JAMES-3209: Thanks for the comment [~rouazana]. I checkd some time

[jira] [Commented] (JAMES-3209) Auth Module to make James usable with Nginx mail proxy for TLS termination

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130647#comment-17130647 ] Ioan Eugen Stan commented on JAMES-3209: The implementation might end up splitted for each

[jira] [Commented] (JAMES-3206) Keystore Exception when running the "Basic" Server

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130642#comment-17130642 ] Ioan Eugen Stan commented on JAMES-3206: See https://issues.apache.org/jira/browse/JAMES-3209 . I

[jira] [Created] (JAMES-3209) Auth Module to make James usable with Nginx mail proxy for TLS termination

2020-06-10 Thread Ioan Eugen Stan (Jira)
Ioan Eugen Stan created JAMES-3209: -- Summary: Auth Module to make James usable with Nginx mail proxy for TLS termination Key: JAMES-3209 URL: https://issues.apache.org/jira/browse/JAMES-3209

[jira] [Commented] (JAMES-3206) Keystore Exception when running the "Basic" Server

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130617#comment-17130617 ] Ioan Eugen Stan commented on JAMES-3206: You can start James on non standard ports for local

Re: better dev experience - make integration tests OPT IN ?

2020-06-10 Thread Eugen Stan
I don't know what is going wrong for the compilation error you > have attached to your mail. > > Cheers, > > Benoit > > On 09/06/2020 05:00, Eugen Stan wrote: >> Hello, >> >> It's been a while since I wrote on this list. I just tried to build >> James

[jira] [Commented] (JAMES-3206) Keystore Exception when running the "Basic" Server

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130409#comment-17130409 ] Ioan Eugen Stan commented on JAMES-3206: I did not try this, but you should be able to use nginx

Re: better dev experience - make integration tests OPT IN ?

2020-06-10 Thread Eugen Stan
ow things down. I did not have a chance to look at gradle composite builds https://docs.gradle.org/current/userguide/composite_builds.html . I did not try it but I suspect we can: - have our library repositories - move the application parts in another git repo - using a composite build to bring li

Re: Implementing more things in scala

2020-06-10 Thread Eugen Stan
g James libraries from other languages - with examples - I support extending James API's in other languages and/or tools - with the caveat that we will have to maintain or drop that if no one steps in to maintain it - I support adding NEW implementations for protocols, API's / libraries in other

[jira] [Commented] (JAMES-3206) Keystore Exception when running the "Basic" Server

2020-06-10 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17130130#comment-17130130 ] Ioan Eugen Stan commented on JAMES-3206: I believe this has more to do with how keystore work

[jira] [Closed] (JAMES-1975) Move JDKIM mailets to James project

2020-06-09 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1975. -- Resolution: Fixed > Move JDKIM mailets to James proj

[jira] [Commented] (JAMES-3179) Run a static analyzer

2020-06-09 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129035#comment-17129035 ] Ioan Eugen Stan commented on JAMES-3179: Gradle migration sounds nice. I think we can do some

[jira] [Updated] (JAMES-1768) As an administrator, I should be able to choose the IMAP commands I expose

2020-06-09 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan updated JAMES-1768: --- Fix Version/s: (was: 3.0.0) > As an administrator, I should be able to choose the I

[jira] [Commented] (JAMES-1481) Ability to Remove Server Version from Welcome Message

2020-06-09 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129028#comment-17129028 ] Ioan Eugen Stan commented on JAMES-1481: We should specify this feature in the user manual

[jira] [Commented] (JAMES-3205) Remove com.github.steveash.guavate from dependencies

2020-06-09 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129027#comment-17129027 ] Ioan Eugen Stan commented on JAMES-3205: The issue with guava was that they broke API's since

[jira] [Created] (JAMES-3205) Remove com.github.steveash.guavate from dependencies

2020-06-08 Thread Ioan Eugen Stan (Jira)
Ioan Eugen Stan created JAMES-3205: -- Summary: Remove com.github.steveash.guavate from dependencies Key: JAMES-3205 URL: https://issues.apache.org/jira/browse/JAMES-3205 Project: James Server

better dev experience - make integration tests OPT IN ?

2020-06-08 Thread Eugen Stan
les: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR]   mvn -rf :event-sourcing-event-store-api Regards, -- Eugen Stan +40720 898 747 / netdava.

Re: Implementing more things in scala

2020-06-08 Thread Eugen Stan
> =David > > > > ----- > To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org > For additional commands, e-mail: server-dev-h...@james.apache.org > -- Eugen Stan +40720 898 747 / netdava.com <> signature.asc Description: OpenPGP digital signature

[jira] [Closed] (JAMES-1479) Create a Guice module

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1479. -- Resolution: Fixed I believe this was fixed in latest version of James and it's running

[jira] [Commented] (JAMES-1477) Replace @Resource with @Inject where it can

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17128640#comment-17128640 ] Ioan Eugen Stan commented on JAMES-1477: There are just a few @Resource  annotations left

[jira] [Closed] (JAMES-1477) Replace @Resource with @Inject where it can

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1477. -- Resolution: Fixed > Replace @Resource with @Inject where it

[jira] [Commented] (JAMES-1477) Replace @Resource with @Inject where it can

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17128641#comment-17128641 ] Ioan Eugen Stan commented on JAMES-1477: Thanks @Eric > Replace @Resource with @Inject wh

[jira] [Closed] (JAMES-1476) ArrayIndexOutOfBoundsException when searching in ImapFolder

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1476. -- Assignee: Ioan Eugen Stan Resolution: Won't Fix This issue is old and the beta version

[jira] [Commented] (JAMES-1765) Release James 3.0

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17128634#comment-17128634 ] Ioan Eugen Stan commented on JAMES-1765: We have released James 3 and we should close this issue

[jira] [Closed] (JAMES-1631) Can't start James 2.3.2.1 on Windows

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1631. -- Resolution: Fixed Closing this old issue. We are cleaning Jira. Please upgrade to a more

[jira] [Closed] (JAMES-1567) doesnt work on ubuntu14.04 althougth my classpath is set

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1567. -- Resolution: Fixed We are cleaning the issues. This is an old one for a beta version we

[jira] [Closed] (JAMES-1551) Jira test issue service

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1551. -- Resolution: Won't Do This was a test. > Jira test issue serv

[jira] [Closed] (JAMES-1544) Execution make-war of goal org.apache.maven.plugins:maven-war-plugin:2.3:war failed: basedir .../james/app/src/main/config/war does not exist

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1544. -- Resolution: Fixed We are doing some issue cleaning. Closing this as old. Please reopen

[jira] [Closed] (JAMES-1525) Out of Memory issue while using the james

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1525. -- Resolution: Fixed Please reopen with more details if still relevant. I'm on a cleaning spree

[jira] [Closed] (JAMES-1522) Running james 3.0beta5 fails due to unsatisfied dependencies

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1522. -- Resolution: Fixed Please reopen if still relevant. The release is old. I'm on a cleaning spree

[jira] [Closed] (JAMES-1509) SSL/TLS IMAP doesn't work with MS Outlook

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1509. -- Resolution: Abandoned The version is old, unmaintained and was a beta. Please reopen if still

[jira] [Closed] (JAMES-1507) James starts then dies about 3 seconds later

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1507. -- Resolution: Abandoned The version is no longer maintained or available. It was a beta. Please

[jira] [Closed] (JAMES-1497) Cannot create the tables in the Oracle database.(Oracle 10g)

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1497. -- Resolution: Fixed It seems this has been fixed. In anycase we won't be doing any more work

[jira] [Closed] (JAMES-1481) Ability to Remove Server Version from Welcome Message

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1481. -- Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > Abil

[jira] [Closed] (JAMES-1503) [GSOC 2013] Hupa james-client instead of imap-client

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1503. -- Resolution: Abandoned I beleive JMAP is the way to go. I'm closing this for now. Please reopen

[jira] [Closed] (JAMES-1420) Cannot be brought up james 3.0 beta4 with JDK1.7

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1420. -- Resolution: Abandoned Please reopen if still relevant. I'm on a closing spree. > Can

[jira] [Closed] (JAMES-1406) james windows launcher failing on "james restart"

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1406. -- Resolution: Abandoned This was for a beta version, not a final release. Please reopen if still

[jira] [Closed] (JAMES-1353) Make configuration prefix configurable in ConfigurationProviderImpl

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1353. -- Resolution: Abandoned Please reopen if still relevant and willing to work on it. I'm

[jira] [Closed] (JAMES-1272) Roadmap for Apache James Server 3.1

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1272. -- Resolution: Fixed Please reopen if still relevant. I'm on a cleaning spree. 3.1 was released

[jira] [Closed] (JAMES-1138) OpenJPA InvalidStateException when using MySQL with openjpa.streaming=true

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1138. -- Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. We have

[jira] [Closed] (JAMES-1254) {JAMES 2.x} James throw exception on startup when using LDAPUserRepository

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1254. -- Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > {JAMES

[jira] [Closed] (JAMES-908) Remove tools

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-908. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > Remove to

[jira] [Closed] (JAMES-898) WARN mailstore: Exception caught while retrieving a stream

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-898. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree

[jira] [Closed] (JAMES-894) phoenix.sh/run.bat mention both PHOENIX_OPTS and PHOENIX_JVM_OPTS, only one works

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-894. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree

[jira] [Closed] (JAMES-799) dbcp causes "Address already in use: connect" exception and server fails

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-799. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > dbcp cau

[jira] [Closed] (JAMES-796) Do also query authoritative nameservers to obtain MX record

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-796. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > Do also qu

[jira] [Closed] (JAMES-616) Add chi-square-based spam filter approach to BayesianAnalyzer.

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-616. - Resolution: Fixed Please reopen if still relevant. I'm on a cleaning spree. > Add chi-squ

[jira] [Closed] (JAMES-599) BeanShell Scripting in James

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-599. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > BeanSh

[jira] [Closed] (JAMES-685) Ideas for James Config XML changes

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-685. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > Id

[jira] [Commented] (JAMES-685) Ideas for James Config XML changes

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17128576#comment-17128576 ] Ioan Eugen Stan commented on JAMES-685: --- Are you planning to work on this? If not we should close

[jira] [Closed] (JAMES-531) Microsoft's TNEF decoding mailet

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-531. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > Microsof

[jira] [Assigned] (JAMES-531) Microsoft's TNEF decoding mailet

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-531: - Assignee: Ioan Eugen Stan > Microsoft's TNEF decoding mai

[jira] [Closed] (JAMES-517) Add support for clustering

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-517. - Resolution: Abandoned Please reopen if still relevant. I'm on a cleaning spree. > Add supp

[jira] [Commented] (JAMES-517) Add support for clustering

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17128573#comment-17128573 ] Ioan Eugen Stan commented on JAMES-517: --- I believe we have clustering capabilities via Casandra

[jira] [Assigned] (JAMES-517) Add support for clustering

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-517: - Assignee: Ioan Eugen Stan > Add support for cluster

[jira] [Closed] (JAMES-304) secure remote delivery opportunistically or even allow make TLS mandatory

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-304. - Resolution: Abandoned Please reopen if relevant. I'm on a cleaning spree. This is for a very old

[jira] [Closed] (JAMES-1513) Default configurations for server Fail

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1513. -- Resolution: Abandoned Please reopen if relevant. I'm on a cleaning spree. This is for a beta

[jira] [Assigned] (JAMES-1513) Default configurations for server Fail

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-1513: -- Assignee: Ioan Eugen Stan > Default configurations for server F

[jira] [Closed] (JAMES-1511) James Server Fails with Thunderbird

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1511. -- Resolution: Abandoned Please reopen if relevant. I'm on a cleaning spree. This is for an old

[jira] [Assigned] (JAMES-1511) James Server Fails with Thunderbird

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-1511: -- Assignee: Ioan Eugen Stan > James Server Fails with Thunderb

[jira] [Closed] (JAMES-1510) Install Docs do not match actual distribution.

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1510. -- Resolution: Abandoned Please reopen if relevant. I'm on a cleaning spree. > Install Docs

[jira] [Assigned] (JAMES-1510) Install Docs do not match actual distribution.

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-1510: -- Assignee: Ioan Eugen Stan > Install Docs do not match actual distribut

[jira] [Closed] (JAMES-2755) Javadoc link not working

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-2755. -- Resolution: Won't Fix We are migrating to a new documentation website and won't fix older

[jira] [Assigned] (JAMES-2755) Javadoc link not working

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-2755: -- Assignee: Ioan Eugen Stan > Javadoc link not work

[jira] [Closed] (JAMES-2568) mailetcontainer-template.xml HREF is pointed to an incorrect page.

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-2568. -- Resolution: Fixed Reported as fixed. Reopen if relevant. I'm on a cleaning spree

[jira] [Assigned] (JAMES-2568) mailetcontainer-template.xml HREF is pointed to an incorrect page.

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-2568: -- Assignee: Ioan Eugen Stan > mailetcontainer-template.xml HREF is poin

[jira] [Closed] (JAMES-1612) dev-build documentation is not consistent wrt beta4

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1612. -- Assignee: Ioan Eugen Stan Resolution: Abandoned Reopen if relevant in the future. >

[jira] [Closed] (JAMES-1219) Document server web site for 3.0-M3 milestone

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1219. -- Fix Version/s: 3.5.0 Resolution: Abandoned > Document server web site for 3.0

[jira] [Closed] (JAMES-847) UPGRADE.txt in trunk provides docs for updating from 2.2.0 to 2.3.0: should be updated

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-847. - Resolution: Abandoned Reopen if relevant in the future. > UPGRADE.txt in trunk provides d

[jira] [Closed] (JAMES-1388) Implement distribuited mailbox locking using zookeeper

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1388. -- Resolution: Abandoned Reopen this issue if it relevant in the future. > Implem

[jira] [Closed] (JAMES-1387) [gsoc2012] Prepare James for running in a clustered setup - distributed James

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1387. -- Resolution: Abandoned We have a version using Casandra. Reopen this issue if it relevant

[jira] [Closed] (JAMES-1446) OSGI Love

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1446. -- Resolution: Abandoned I'm not working on OSGi compatibility. Reopen this issue if it relevant

[jira] [Closed] (JAMES-1461) Make build faster - introduce Live Tests in profile

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1461. -- Resolution: Abandoned I'm not working on OSGi compatibility. Reopen this issue if it relevant

[jira] [Closed] (JAMES-1490) Fix failing integration tests

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1490. -- Resolution: Abandoned Not working on it anymore. Reopen if things change. > Fix fail

[jira] [Closed] (JAMES-1485) Migrate to fluendo skin

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1485. -- Resolution: Abandoned > Migrate to fluendo s

[jira] [Closed] (JAMES-1374) Migrate James web sites to Apache CMS

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1374. -- Resolution: Duplicate Using Antora.org and asciidoc > Migrate James web sites to Apache

[jira] [Closed] (MAILBOX-173) [gsoc2012] Distribuited mailbox indexing over HBase/HDFS

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/MAILBOX-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed MAILBOX-173. --- Resolution: Abandoned The HBase implementation has been removed from James some time ago

[jira] [Closed] (JAMES-1343) Debian packages for james artifacts

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan closed JAMES-1343. -- Resolution: Won't Fix Times have changed. Packaging for official Debian is quite hard. Use

[jira] [Assigned] (JAMES-1975) Move JDKIM mailets to James project

2020-06-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan reassigned JAMES-1975: -- Assignee: Ioan Eugen Stan > Move JDKIM mailets to James proj

Re: OFBiz-GraphQL Webinar Recording on YouTube

2020-06-08 Thread Eugen Stan
uTube. >> >> Thank you Girish Vasmatkar for this doing this webinar and providing the >> recording for upload. >> >> Best regards, >> Pranay Pandey >> -- Eugen Stan +40720 898 747 / netdava.com <> signature.asc Description: OpenPGP digital signature

Re: New Online Help, base on ci.apache.org/projects/ofbiz/site/ofbizdoc

2020-06-08 Thread Eugen Stan
>>>>>>> * it would be possible to give a other uri (for user >>>>>> documentation) >>>>>>>>>>>>>> * if the anchor in the user documentation for this >>>> screen >>>>>> is put, the new help is used otherwise the older link is used >>>>>>>>>>>>>> If this solution is validated, next step will be to update all >>>>>> the screens with the correct link value >>>>>>>>>>>>>> I propose to create the Jira (and the implmentation) with this >>>>>> very simple solution (using the doc generated by Buildbot as >>>> documentation >>>>>> site) >>>>>>>>>>>>>> when some other people with a good knowledge of gradle and/or >>>>>> ofbiz cms have time to do a internal documentation website, it will be >>>>>> possible to >>>>>>>>>>>>>> change the default uri ;-) >>>>>>>>>>>>>> >>>>>>>>>>>>>> what's your opinion about ? >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> Le 26/02/2020 à 17:10, Olivier Heintz a écrit : >>>>>>>>>>>>>>> inline >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Le 26/02/2020 à 14:02, Taher Alkhateeb a écrit : >>>>>>>>>>>>>>>> Hello Olivier, >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Without digging into much detail, I can say that it's a good >>>>>> idea to >>>>>>>>>>>>>>>> switch the online help system to asciidoc. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> The current structure of asciidoc templates is designed to >> be >>>> a >>>>>> full >>>>>>>>>>>>>>>> manual document. To link up different pages to different >>>>>> sections, you >>>>>>>>>>>>>>>> need to break the documentation down to smaller files and >> then >>>>>> combine >>>>>>>>>>>>>>>> them. This way you can have both the "big" manual and the >> "per >>>>>> screen" >>>>>>>>>>>>>>>> help section. >>>>>>>>>>>>>>> In my experience, as I'm working with >>>>>>>>>>>>>>>- current ofbiz online help >>>>>>>>>>>>>>>- ofbiz webhelp >>>>>>>>>>>>>>>- some static doc website done with Grav (build with >>>>>> multiple small files) >>>>>>>>>>>>>>>- some static doc website done with asciidoc (only one >>>>>> large file) >>>>>>>>>>>>>>>- ... >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> With multiple small files it's needed to have a very good >>>> search >>>>>> engine and a global index / TOC >>>>>>>>>>>>>>> With the One page doc, the TOC is very large and not always >>>> very >>>>>> convenient, but exist and the browser-find works >>>>>>>>>>>>>>>and it's easy to navigate between details and >> generality >>>>>>>>>>>>>>> So, as a user, I prefer help base on One page documentation. >>>>>>>>>>>>>>>> Also, gradle might not be enough for online help. A more >>>> robust >>>>>>>>>>>>>>>> solution could involve integrating asciidoc at the framework >>>>>> level to >>>>>>>>>>>>>>>> dynamically generate help. So this is another idea to >>>> consider. >>>>>>>>>>>>>>> When we have tried, in the past to dynamically generate html >>>>>> from standard docbook process it was too slow >>>>>>>>>>>>>>>it's why it was decide to use a freemarker template >> to do >>>>>> the generation, even if only 5% of docbook syntax >>>>>>>>>>>>>>>was managed. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Documentation not change very often, static page seem enough >>>> for >>>>>> our need. >>>>>>>>>>>>>>>> On Wed, Feb 26, 2020 at 2:29 PM Olivier Heintz < >>>>>> holiv...@apache.org> wrote: >>>>>>>>>>>>>>>>> Hi all, >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Currently OFBiz Online help work with docbook files with >> html >>>>>> generation done by a ftl template. >>>>>>>>>>>>>>>>> Link between screen and file to show is done with >> some >>>>>> content associated with key-word >>>>>>>>>>>>>>>>> Decision has been done to no more used docbook format but >> now >>>>>> use asciidoc format. >>>>>>>>>>>>>>>>> User-manual.adoc should be the new reference for user help. >>>>>> How to use it for online help ? >>>>>>>>>>>>>>>>> I think it's important that online help is link to a >> internal >>>>>> help (which can be modified) not to a Apache-OFBiz-website-Help >>>>>>>>>>>>>>>>> but this point of view can be discuss. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> To be able to have OFBiz internal help, three points should >>>> be >>>>>> solved : >>>>>>>>>>>>>>>>> 1) with asciidoc we have multiple documentations, it seem >>>>>> important to have a "website" to be able to access easily all the doc. >>>>>>>>>>>>>>>>> how to "encapsulate" each html documentation >> generated >>>>>> in a "website" >>>>>>>>>>>>>>>>> 2) generation doc process put html and pdf files in build >>>>>> directory, how it's possible to access them from ofbiz >>>>>>>>>>>>>>>>> 3) For online help it's necessary to be able to create link >>>>>> between screen and html anchor. >>>>>>>>>>>>>>>>> In documentation generate from asciidoc, all title >> can >>>>>> be used. >>>>>>>>>>>>>>>>> How to to say this screen should go to this >>>>>> documentation at this title. >>>>>>>>>>>>>>>>> I suppose content application, can help to solve this >> points. >>>>>>>>>>>>>>>>> I need some help from OFBiz-Content experts. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> For point (1) I'm using jBake but maybe it's possible to do >>>>>> something similar with templating in Content >>>>>>>>>>>>>>>>> Who has some idea ? >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> For point (2) I suppose it's a "gradle configuration" and >>>>>> "content configuration" >>>>>>>>>>>>>>>>> Who has some idea ? >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> For point (3) the more simple solution is to add 1 (or 2) >>>>>> field in context which contain help_title,(help_documentation) and >>>>>>>>>>>>>>>>> so it will be simple to build the correct help link >>>>>>>>>>>>>>>>> -- Eugen Stan +40720 898 747 / netdava.com <> signature.asc Description: OpenPGP digital signature

Re: Using Mime4J to (only) repair bad headers

2020-06-01 Thread Eugen Stan
Hi Thomas, I'm not familiar with this code but have you tried checking the examples ?  Also MimeTokenStream in core package and the JavaDocs and the tests. https://github.com/apache/james-mime4j/blob/master/examples/src/main/java/org/apache/james/mime4j/samples/transform/TransformMessage.java

Re: public vs. private packages

2020-05-19 Thread Eugen Stan
La 18.05.2020 03:02, David Leangen a scris: >> I think it is a good initiative. since mie4j is a library, and a lower >> level one, we can announce the change intention on the mailing list. > > Ok, thanks. > > Since we’re on the topic… > > What is the purpose of having multiple jars? Why is the

Re: public vs. private packages

2020-05-17 Thread Eugen Stan
Thanks, I think it is a good initiative. since mie4j is a library, and a lower level one, we can announce the change intention on the mailing list. After that, when changes are ready to release, we can issue a series of 1-2 Release Candidates and give people a chance to test them out and provide

Re: public vs. private packages

2020-05-15 Thread Eugen Stan
Hi, Regarding the OSGI correctness of mime4j packages: Have you found any issues that block you to use the library as it is? Mime4j has a small API surface. You should be ok, Worst case you could bundle all the packages together. Not OSGi nice but it works in practice. There are open issues

Re: Promoting to v1.0.0

2020-05-15 Thread Eugen Stan
Hello David, If I remember correctly, the version bump did not happen because we wanted the API to support immutable data structure as well - to make it safe to use in multi threaded contexts. That would require some API changes IMO. You will find more information on JIRA:

Re: Keystore Renewal Policy?

2020-05-12 Thread Eugen Stan
Hi, Thanks for sharing the article David. I would go for letsencrypt + nginx imap proxy . https://docs.nginx.com/nginx/admin-guide/mail-proxy/mail-proxy/ It should be very easy with Docker. I'm planning to do that in the next two weeks and write an article about it. Regards, Eugen La

[jira] [Resolved] (JAMES-3174) Upgrade maven-dependency-plugin to 3.1.2 to work on Java 11

2020-05-08 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioan Eugen Stan resolved JAMES-3174. Fix Version/s: 3.6.0 Resolution: Fixed > Upgrade maven-dependency-plugin to 3.

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