Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable HTML email in IMAP backend #60

Open
fortiko opened this issue Jan 14, 2013 · 0 comments
Open

Enable HTML email in IMAP backend #60

fortiko opened this issue Jan 14, 2013 · 0 comments

Comments

@fortiko
Copy link

fortiko commented Jan 14, 2013

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;
+    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant