Browse Source
Fix Error: SASL(-7) with isync on macos. (#222)
Co-authored-by: chau.bao.long <chau.bao.long@framgia.com>
tags/v3.1
Chau Bao Long
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
bin/mw
|
@@ -53,6 +53,7 @@ Host $imap |
|
|
Port $iport |
|
|
Port $iport |
|
|
User $login |
|
|
User $login |
|
|
PassCmd \"pass mutt-wizard-$title\" |
|
|
PassCmd \"pass mutt-wizard-$title\" |
|
|
|
|
|
AuthMechs LOGIN |
|
|
SSLType $ssltype |
|
|
SSLType $ssltype |
|
|
AuthMech LOGIN |
|
|
AuthMech LOGIN |
|
|
CertificateFile $sslcert |
|
|
CertificateFile $sslcert |
|
|