30 Apr
2010
30 Apr
'10
4:19 p.m.
On Wed, 2010-04-21 at 09:26 +0200, Steffen Kaiser wrote:
doveadm search INBOX from me@example.com | while read uid trail; do doveadm fetch "$uid" done
This works now:
doveadm search from me@example.com | while read mailbox uid; do doveadm fetch text mailbox-guid $mailbox uid $uid > msg.$uid done
also note how it supports searching/fetching from multiple mailboxes :)