Closed MykeulGit closed 9 years ago
Hi @MykeulGit
Put your log in WBXML level and check for errors processing the message with id: 1773 Maybe you will find the reason why it's stopping in that message.
Hello,
Thanks for your answer. Very surprisingly, it solved my problem but I do not know why. When activating WEBXML debug, I maxed out the 128M memory_limit of php. I pushed it to 1024M and I have no problem anymore ... which is bizarre as I never had the memory_limit error before.
Now I have another problem, all folders are synced EXCEPT the INBOX which is empty (whereas in the logs it syncs and at the end finds 0 changes for it).
I use dovecot 2.2.13, and have set :
define('IMAP_FOLDER_ROOT', '');
define('IMAP_FOLDER_SENT', '');
define('IMAP_FOLDER_DRAFT', '');
define('IMAP_FOLDER_TRASH', '');
My mailbox is like this :
user@force:/backup/www/z-push-contrib$ perl list_imap_folders.pl -S localhost:993/user@example.com/testpass
Annonces
Divers
Drafts
INBOX
Junk
Junk E-mail
Sent
Trash
VPS
Any ideas ?
Regards
Hi @MykeulGit
IMAP_FOLDER_ROOT is the name of your inbox folder, so in your case, it should be INBOX (the default value) IMAP_FOLDER_SENT; "Sent" IMAP_FOLDER_DRAFT; "Drafts" IMAP_FOLDER_TRASH; "Trash"
I think that part needs some rework, so stay tuned.
I also have found a problem with the imap_getsubscribed function and dovecot, INBOX won't be listed. So I reverted back to the imap_getmailboxes.
Note the new required config options.
Hello,
I would like to thank you really. It works perfectly. Very good software, keep up the good work.
Regards
Hello,
First of all, thank you for this fork, which is perfectly what I needed. Good work.
Tech env :
I have 3 mailboxes on my current test system, and on 2 of them, I get an infinite loop (that never ends obviously). It is the same message than https://github.com/fmbiete/Z-Push-contrib/issues/71 but I do not get ANY error in apache error log, and XMLElement is OK.
Here is the DEBUG log I get : http://pastebin.com/raw.php?i=tfUZhuyh (see at the end mainly)
Sometimes the lines following the error messages changes :
Message id 2930 :
Message id 2930 too :
Can you please help me or tell me what I did wrong ?
FYI : CalDav & CardDAV are syncing perfectly to Owncloud
Regards