2.4.12 and folders with spaces and same prefix double

2016-01-08 Thread Gabriele Bulfon via Info-cyrus
Hi, I don't know if this is is related to bug 3628 ( https://bugzilla.cyrusimap.org/show_bug.cgi?id=3628 ). If I have two main folders: "Test" "Test_2016" I get correct list with LIST "" "%". If I have : "Test" "Test 2016" I get this wrong answer with LIST "" "%": * LIST (\HasNoChildren) "/" Test *

residual moved folders

2016-03-08 Thread Gabriele Bulfon via Info-cyrus
Hi, we noticed that when a user moves a big folder in a different tree position, that is shared among many connected users, the original moved folder will be unvisible via imap commands to new connections, but will stay in the filesystem until old connections get closed. All fine. Then, we notice

disable starttls, ssl only

2016-04-26 Thread Gabriele Bulfon via Info-cyrus
Hi, is it possible to disable completely the starttls option on cyrus imapd? I want just connections on 993 over ssl, no starttls at all. I noticed a number of "Fatal error: tls_start_servertls() failed" and noticed a slow down of the entire machine during these errors. I wouldn't like to have so

Re: thread=refs

2016-07-07 Thread Gabriele Bulfon via Info-cyrus
I can finally get back to this after so many months! I checked the sources, and I actually see it doesn't look very hard. Looks like: - renaming all functions like "index_thread_ref" into "index_thread_references" - duplicate them as "index_thread_refs" - let "references" alg call the "references"

Re: thread=refs

2016-07-08 Thread Gabriele Bulfon via Info-cyrus
://www.cdbaby.com/cd/gabrielebulfon Da: Ken Murchison A: gbul...@sonicle.com info-cyrus@lists.andrew.cmu.edu Data: 8 luglio 2016 15.02.38 CEST Oggetto: Re: thread=refs On 07/07/2016 02:03 PM, Gabriele Bulfon via Info-cyrus wrote: I can finally getback to this after so many months! I checked the

Re: thread=refs

2016-07-08 Thread Gabriele Bulfon via Info-cyrus
? Sonicle S.r.l. : http://www.sonicle.com Music: http://www.gabrielebulfon.com Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon Da: Gabriele Bulfon via Info-cyrus A: Ken Murchison info-cyrus@lists.andrew.cmu.edu Data: 8 luglio 2016 15.22.56 CEST Oggetto: Re

Re: thread=refs

2016-07-08 Thread Gabriele Bulfon via Info-cyrus
sed. Am I wrong? Sonicle S.r.l. : http://www.sonicle.com Music: http://www.gabrielebulfon.com Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon Da: Gabriele Bulfon via Info-cyrus A: Ken Murch

Re: thread=refs

2016-07-08 Thread Gabriele Bulfon via Info-cyrus
icle.com Music: http://www.gabrielebulfon.com Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon Da: Gabriele Bulfon via Info-cyrus A: Ken Murchison info-cyrus@lists.andrew.cmu.edu Data: 8 luglio 2016 15.22.56 CEST Oggetto: Re: thread=refs Testing ;) and checking against a

Re: thread=refs

2016-07-18 Thread Gabriele Bulfon via Info-cyrus
to did deeper into the code to see where is belongs. On 07/08/2016 11:36 AM, Gabriele Bulfon via Info-cyrus wrote: Mainly web clients, installed clients usually implements threading internally to overcome problems with the original references algorith

Re: thread=refs

2016-07-19 Thread Gabriele Bulfon via Info-cyrus
to the code to see where is belongs. On 07/08/2016 11:36 AM, Gabriele Bulfon via Info-cyrus wrote: Mainly webclients, installed clients usually implements threadinginternally to overcome problems with the original references algorithm that is of

Re: thread=refs

2016-07-22 Thread Gabriele Bulfon via Info-cyrus
should be done in step 4 or 6. I would have to did deeper into the code to see where is belongs. On 07/08/2016 11:36 AM,Gabriele Bulfon via Info-cyrus wrote: Mainly web clients, installed clients usually implements th

imap impersonate

2017-01-19 Thread Gabriele Bulfon via Info-cyrus
Hi, is there any mechanism with Cyrus imap to impersonate another user? I've seen other imap servers scenarios where one may use plain authentication and sending user as mailboxuser plus a separator plus adminuser and use only adminpassword, to get access to the mailboxuser as is (dovecot, exchan

Re: imap impersonate

2017-01-19 Thread Gabriele Bulfon via Info-cyrus
impersonate Quoting Gabriele Bulfon via Info-cyrus : Hi, is there any mechanism with Cyrus imap to impersonate another user? I've seen other imap servers scenarios where one may use plain authentication and sending user as mailboxuser plus a separator plus adminuser and use only adminpassw

Re: imap impersonate

2017-01-19 Thread Gabriele Bulfon via Info-cyrus
wow...I just found that in Java is already implemented: Properties props=System.getProperties(); props.setProperty("mail.imap.sasl.authorizationid","targetmail...@domain.tld" ); Session session=Session.getInstance(props); Store store=session.getStore("imap"); store.connect("host",143,"adminuser","a