I have a server that I use to frequently get email from Google using offlineimap. the email is stored in a maildir format on this server.
What tool can I use to sync this maildir with the local maildir that is on my latop?
I've tried getmail but that doesn't have a two-way sync. syncmaildir gave me headaches (kept crashing, plus has some strange dependencies on gtk). rsync seems too brutal.
I need a simple tool that can be used over ssh to get new emails from the server, update the flags (read, etc) and delete deleted messages.
What have you guys used so far? What are the perks of your proposed tools?