From d6b503a121be3a00144329288109a99f41b615c4 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Thu, 7 Sep 2017 09:28:29 +0200 Subject: [PATCH] add gmailieer: Fast email-fetching and two-way tag synchronization between notmuch and GMail 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 | 2 ++ initial_tagging.mdwn | 2 ++ software.mdwn | 7 +++++++ 3 files changed, 11 insertions(+) diff --git a/howto.mdwn b/howto.mdwn index f78a28a..155fc1a 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -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. diff --git a/initial_tagging.mdwn b/initial_tagging.mdwn index 8a5a2ac..e26b52d 100644 --- a/initial_tagging.mdwn +++ b/initial_tagging.mdwn @@ -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 diff --git a/software.mdwn b/software.mdwn index 67fd013..807a193 100644 --- a/software.mdwn +++ b/software.mdwn @@ -97,6 +97,13 @@ Have a separate [[wiki page|frontends]]. ? work in progress + + gmailieer + no + GMail + bi-directional tag + Fast email-fetching and two-way tag synchronization between notmuch and GMail written using GMail API and Notmuch Python + -- 2.43.0