Tell us what should happen
Tell us what happens instead
Log:
{"reqId":"LQjGHVd1IQl434tJ783x","level":3,"time":"2020-07-26T14:39:42+00:00","remoteAddr":"***","user“:“username“,“app":"PHP","method":"POST","url":"/nextcloud/index.php/apps/mail/api/accounts/3/folders/RGVsZXRlZCBNZXNzYWdlcw%3D%3D/sync","message":"A non-numeric value encountered at /var/www/vhosts/***/httpdocs/nextcloud/apps/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Ids.php#317","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15","version":"18.0.7.1","id":"5f1d9ac79ba83"}
see also:
PHP encounters a non-numeric value at /var/www/nextcloud/apps/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Ids.php#317
Mail app version: (see apps admin page, e.g. 0.5.3)
1.4.1
Mailserver or service: (e.g. Outlook, Yahoo, Gmail, Exchange,...)
iCloud ([email protected], [email protected])
Operating system: (e.g. Debian 8)
Web server: (e.g. Apache, Nginx,...)
Database: (e.g. MariaDB, SQLite or PostgreSQL)
mysql MariaDB
PHP version: (e.g. 7.0)
7.4.8
Nextcloud Version: (see admin page, e.g. 13.0.2)
Browser: (e.g. Firefox 48)
Operating system: (e.g. Arch Linux)
I can confirm the issue. Even if the problem is fixed with a cast, the iCloud mail bodies were still not displayed:
https://github.com/nextcloud/mail/issues/2967#issuecomment-618380288
Yes, somehow issues with icloud occur from time to time, yet I don't know why. https://github.com/nextcloud/mail/issues?q=is%3Aissue+icloud+is%3Aclosed
Right now we do not have any account we could test/verify this bug with.
@ChristophWurst Since iCloud is one of the most used mail providers, it would be great if the issue could be solved.
An iCloud mail account can be created without any cost the same way like using Gmail, GMX or Web.de: https://support.apple.com/de-de/HT204316#web
@ChristophWurst Since iCloud is one of the most used mail providers, it would be great if the issue could be solved.
Believe it or not, but we've heard the same reasoning for pretty much every bug. There is always a person to whom a particular bug is the most important one to fix.
We'll look into it when time allows or if a customer runs into the issue. Until then, I would be very grateful for debugging help. I can give you pointers and everything on how to get started.
Hello,
finally someone found how to resolve the bug ?
Thank you for your help !
nope, we're lacking the resources to check such specific setup. if you want to help move this forward dive into this yourself if you're a developer, ask a friend or hire someone who can help :)
Nextcloud is so complex but it’s so wonderful ! I think it’s the better soft I ever seen so I can wait !
De : Christoph Wurst notifications@github.com
Répondre à : nextcloud/mail reply@reply.github.com
Date : jeudi 26 novembre 2020 Ã 09:47
À : nextcloud/mail mail@noreply.github.com
Cc : cyriltouboul cyril.touboul@icloud.com, Comment comment@noreply.github.com
Objet : Re: [nextcloud/mail] Nextcloud Mail not fetching Mails by iCloud (#3401)
nope, we're lacking the resources to check such specific setup. if you want to help move this forward dive into this yourself if you're a developer, ask a friend or hire someone who can help :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
I have this issue as well, what’s confusing is it is able to show the number of emails in a particular folder, but shows all folders as empty when selected.
The number in the sidebar is a direct query to the STATUS of the IMAP mailbox. The contents displayed go through a caching layer. That explains the difference.
Thanks for clearing that up for me. If I knew how to code, I would for sure help out with the nextcloud project. You guys do great work.
No problem. Appreciate good bug reports just as much :)
And on a side note we're not just guys :wink:
Hi,
I have the same problem, I use nextcloud (which I love) within a docker environment, latest nextcloud:apache image in a docker swarm stack.
It is just for personal use, so is do not mind if I have to break things in order to provide useful log/debug ..
How can I help? Is there any log that you may need, or debug statement I can put in the nextcloud src code? I May I be your guinea pig, but I need some guidance as I am not that great coding in PHP.