creating a mailbox via imap

2023-02-23 Thread Gabriele Bulfon
Hi,   is there any way with Dovecot to open an admin imap connection and create a brand new mailbox? With Cyrus imapd I can do this by connecting as the Cyrus admin user and then create a folder "user/newu...@domain.tld".   Thanks Gabriele     Sonicle S.r.l. : http://www.sonicle.com Music: 

Re: Possible RENAME bug

2017-06-05 Thread Gabriele Bulfon
rg Data: 1 giugno 2017 19.37.48 CEST Oggetto: Re: Possible RENAME bug On 06/01/2017 10:25 AM, Gabriele Bulfon wrote: Is there anything I can do to force "" to reappear without having to create a new folder? Any idea? We may need `doveconf -n` output and information about ACL of the re

Possible RENAME bug

2017-06-01 Thread Gabriele Bulfon
Hello, I'm having some trouble working on a webapp managing the imap tree on Dovecot. The same doesn't happen on other imap servers (e.g. Cyrus). Looks like if I receive shared folders from another user, and try to rename a folder in it, the rename command returns "ok", then if you list the new

JavaMail setFlags on readonly folder

2017-04-20 Thread Gabriele Bulfon
Hi, I'm facing a strange issue using JavaMail, where Dovecot let me open "READ_WRITE" a folder with readonly ACLs (same happens on other imap servers), but then doesn't issue any error when if try to setFlags(...) on that folder. The result is that the code thinks the folder marked the messages

Dovecot threading implementation

2016-07-09 Thread Gabriele Bulfon
Hi, I was trying to compare avrious thread refs/references implementation, both server side and client side. While testing dovecot, it looks to me that issuing thread=references or thread=refs I get the same response, while the refs drafts says it should reverse the date ordering inside a

dovecot squatter

2016-04-05 Thread Gabriele Bulfon
Hi, on cyrus installations we have the squatter utility that can index full message bodies and headers incrementally, allowing to run the squatter from time to time to arrange for index changes. Is there anything similar in Dovecot? This is expecially useful for full searches in body message.

Re: Dovecot, JavaMail, UIDs and Message Numbers

2015-10-29 Thread Gabriele Bulfon
In this case, this is no more my field, I will ask the NethServer gurus to check what you asked. Thanks a lot Gabriele -- Da: Timo Sirainen A: Gabriele Bulfon dovecot@dovecot.org Cc: Cristian Manoni Giacomo Sanchietti

Dovecot, JavaMail, UIDs and Message Numbers

2015-10-28 Thread Gabriele Bulfon
Hi, new to this list, so a little prelude to my issue with Dovecot. We have been using JavaMail against Cyrus for ages, and developed Webtop, a huge Java web collaboration application running on them in production in various installations for all this time. Recently we had to run the same