making rbw work in mailsync
This commit is contained in:
parent
b5e828e3cc
commit
0a39afd5ec
1 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@
|
||||||
IMAPAccount gmail
|
IMAPAccount gmail
|
||||||
Host imap.gmail.com
|
Host imap.gmail.com
|
||||||
User ccochrun21@gmail.com
|
User ccochrun21@gmail.com
|
||||||
PassCmd "rbw get gmail"
|
PassCmd "${pkgs.rbw}/bin/rbw get gmail"
|
||||||
AuthMechs LOGIN
|
AuthMechs LOGIN
|
||||||
SSLType IMAPS
|
SSLType IMAPS
|
||||||
SSLVersions SSLv3
|
SSLVersions SSLv3
|
||||||
|
@ -83,14 +83,14 @@
|
||||||
IMAPAccount office
|
IMAPAccount office
|
||||||
Host outlook.office365.com
|
Host outlook.office365.com
|
||||||
User chris@tfcconnection.org
|
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
|
AuthMechs LOGIN
|
||||||
SSLType IMAPS
|
SSLType IMAPS
|
||||||
|
|
||||||
IMAPAccount outlook
|
IMAPAccount outlook
|
||||||
Host outlook.office365.com
|
Host outlook.office365.com
|
||||||
User chris.cochrun@outlook.com
|
User chris.cochrun@outlook.com
|
||||||
PassCmd "rbw get outlook"
|
PassCmd "${pkgs.rbw}/bin/rbw get outlook"
|
||||||
AuthMechs LOGIN
|
AuthMechs LOGIN
|
||||||
SSLType IMAPS
|
SSLType IMAPS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue