Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Mail App iOS 13

    Synchronising (mobile) devices via Z-Push
    5
    43
    3352
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • madpatrick
      madpatrick @genesis74 last edited by

      The update to IOS 13.2.3 solved the main issues with deleting the emails twice.
      There is indeed an delay in getting the notication of a new email and appearing in the folder.
      Pull down in the map app (sync) is working or wait 1-2 sec

      1 Reply Last reply Reply Quote 0
      • A Former User
        A Former User last edited by

        All my Exchange customer did not see any issues with iOS 13. I guess, Apple tests against Exchange but not against other mail systems. The ActiveSync implementation of Exchange is different to Z-Push, so I assume this implementation differences generates this problems.

        Walter

        A Former User 1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User @Guest last edited by

          @WalterHof

          Are these bugs resolved? I still got the same issues with the mail app on ios 13.3.1

          Sometimes i need to delete the mail 2 times on the phone before it is removed.

          1 Reply Last reply Reply Quote 0
          • A Former User
            A Former User last edited by

            Hi,

            it is better but not fully solved. I do not see the unread mails in the inbox. If I then stroke from top to bottom I see the unread mails.

            Walter

            A Former User genesis74 2 Replies Last reply Reply Quote 0
            • A Former User
              A Former User @Guest last edited by

              @WalterHof

              I still got the issue that i need to delete mails multiple (2) times before they are really deleted.

              Do you also still have this issue?

              A Former User 1 Reply Last reply Reply Quote 0
              • genesis74
                genesis74 @Guest last edited by

                Hi @WalterHof,

                same here. If I open mail app as soon as email arrives (with sound), I don’t see it in the inbox at first. After refreshing manually it is there. It is also there if I wait for some time before I open mail app after mail is received. Well, one gets used to eat what Apple is serving, but it doesn’t make me happy.

                1 Reply Last reply Reply Quote 0
                • A Former User
                  A Former User @Guest last edited by

                  @ckruijntjens
                  deleting works immediate. I do not see this issue.

                  A Former User 2 Replies Last reply Reply Quote 0
                  • A Former User
                    A Former User @Guest last edited by

                    @WalterHof

                    Strange thing? Are you also using ios?

                    Could you maybe post your sql config? Before my webapp was also slow. Ive changed a setting in sql and now webapp is faster but mail delete on ios is somehow buggy.

                    The rule i added in mysql config is

                    innodb-flush-log-at-trx-commit = 2

                    1 Reply Last reply Reply Quote 0
                    • A Former User
                      A Former User @Guest last edited by

                      @WalterHof

                      One thing i have to notice i have 3 zpush accounts on my iphone

                      1 Reply Last reply Reply Quote 0
                      • A Former User
                        A Former User last edited by A Former User

                        I have only 2 Z-Push accounts on my iPhone .

                        My MySQL config file:

                        [mysqld]
                        datadir         = /srv/mysql/db/
                        table_open_cache = 400
                        
                        # max_connections = [threads parameter in server.cfg] * 2 + 1
                        max_connections = 100
                        
                        # * Query Cache Configuration
                        #
                        query_cache_limit       = 1M
                        query_cache_size        = 152M
                        query_cache_type        = 1
                        #
                        join_buffer_size = 132K
                        
                        # WH 20.02.2018 use one file per table!
                        innodb_file_per_table=1
                        
                        #########################
                        # WH Zarafa
                        skip_name_resolve
                        bind-address = 127.0.0.1
                        
                        max_allowed_packet = 16M
                        thread_stack       = 1M
                        thread_cache_size  = 12
                        
                        # Tuning:
                        # https://kb.kopano.io/display/WIKI/Basic+MySQL+tuning
                        # innodb_buffer_pool_size = nnn around 50% of total memory size for dedicated Zarafa server
                        innodb_buffer_pool_size = 1024M
                        
                        innodb_log_files_in_group = 2
                        innodb_log_file_size      = 500M
                        innodb_log_buffer_size    = 32M
                        
                        innodb_file_per_table = 1
                        innodb_flush_log_at_trx_commit = 2
                        
                        innodb_autoextend_increment = 2048
                        innodb_flush_method = O_DIRECT
                        #
                        ##########################
                        #
                        # aenderung von mkromer (zarafa)
                        transaction-isolation = READ-COMMITTED
                        
                        [isamchk]
                        key_buffer       = 20M
                        sort_buffer_size = 20M
                        read_buffer      = 2M
                        write_buffer     = 2M
                        
                        [myisamchk]
                        key_buffer_size  = 20M
                        sort_buffer_size = 20M
                        read_buffer      = 2M
                        write_buffer     = 2M
                        
                        # -- eof --
                        

                        btw: innodb-flush-log-at-trx-commit = 2
                        in my SQL config I use underline characters not dashes.

                        1 Reply Last reply Reply Quote 0
                        • A Former User
                          A Former User last edited by

                          hi thanks for your reply. Are you using the same for zpush sql?

                          1 Reply Last reply Reply Quote 0
                          • A Former User
                            A Former User last edited by A Former User

                            I use the FILE state machine for Z-Push.
                            We have only 20 accounts on this system.

                            A Former User 1 Reply Last reply Reply Quote 0
                            • A Former User
                              A Former User @Guest last edited by

                              @WalterHof

                              a ok. i use sql backend :)

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post