소스 검색

Update README.md

Andy 5 년 전
부모
커밋
247e7846f8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -14,6 +14,7 @@ This version contains the following changes:
   * Instances of `create_function` are now inline functions.
   * Instances of `create_function` are now inline functions.
   * The `X-Frame-Options: SAMEORIGIN` header has been replaced with CSP's `frame-ancestors` header. This is set based on the `provider_uri` preference, and accepts any http or https domains or subdomains that match.
   * The `X-Frame-Options: SAMEORIGIN` header has been replaced with CSP's `frame-ancestors` header. This is set based on the `provider_uri` preference, and accepts any http or https domains or subdomains that match.
     * A new variable in the config will be added at a later point.
     * A new variable in the config will be added at a later point.
+  * SCRAM support for SMTP and IMAP logins, supporting any hash algorithm PHP supports (with checks against HMAC list on 7.2+).
 
 
 Additionally, some minor fixes that would cause warnings or strange failures have also been resolved.
 Additionally, some minor fixes that would cause warnings or strange failures have also been resolved.
 Changes to the official source code are tracked in the `trunk` branch and merged with `master` as soon as possible. I'm looking into a way to automate this process.
 Changes to the official source code are tracked in the `trunk` branch and merged with `master` as soon as possible. I'm looking into a way to automate this process.