From: Oswald B. <osw...@gm...> - 2025-07-17 09:41:49
|
On Wed, Jul 16, 2025 at 09:37:51AM +0200, Peter P. wrote: >Can isync sync emails through such connections as well? > yes. you can run an imap server on the ssh host and have ssh forward the port to your local host, which you then connect via isync. >Is the "Tunnel" commenad the way to go? > also possible. one way would be running tcpconnect (or netcat) on the ssh host to connect the imap server locally. another way is to run an imap server that directly serves on stdio, for example panda-imap (yes, it's old, and it's what i use). |