axllent / imap-scrub

A ultility to trim down your IMAP mailbox by saving & removing attachments or deleting messages based on rules
MIT License
20 stars 5 forks source link

Regex mailbox names / parse subfolders #9

Open simon-bre opened 5 months ago

simon-bre commented 5 months ago

Hi, great tool you made here! Just a little suggestion:

When a mailbox has subfolders, they are listed as separate mailboxes, e.g.: INBOX.abc INBOX.xyz ... When people like to create sophisticated directory trees for their mails with hundreds of folders, it seems kind of tedious to clean their mailboxes with this tool... so I think either support for parsing all subfolders or parsing e.g. all folders that match a regex such as INBOX.* would be awesome.

Cheers