You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returning a AS version >2.5 (such as 14 for instance) for the IMAP backend automatically enables HTML email with the latest code:
+ /**+ * Indicates which AS version is supported by the backend.+ *+ * @access public+ * @return string AS version constant+ */
+ public function GetSupportedASVersion() {
+ return ZPush::ASV_14;
+ }
The text was updated successfully, but these errors were encountered:
Returning a AS version >2.5 (such as 14 for instance) for the IMAP backend automatically enables HTML email with the latest code:
The text was updated successfully, but these errors were encountered: