fmbiete / Z-Push-contrib

Z-Push fork with changes that I will try to contrib
GNU Affero General Public License v3.0
134 stars 61 forks source link

Sync problem with default Android Application #292

Open lukasde opened 7 years ago

lukasde commented 7 years ago

Hello,

I have problem with syncing emails in default application (Gmail) in Android 6 and Android 7 (but for example in Nine or Mailwise all works goodly).

I don't see all emails, or I see empty inbox, or my gmail is freezing up or it's getting to loop during synchronization, or it freeze after switch from sent folder to inbox folder, etc.

I think it's problem with default folders (I set up it in imap.conf.php as you can see below, but without success).

My configuration is: z-push with backendcombined with backends imap, carddav, caldav centos 6.5, dovecot 2.2.x (maildir), apache 2.4.x, php 5.6.x (i don't use php-fpm)

This is structure of my typical mailbox: drwx------ 5 test6 uzivatele 4096 Jun 28 14:51 Archive drwxr-xr-x 2 test6 uzivatele 4096 Jun 28 15:05 cur -rw-r--r-- 1 test6 uzivatele 0 Jun 28 14:58 dovecot-acl-list -rw-r--r-- 1 test6 uzivatele 2464 Jun 29 15:09 dovecot.index.cache -rw-r--r-- 1 test6 uzivatele 1988 Jun 28 15:05 dovecot.index.log -rw-r--r-- 1 test6 uzivatele 154 Jun 28 15:04 dovecot-uidlist -rw-r--r-- 1 test6 uzivatele 8 Jun 28 15:00 dovecot-uidvalidi

ty -r--r--r-- 1 test6 uzivatele 0 Jun 28 14:58 dovecot-uidvalidity.5953a7fb drwx------ 5 test6 uzivatele 4096 Jun 28 14:50 Drafts drwx------ 5 test6 uzivatele 4096 Jun 28 14:50 INBOX drwxr-xr-x 2 test6 uzivatele 4096 Jun 28 15:04 new drwx------ 5 test6 uzivatele 4096 Jun 28 14:50 saved-messages drwx------ 5 test6 uzivatele 4096 Jun 29 14:27 Sent drwx------ 5 test6 uzivatele 4096 Jun 28 14:50 sent-mail drwx------ 5 test6 uzivatele 4096 Jun 28 14:50 Spam drwxr-xr-x 2 test6 uzivatele 4096 Jun 28 15:04 tmp drwx------ 5 test6 uzivatele 4096 Jun 28 14:50 Trash

This is my imap.conf.php: define('IMAP_FOLDER_INBOX', 'INBOX'); // Sent folder name (case doesn't matter) define('IMAP_FOLDER_SENT', 'Sent');

// Draft folder name (case doesn't matter) define('IMAP_FOLDER_DRAFT', 'Drafts');

// Trash folder name (case doesn't matter) define('IMAP_FOLDER_TRASH', 'Trash');

// Spam folder name (case doesn't matter). Only showed as special by iOS devices define('IMAP_FOLDER_SPAM', 'Spam');

// Archive folder name (case doesn't matter). Only showed as special by iOS devices define('IMAP_FOLDER_ARCHIVE', 'Archive');

Please do you have any idea?

Thank you very much, Lukas

wbxml.txt

JSDA123 commented 6 years ago

Hello Lukas,

I have similar issues and was wondering if you ever found a solution?