Skip to content

Commit 7c7d4fe

Browse files
committed
authenticate via oauth instead username password
1 parent 4f958b9 commit 7c7d4fe

File tree

1 file changed

+2
-1
lines changed
  • dots/isync-work/.config/isync

1 file changed

+2
-1
lines changed

dots/isync-work/.config/isync/config

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Create Slave
44
IMAPAccount datameer
55
Host imap.gmail.com
66
User mb@datameer.com
7-
PassCmd "GNUPGHOME=$HOME/.local/share/gnupg PASSWORD_STORE_DIR=$HOME/.local/share/pass/password-store pass Apps/isync"
7+
AuthMechs XOAUTH2
8+
PassCmd "GNUPGHOME=$HOME/.local/share/gnupg PASSWORD_STORE_DIR=$HOME/.local/share/pass/password-store pass Apps/gmail/access_token"
89
SSLType IMAPS
910
CertificateFile /etc/ssl/certs.pem
1011
PipelineDepth 50

0 commit comments

Comments
 (0)