Re: Tools to get a report of which folders have new mail?

2022-07-19 Thread Steve Litt
On Tue, 2022-07-19 at 09:19 +0300, Aki Tuomi wrote: > > > > > doveadm -fjson mailbox status -u user unseen "*" As promised, the following is the Python 3 script to take advantage of your command by printing out the mailbox name and number of unseen for each folder that has some unseen

Re: dovecot Digest, Vol 231, Issue 31

2022-07-19 Thread Joseph Tam
> > doveadm -fjson mailbox status -u user unseen "*" > > Very nice Aki! I can pass that JSON to a Python program I make to parse > JSON, and then just report the ones not having "unseen":"0" . Thank Or use format "-ftab" and grep non-zero entries. Simpler than parsing JSON. Joseph Tam

Re: Tools to get a report of which folders have new mail?

2022-07-19 Thread John Stoffel
> "Peter" == Peter writes: Peter> On 19/07/22 3:18 pm, Steve Litt wrote: >> Is there any way I could use >> doveadm or other tools to create a report that shows all my folders in a >> hierarchy? Peter> See doveadm(1) and doveadm-mailbox(1), specifically the `doveadm mailbox Peter> list`

Re: Tools to get a report of which folders have new mail?

2022-07-19 Thread Remo Mattei
Yes sorry maildir maildrop is something for rules using in qmail. Remo > On Jul 18, 2022, at 9:01 PM, Steve Litt wrote: > > Remo Mattei said on Mon, 18 Jul 2022 20:51:16 -0700 > >> Are you using maildrop or flat files In your config? > > Thanks Remo, > > If by "maildrop" you mean

Re: verify dovecot 2.3.19.1 + fts_tika + tika-server 2.4.1 attachment scanning?

2022-07-19 Thread PGNet Dev
On 7/19/22 2:33 AM, Aki Tuomi wrote: Jul 18 21:28:23 mx-test tika[18970]: DEBUG [qtp977522995-24] 21:28:23,264 org.apache.tika.parser.pdf.PDFParser File: /tmp/apache-tika-9115808773791090696.tmp, length: 104932, md5: 092bf24b2cac33fac27965549c99613a You can see if this matches with your PDF

Re: Interfacing mutt with Dovecott

2022-07-19 Thread Thomas Zajic
* Steve Litt, 18.07.22 19:20 All my email for the past 20 years is held on a Dovecot IMAP server (version 2.3.19.1 (9b53102964)) on my desktop. I've been using Claws-Mail but want to switch to Mutt. [...] I know some people have been very successful running Mutt to access an IMAP server, so it

Re: Tools to get a report of which folders have new mail?

2022-07-19 Thread Steve Litt
On Tue, 2022-07-19 at 16:33 +1200, Peter wrote: > On 19/07/22 3:18 pm, Steve Litt wrote: > > Is there any way I could use > > doveadm or other tools to create a report that shows all my folders > > in a > > hierarchy? > > See doveadm(1) and doveadm-mailbox(1), specifically the `doveadm > mailbox

Re: Tools to get a report of which folders have new mail?

2022-07-19 Thread Steve Litt
On Tue, 2022-07-19 at 09:19 +0300, Aki Tuomi wrote: > > > On 19/07/2022 06:18 EEST Steve Litt > > wrote: > > > >   > > Hi all, > > > > I use a Dovecot IMAP server on my Linux desktop computer, and I'm > > pretty good at writing shellscripts. Is there any way I could use > > doveadm or other

Re: verify dovecot 2.3.19.1 + fts_tika + tika-server 2.4.1 attachment scanning?

2022-07-19 Thread Aki Tuomi
> On 19/07/2022 05:04 EEST PGNet Dev wrote: > > > On 7/18/22 7:20 AM, PGNet Dev wrote: > > On 7/18/22 5:53 AM, Aki Tuomi wrote: > >> Can you provide logs & doveconf -n? > > > > referencing prior mention of a tika ML thread, > ... > > tika upstream enabled a DEBUG build > > debugging

Re: Tools to get a report of which folders have new mail?

2022-07-19 Thread Aki Tuomi
> On 19/07/2022 06:18 EEST Steve Litt wrote: > > > Hi all, > > I use a Dovecot IMAP server on my Linux desktop computer, and I'm > pretty good at writing shellscripts. Is there any way I could use > doveadm or other tools to create a report that shows all my folders in a > hierarchy? Also,