]> git.cworth.org Git - notmuch-wiki/commitdiff
add gmailieer: Fast email-fetching and two-way tag synchronization between notmuch...
authorGaute Hope <eg@gaute.vetsj.com>
Thu, 7 Sep 2017 07:28:29 +0000 (09:28 +0200)
committerGaute Hope <eg@gaute.vetsj.com>
Thu, 7 Sep 2017 07:28:29 +0000 (09:28 +0200)
https://github.com/gauteh/gmailieer

gmailieer uses the GMail API and the Notmuch python bindings to fetch
email, and synchronize tags and labels bidirectionally.

howto.mdwn
initial_tagging.mdwn
software.mdwn

index f78a28a9a0bdea78f77cb3e1837ab8e9944161a1..155fc1a93fcdc1fe1ec18af92a932a5e7f70df12 100644 (file)
@@ -37,6 +37,8 @@ utilities support these formats:
 * [muchsync](http://www.muchsync.org/) - replicate and synchronize
   your notmuch database (mail and tags) across machines
 
+* [gmailieer](https://github.com/gauteh/gmailieer) - Fast email-fetching and two-way tag synchronization between notmuch and GMail
+
 See more exhaustive list of [[software]] notmuch works with and the
 [[initial_tagging]] page for more info on initial tagging of messages.
 
index 8a5a2acb9073fea024c1c749e6c5af15412e1784..e26b52d11d888e1c92bf12d4ea57790e95a7f24b 100644 (file)
@@ -90,6 +90,8 @@ the 'new' tag approach discussed above.
   tagging script that read its configuration from a JSON file. The script is
   written in Perl6 and depends on the Email::Notmuch binding.
 
+* [gmailieer](https://github.com/gauteh/gmailieer) Fast email-fetching and two-way tag synchronization between notmuch and GMail.
+
 ## Notmuch MDA -- `notmuch-insert`
 
 The [[notmuch insert command|manpages/notmuch-insert-1]] is a tool for
index 67fd013b2aa6e71dd82306373c4b65814265ec63..807a193e69ddae912e194be64db92f456eff83c2 100644 (file)
@@ -97,6 +97,13 @@ Have a separate [[wiki page|frontends]].
       <td>?</td>
       <td>work in progress</td>
     </tr>
+    <tr>
+      <td><a href="https://github.com/gauteh/gmailieer">gmailieer</a></td>
+      <td>no</td>
+      <td>GMail</td>
+      <td>bi-directional tag</td>
+      <td>Fast email-fetching and two-way tag synchronization between notmuch and GMail written using GMail API and Notmuch Python</td>
+    </tr>
   </tbody>
 </table>