Quote:
Originally Posted by Rich Graves Can someone help me with an imapsync incantation (or any other tool) that can merge various IMAP and webmail clients' sent-mail, Sent Items, Sent, Sent Messages, etc. into Zimbra's single Sent folder? |
I don't have a list of all possible permutations, but once you build up a list in theory you can try something like the following to map various names to 'Sent' (untested):
imapsync ...
--regextrans2 's/^sent-mail$/Sent/i'
--regextrans2 's/^Sent Items$/Sent/i'
--regextrans2 's/^Sent Messages$/Sent/i'