> On 19/07/2022 06:18 EEST Steve Litt <[email protected]> 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, is there a way to show only those with new mail? > > Thanks, > > SteveT > > Steve Litt > Summer 2022 featured book: Thriving in Tough Times > http://www.troubleshooters.com/bookstore/thrive.htm
doveadm -fjson mailbox status -u user unseen "*" Aki
