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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue