I've had mixed success trying to sync boxes. Instead I've switched to
using fetchmail to pull all the mail from one and then use dmail to deliver
it locally. Works great, but that's with the uw-imap package.
I've never been that optimistic at getting the various imap syncing tools to
work (and stay working) reliably. I don't know that you can't do the same
thing with your server. fetchmail itself doesn't really care about the
server, it's the tool used to insert the mail that's server-specific. So
don't rule it out, especially after banging your head against the wall
trying to wrestle with the sync tools.
> imapsync ...
> --regextrans2 's/^(.*)/INBOX.GMAIL.$1/' --dry --justfoldersizes
>
> However the output suggests that --regextrans2 isn't working. Should it
> contain entries for INBOX.GMAIL.*? All I see are entries for currently
> existing folders on the target.
The mistake comes from --justfoldersizes option meaning:
--justfoldersizes : exit after printed the folder sizes.
Try:
--justfolders : just do things about folders (ignore
messages).
Just --dry is good too.
Au revoir, 02 99 64 31 77
Gilles Lamiral. France, Chavagne (35310) 06 20 79 76 06
> Thanks Gilles, I tried --justfolders and it looks better. I'll try the real
> sync now.
Did you succeed ?
Don't hesitate to feedback issues with imapsync.
I can help a little about it.