-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some emails blank when fetched from iCloud #4202
Comments
I just saw 1.8.152 might address similar issues, hold on |
Fixed in FreeScout v1.8.152. |
Is there a way to clear I deleted it Freescout but it still sees it at something fetched before, I also cleared cache. |
Only by sending a new email. |
Ok I found one that's not importing correctly, sent you an email |
What do you mean? Can you attach some screenshots? Are you using POP3 or IMAP? |
We can't reproduce the issue on FreeScout v1.8.152 |
I'm running 1.8.152 now. What's next ? how can we troubleshoot this ? |
Send a sample email to [email protected] but not EML file and not forwarding. |
I just sent the raw email content using
Not sure what's missing. I attached a screenshot, said it's IMAP |
Yes I guess i couldn't outsmart smtp when using curl to send it, but my mail client correctly parsed the original |
So it's either something in the original headers, that I had to strip, or something with iCloud IMAP ? |
It's hard to tell. You can try to put EML file into /storage/logs/email.eml, run |
It seems to be parsing Text Body, HTML Body, Date etc correctly. Here is what I'm trying right now.
What I'm getting :
Now, with an email that "works", doing the same thing, here goes :
It looks like I'm onto something right ? On the first email, the server seems to return an empty Finally, I enabled debug in Apple Mail on my side and looked at the trace. The mail is fetched with the following IMAP command I believe :
From here I'm thinking, any way I can check and change |
Ok, so using
Now a previous email I never got to display does show up correctly. I'll let it sit for a few days and report if any side effect pops up More references : |
Can you share the changes you've made in the code. |
to
From what I see, this method is called in two locations :
and
And both are using I commented on this exact issue here : Webklex/php-imap#510 |
Try with the attached |
Looking good ! |
@CoE2013 Your issue is different as you have body in the DB. Create a new issue. |
Many incoming emails are blank in the UI, sending samples now
PHP version: PHP 8.2.22
FreeScout version: 1.8.151
Database: MySQL /
PostgreSQLAre you using CloudFlare: Yes /
NoAre you using non-official modules: Yes /
NoThe text was updated successfully, but these errors were encountered: