Michael Stefaniuc wrote:
Tunnel = "ssh -q usr@svr /usr/bin/imapd ./Maildir 2> /dev/null"
What to put in here if one uses imaps? That should be the "normal" way of using imap this days.
Unfortunately it doesn't support imaps as yet. There was code to support imaps in the isync code that git-imap-send was derived from, however it was removed because libssl is non-GPL.
ssh should do just as good a job as ssl, if not better.
Mike