afterlogic / webmail-lite

AfterLogic WebMail Lite PHP. Fast and easy-to-use webmail front-end for your existing IMAP mail server, Plesk or cPanel.
https://afterlogic.org/webmail-lite
GNU Affero General Public License v3.0
443 stars 120 forks source link

Error in logged in Mailbox #100

Closed digitalosaurus closed 4 years ago

digitalosaurus commented 4 years ago

Hi, I hope this repo is still supported, I tried to make webmial-lite responsive and got some errors and a white screen in the afterlogin section of the webmail; Common_HeaderViewModel template is missing. What I find strange, because its there with following code:

`

            <span class="item emails" data-bind="css: {&#39;current&#39;: $parent.currentTab() === Enums.Screens.Mailbox &amp;&amp; isCurrent() },
                 click: function () { if (isCurrent()) { App.Routing.setHash(Enums.Screens.Mailbox); } else { changeAccount(); } } ">
                <span class="text" data-bind="text: email"></span>
            </span>
            <!-- /ko -->

            <!-- ko foreach: tabs -->
            <a data-bind="attr: {&#39;class&#39;: &#39;item &#39; + name, href: hash},
                    css: {&#39;current&#39;: $parent.currentTab() === name, &#39;recivedAnim&#39;: koRecivedAnim}">
                <span class="text" data-bind="text: title"></span>
            </a>
            <!-- /ko -->

            <span class="item full_version" data-bind="click: switchToFullVersion">
                <span class="text" data-i18n="HEADER/FULL_VERSION" data-bind="i18n: &#39;text&#39;"></span>
            </span>
            <span class="item logout" data-bind="click: logout">
                <span class="text" data-i18n="HEADER/LOGOUT" data-bind="i18n: &#39;text&#39;"></span>
            </span>
        </span>
    </span>
</span>

`

Hope you can help!

afterlogic-support commented 4 years ago

WebMail Lite v7 is discontinued. Switching over to WebMail Lite v8 is strongly advised. Also, if you're looking for mobile-friendly web interface, take a look at WebMail Pro.