Recent content by Kostya Vasilyev

  1. Kostya Vasilyev

    Sky Mail - new email app [5.0+]

    Sky Mail - a new email app for Android [5.0+], currently in beta, under active development. Web site: https://skymail.app Privacy poilcy: https://skymail.app/privacy.html Join the beta: https://play.google.com/apps/testing/org.kman.skymail - Internet mail from AOL to Zoho (no Exchange yet...
  2. Kostya Vasilyev

    IMAP email on K9 and native app not showing complete inbox, messages come in and disappear

    Anthony -- AquaMail developer here. This happens (in my app and others) when the mail server reports the wrong value for the total number of messages in a folder. Called "EXISTS" in the IMAP protocol, I've seen a number of cases (in actual log files from the users) where this was the case...
  3. Kostya Vasilyev

    IMAP email on K9 and native app not showing complete inbox, messages come in and disappear

    Here is one -- I already linked it above. Copying here. ----------- A GoDaddy IMAP session. 1- kman127 SELECT "Drafts" * 5 EXISTS kman127 OK [READ-WRITE] SELECT completed. ^^ Server says there are five messages total 2 - kman128 UID SEARCH UNSEEN UNDELETED * SEARCH 1767 kman128 OK...
  4. Kostya Vasilyev

    IMAP email on K9 and native app not showing complete inbox, messages come in and disappear

    Ken_GoDaddy -- "may be more of an issue with how the application is talking to our email server" I posted a very specific example of your IMAP server returning data that's inconsistent with itself (!), and was hoping you would comment on it, in a similarly specific manner. Disappointed that...
  5. Kostya Vasilyev

    IMAP email on K9 and native app not showing complete inbox, messages come in and disappear

    AquaMail developer here. In the "missing messages" scenario, GoDaddy's IMAP servers returns data that's inconsistent over time and inconsistent with itself. I have proof of this from debug logs collected by my users. This has been going on for years, affecting pretty much any mail app, but...