Re: Sorting folder

2021-12-15 Thread btell...@linagora.com
Hello Sean, Sorting is implemented in James search backends. It works on top of JMAP protocol (RFC-8621), and programmatically calling the mailbox manager. If what you are interested in is IMAP, the SORT extension (RFC-5256) is currently not implemented. It should not be too hard to implement as

Re: How to get TLS working

2021-12-20 Thread btell...@linagora.com
I did open https://github.com/apache/james-project/pull/804 to quickly fix it... On 21/12/2021 08:26, btell...@apache.org wrote: > On 21/12/2021 07:22, Sir Dotcom wrote: >> I've spent the last several days trying to enable TLS on the James >> server app and the imap and smtp servers.  Being a java

Re: Adding SNI support to JAMES

2024-08-30 Thread btell...@linagora.com
Hello Rich! I'll give you the pointers: AbstractConfigurableAsyncServer::buildSSLContext will parse the confirguration and return Encryption (wrapper on top of a Netty SSLHandler factory). Existing LegacyJavaEncryption wraps a javax.net.ssl.SSLContext: not an expert here but my bet is that

Re: James Mailbox Directories

2025-02-05 Thread btell...@linagora.com
Hello, I do not understand the question. Best regards Benoit On 06/02/2025 03:02, Ilya Terskov wrote: Hi guys :) Tell me how to edit directories created upon create of user? - To unsubscribe, e-mail: server-user-unsubscr..

Re: James Mailbox Directories

2025-02-07 Thread btell...@linagora.com
t owner for Team-Mail <https://github.com/linagora/tmail-flutter> product. Chairman of the Apache James project <https://james.apache.org/>. Mail: btell...@linagora.com Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) On Feb 7, 2025 10:37 AM, from Ilya Terskov i find thunderbird not tha

Re: James Mailbox Directories

2025-02-07 Thread btell...@linagora.com
distributed app can be used within one server? Do i need install Cassandra separately or it embedded? пт, 7 февр. 2025 г., 19:52 btell...@linagora.com : Cassandra APP is kinda deprecated as it do not support multiple james servers... On 07/02/2025 13:19, Ilya Terskov wrote

Re: James Mailbox Directories

2025-02-07 Thread btell...@linagora.com
oject <https://james.apache.org/>. Mail: btell...@linagora.com Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) On Feb 7, 2025 11:56 AM, from Ilya Terskov Ah i see, too bad, but more clear code. As i see its Linagora project :) u did great job for sure :

Re: James Mailbox Directories

2025-02-07 Thread btell...@linagora.com
f the Apache James project <https://james.apache.org/>. Mail: btell...@linagora.com Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal) On Feb 7, 2025 11:56 AM, from Ilya Terskov Ah i see, too bad, but more clear code. As i see its Linagora project :) u did great job for sure :) to use jmap with j

Re: Apache james guice Microsoft sql

2025-01-29 Thread btell...@linagora.com
> So derby is rock solid? That's not what I said. I just said it's better than the previously existing maildir... If you want rock solid performance at scale with minimal dependencies please check the proposed new PostgreSQL backend: https://github.com/apache/james-project/pull/2587 It is on pa

Re: Apache james guice Microsoft sql

2025-01-29 Thread btell...@linagora.com
can be reindexed and other stuff to manage its consistent state? ср, 29 янв. 2025 г., 18:09 btell...@linagora.com : Hello Ilya Maildir implementation for James was unsecure, unmaintained, and was a pain for the entire project. JPA implem is more prformant than it so it had been removed. I

Re: Apache james guice Microsoft sql

2025-01-29 Thread btell...@linagora.com
Hello Ilya Maildir implementation for James was unsecure, unmaintained, and was a pain for the entire project. JPA implem is more prformant than it so it had been removed. I discourage its usage. JPA for you shall work fine. Best regards Benoit On 29/01/2025 12:05, Ilya Terskov wrote: Thanks