making rbw work in mailsync

This commit is contained in:
Chris Cochrun 2023-03-07 09:42:47 -06:00
parent b5e828e3cc
commit 0a39afd5ec

View file

@ -74,7 +74,7 @@
IMAPAccount gmail
Host imap.gmail.com
User ccochrun21@gmail.com
PassCmd "rbw get gmail"
PassCmd "${pkgs.rbw}/bin/rbw get gmail"
AuthMechs LOGIN
SSLType IMAPS
SSLVersions SSLv3
@ -83,14 +83,14 @@
IMAPAccount office
Host outlook.office365.com
User chris@tfcconnection.org
PassCmd "rbw get --full 'Office 365' | rg 'mbsync pass' | awk '{print $3}'"
PassCmd "${pkgs.rbw}/bin/rbw get --full 'Office 365' | ${pkgs.ripgrep}/bin/rg 'mbsync pass' | ${pkgs.gawk}/bin/awk '{print $3}'"
AuthMechs LOGIN
SSLType IMAPS
IMAPAccount outlook
Host outlook.office365.com
User chris.cochrun@outlook.com
PassCmd "rbw get outlook"
PassCmd "${pkgs.rbw}/bin/rbw get outlook"
AuthMechs LOGIN
SSLType IMAPS