Gmail integration
To run
-
Boot and join a new node to your cell.
exo -d ./gmail_node node initexo -d ./gmail_node cell join(no roles), and thenexo cell node addon the main node
-
Copy gmail daemon config to your node directory.
cp ../../examples/gmail.yaml ./gmail_node/
-
Visit Google API Console to obtain a OAuth 2.0 Client ID and download
client_secret.jsoncredentials file. Move file in the node folder (ex:./gmail_node) -
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>
-
Start the daemon.
exm -d ./gmail_node gmail daemon