+ if test -x "$mhbin/mhparam"; then
+ if mhparam sasl >/dev/null; then
+ case `$mhbin/mhparam sasl` in
+ *sasl*) config_sasl=y ;;
+ esac
+
+ case `$mhbin/mhparam tls` in
+ *tls*) config_tls=y ;;
+ esac
+
+ case `$mhbin/mhparam oauth` in
+ *oauth*) config_oauth=y ;;
+ esac
+ else
+ tput smso
+ echo "$0: SASL, TLS, and OAuth2 detection not supported with current nmh"
+ [ $yes -eq 1 ] && echo "will not configure them in"
+ tput rmso
+ fi