View Single Post
  #8 (permalink)  
Old 07-23-2007, 10:23 PM
plobbes plobbes is offline
Zimbra Employee
 
Posts: 9
Default

Quote:
Originally Posted by Rich Graves View Post
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'
Reply With Quote