소스 검색

starttls off for port 465

tags/v3.1
Luke Smith 5 년 전
부모
커밋
bd3818ff11
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      bin/mw

+ 2
- 0
bin/mw 파일 보기

@@ -48,6 +48,7 @@ port $sport
from $fulladdr
user $login
passwordeval \"pass mutt-wizard-$title\"
$starttlsoff
"
mbsync_profile="IMAPStore $title-remote
Host $imap
@@ -154,6 +155,7 @@ EOF
gmail.com) printf "\033[31mREMEMBER: Gmail users must enable \"less secure\" (third-party) applications first for the sync to work:\\nhttps://support.google.com/accounts/answer/6010255\\n\033[0m" ;;
protonmail.ch|protonmail.com|pm.me) printf "\033[31mREMEMBER: Protonmail users must install and configure Protonmail Bridge first for the sync to work:\\nhttps://protonmail.com/bridge/\\n\033[0m" && ssltype="None" ;;
esac
[ "$sport" = 465 ] && starttlsoff="tls_starttls off"
fi
printf "Enter the \033[35mfull name\033[0m you want to be identified by on this account.\\n\tReal name: "
read -r realname


불러오는 중...
취소
저장