Re: Sync IMAP Mailboxes/Folders via ssh?

2025-07-17 Thread Daniel Tameling
On Thu, Jul 17, 2025 at 08:31:00AM +0200, Peter P. wrote: > > I am furthermore looking for a scriptable solution that will move all > email older than X years from one local imap folder to another (which is > then rsynced to a file server). > I would look at mblaze. It is a collection of tools a

Re: Sync IMAP Mailboxes/Folders via ssh?

2025-07-17 Thread Peter P.
* Oswald Buddenhagen via isync-devel [2025-07-17 11:42]: > 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 yo

Re: Sync IMAP Mailboxes/Folders via ssh?

2025-07-17 Thread Oswald Buddenhagen via isync-devel
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? al