Skip to content

Commit

Permalink
add oauth support for mbsync
Browse files Browse the repository at this point in the history
- my mistake, I have forgotten to update password request line for
  mbsync
  • Loading branch information
rampaq committed Oct 9, 2023
1 parent f259c52 commit b809548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/mbsync-temp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ IMAPStore $fulladdr-remote
Host $imap
Port $iport
User $login
PassCmd "pass $passprefix$fulladdr"
PassCmd "$pass_cmdline"
AuthMechs $authtype_mbsync
SSLType $imapssl
CertificateFile $sslcert
Expand Down

0 comments on commit b809548

Please sign in to comment.