Browse Source
add oauth support for mbsync
- my mistake, I have forgotten to update password request line for
mbsync
pull/955/head
Tomáš Faikl (astro)
1 year ago
No known key found for this signature in database
GPG Key ID: 8CE12A9E3D869F37
1 changed files with
1 additions and
1 deletions
-
share/mbsync-temp
|
|
@@ -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 |
|
|
|