On Tue, Jan 23, 2007 at 16:29:33 -0800, Robin Lee Powell wrote: > (Please CC; I'm not on the list) > > Is there a way to get isync to repeatedly synchronize folders > without: > > 1. Storing my password is plain text. > > 2. Having to type it in all the time. > > I'd like a less-IMAP-braindead repleacement for fetchmail, but isync > doesn't seem to have any daemonizing options at all. At least, > nothing I can find in the man pages for isync or mbsync.
I use mbsync over a SSH tunnel with ssh-agent. It looks like this if you use dovecot on the server: Tunnel "ssh -C -q <your IMAP server> 'MAIL=maildir:~/Maildir /path/to/your/dovecot/imap'" The way to use it with courier is covered in the documentation IIRC. Regards, Tino ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
