I'd like to "diff" two IMAP folders (on two different servers) to compare spam filters, I'd like to have a command line tool (linux) to get just the headers (not the whole dir, e.g. using 'isync' or similar), something like this:
$ imapget --subjects -p=password user@server
or this:
$ imapget --format "$DATE - $FROM - $SUBJ" -p=password user@server
('imapget' cmd is fictional)
What would you suggest?
Thank you