diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2020-05-12 02:49:46 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2020-05-12 02:49:46 +0200 |
| commit | f74f269a84d927c226418ff74d25daa779b5b854 (patch) | |
| tree | 4d7e5e16ca5faa10474852203f68133164efee8b | |
| parent | d5261df9f2a2a45879e0318031f9f110b109f433 (diff) | |
Mention InterIMAP for synchronizing emails
| -rw-r--r-- | howto.mdwn | 3 | ||||
| -rw-r--r-- | software.mdwn | 7 |
2 files changed, 10 insertions, 0 deletions
@@ -37,6 +37,9 @@ utilities support these formats: * [muchsync](http://www.muchsync.org/) - replicate and synchronize your notmuch database (mail and tags) across machines +* [interimap](https://guilhem.org/interimap/) - Fast bidirectional + synchronization between IMAP servers. + * [lieer](https://github.com/gauteh/lieer) - Fast email-fetching and two-way tag synchronization between notmuch and GMail (Note that lieer was formerly known as gmailieer.) diff --git a/software.mdwn b/software.mdwn index db96b16..cfc7f48 100644 --- a/software.mdwn +++ b/software.mdwn @@ -98,6 +98,13 @@ Have a separate [[wiki page|frontends]]. <td>work in progress</td> </tr> <tr> + <td><a href="https://guilhem.org/interimap/">interimap</a></td> + <td>yes</td> + <td>IMAP4</td> + <td>dovecot</td> + <td>Fast bidirectional synchronization between IMAP servers</td> + </tr> + <tr> <td><a href="https://github.com/gauteh/lieer">lieer</a></td> <td>tags: yes, mail: fetch</td> <td>GMail</td> |
