dupondje / PHP-Push-2

Z-Push Fork With CalDAV/LDAP Support
GNU Affero General Public License v3.0
67 stars 24 forks source link

Enable HTML email in IMAP backend #60

Open fortiko opened 11 years ago

fortiko commented 11 years ago

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;
+    }