11 releases

0.1.15 Oct 20, 2022
0.1.14 May 11, 2022
0.1.13 Mar 20, 2022
0.1.12 Dec 11, 2021
0.1.4 Jun 7, 2021

#409 in Command-line interface


Used in exm

Apache-2.0

93KB
2K SLoC

Gmail integration

To run

  1. Boot and join a new node to your cell.

    • exo -d ./gmail_node node init
    • exo -d ./gmail_node cell join (no roles), and then exo cell node add on the main node
  2. Copy gmail daemon config to your node directory.

    • cp ../../examples/gmail.yaml ./gmail_node/
  3. Visit Google API Console to obtain a OAuth 2.0 Client ID and download client_secret.json credentials file. Move file in the node folder (ex: ./gmail_node)

  4. Login to your Gmail account (at repo root) and follow console instructions to authenticate with Gmail.

    • exm -d ./gmail_node gmail login <youremail@gmail.com>
  5. Start the daemon.

    • exm -d ./gmail_node gmail daemon

Dependencies

~29–44MB
~864K SLoC