From 16f2d4af20f4cb0fd0b2515de1eb01663ae21ac3 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 14 Nov 2025 17:28:06 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 55a7d59bfd..346ec7fa3c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1699,7 +1699,7 @@ The error *... Invalid ID Token Issued at time is more than 10 minutes before or means that the clock time of the device deviates too much from the clock time of the email server. Please make sure the clock time, including the time zone, of the device is correct. -The error *... No close_notify alert received before connection closed ...* means that the email server of something between the email server and the app didn't proper close a secure connection. +The error *... No close_notify alert received before connection closed ...* means that the email server or something between the email server and the app didn't proper close a secure connection. This is an error in the SSL/TLS protocol implementation. It is typically caused by a faulty VPN implementation. So, if there is a VPN app active, please try to disable it. Please [see here](#faq4) for the errors *... Untrusted ... not in certificate ...*, *... Invalid security certificate (Can't verify identity of server) ...* or *... Trust anchor for certification path not found ...* @@ -2989,7 +2989,7 @@ The following extra functions are available: * *Size(array)* (returns the number of items in an array; since version 1.2179) * *knownContact()* (returns a boolean indicating that the from/reply-to address is in the Android address book or in the local contacts database) * *AI(prompt)* (perform interference with the configured AI model using the specified prompt, returning the result as a string; since version 1.2243) -* *Is("flag")* (flag is one of seen, answered, flagged, deleted; to check if a message is read (seen), starred (flagged), etc.; since version 1.2277) +* *Is("flag")* (flag is one of seen, answered, flagged, deleted or an IMAP keyword; to check if a message is read (seen), starred (flagged), etc.; since version 1.2277) Example conditions: diff --git a/index.html b/index.html index 08f24f5998..27b0ddd033 100644 --- a/index.html +++ b/index.html @@ -1048,7 +1048,7 @@ Visit https://aka.ms/smtp_auth_disabled for more information.

The error … NO mailbox selected READ-ONLY … indicates this Zimbra problem.

The Outlook specific error … Command Error. 10 … probably means that the OAuth token expired or was invalidated. Authenticating the account again with the quick setup wizard will probably resolve this condition. Another possible cause is a bug in an older Exchange version, please see here. In this case the system administrator needs to update the server software.

The error … Invalid ID Token Issued at time is more than 10 minutes before or after the current time … means that the clock time of the device deviates too much from the clock time of the email server. Please make sure the clock time, including the time zone, of the device is correct.

-

The error … No close_notify alert received before connection closed … means that the email server of something between the email server and the app didn’t proper close a secure connection. This is an error in the SSL/TLS protocol implementation. It is typically caused by a faulty VPN implementation. So, if there is a VPN app active, please try to disable it.

+

The error … No close_notify alert received before connection closed … means that the email server or something between the email server and the app didn’t proper close a secure connection. This is an error in the SSL/TLS protocol implementation. It is typically caused by a faulty VPN implementation. So, if there is a VPN app active, please try to disable it.

Please see here for the errors … Untrusted … not in certificate …, … Invalid security certificate (Can’t verify identity of server) … or … Trust anchor for certification path not found …

Please see here for the error … Syntactically invalid HELO argument(s) ….

Please see here for the error … Handshake failed ….

@@ -1642,7 +1642,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
  • Size(array) (returns the number of items in an array; since version 1.2179)
  • knownContact() (returns a boolean indicating that the from/reply-to address is in the Android address book or in the local contacts database)
  • AI(prompt) (perform interference with the configured AI model using the specified prompt, returning the result as a string; since version 1.2243)
  • -
  • Is(“flag”) (flag is one of seen, answered, flagged, deleted; to check if a message is read (seen), starred (flagged), etc.; since version 1.2277)
  • +
  • Is(“flag”) (flag is one of seen, answered, flagged, deleted or an IMAP keyword; to check if a message is read (seen), starred (flagged), etc.; since version 1.2277)
  • Example conditions:

    header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*" && Is("seen")