-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can't see inline images in email #621
Comments
Hey! This is being fixed in the next release, which should be out tomorrow. Stay tuned :-) |
Hey folks—can you check to see that you have free disk space and that the |
Yes, the folder exists and I have disk space. It seems that inline images aren't treated as attachments in these cases and are thus never downloaded. |
The folder exists here as well. And I've enough free space (100+ GB) What I've noticed is that the download folder exists, but the folder inside the download folder (which should contain the images itself) doesn't. |
Oh interesting—can you look at the app's activity panel (Cmd-Option-W on the Mac) and see if we're attempting to download the attachments? When you view a message that has un-downloaded attachments, you should see entries like this in the Activity tab of the window: I think there are two things that could be going on:
(sidenote: the app doesn't actually use curl, we just display requests that way for convenience!) |
I don't see any requests for files, only for threads. So I guess the problem is that the images just aren't seen as downloadable items. In the activity window, all I could see was succeeded requests. |
Hi there guys... same issue over here. No inline images displayed/loaded. |
Same here. I'm using Yosemite 10.10.5
However, N1's image path is for a file with .jpg as extension. I don't know if you re-encodes the image in your servers but I hope this helps. |
Same issue as this? Has anyone tried changing the attachment setting from "Manually" to "When Read"? It does solve the issue for me. I am using Windows 10. |
@ghost000cs setting it to "When read" does solve this now. The setting was set to "When Received". |
I can confirm on El Capitan that changing to "When read" fixed this problem for me. |
I am also seeing this issue. I am on an Ubuntu 14.04 machine. When I look at the debug info it shows me that there is an issue more with embedded iframe reference images. It seems to download them to the
The system html then interprets that as a local web reference to the iframe, and asks the server for that file which does not exist. So, if you either did not download these ones or prepend the |
Hey folks—thanks for debugging this further. Will try to reproduce by changing the attachment setting and see if that narrows it down. Cheers— |
I've confirmed that there are two separate bugs causing problems here:
|
@bengotow - it should be a great feature to include something of a header-type-bar-thingy, like in Thunderbird or Outlook, saying:
|
The inconvenient of select DOWNLOAD ATTACHMENTS WHEN RECEIVE or READ is that it even download the attach documents (doc, ppt, xls, pdf). It will be better that it just download the images and not the attach docuements |
Is this still an issue as of 0.4.19? |
I still get emails where the images refuse to load. On Tuesday, April 5, 2016, Matt Bilker notifications@github.com wrote:
|
Hey @akshaynhegde — can you let me know what setting you've chosen here? . Could you also try viewing one of the Jira emails and then opening the Chromium Developer Tools (Cmd-Option-I on a Mac) and see if there are any failed requests in the console? It' be interesting to dig in further and see if the app is damaging the HTML of the email, or not trying to request the images at all. If you have download attachments "manually" enabled, and the images are sent as inline attachments rather than URLs in the HTML, you'll need to choose "Load images" before they'll render. |
Hi Ben, Thank you for getting back to me. Download attachment settings have been set I checked the console as you suggested and there indeed are a few 404 errors Let me know if you need anything else to debug the issue. Regards, Akshay Hegde |
Hi Ben, Regards, Akshay Hegde |
this bug still there, will it be fixed in the next version? |
I'm running into a slightly different version of this (more akin to the associated issue "Image not being downloaded from Gmail #1259"). I'm running N1 0.4.40 on Windows 10 and use only gmail accounts. Attachments are set to download when read. When I try to save an attachment to a specific folder with a filename extension that isn't exactly correct (in my case, .d ocx -- I notice in the above comment something like .png@[alphanumeric string]), it throws the "Uncaught Error: ENOENT: no such file or directory, open '[file path and name].d ocx'"-type errors from the associated issue. It peacefully downloads from the gmail webapp. Curiously, on my OSX 10.11.5 laptop running the same version (0.4.40-85cf726, to be specific), N1 saves the file to a specified folder without complaint. |
I have the same problem, I've noticed that JIRA adds a |
Another incidence: https://nylas.zendesk.com/agent/tickets/3496 |
Summary: refactor(test): Fix file paths in message item body tests to be prepended with file:// Some inline images were not rendering as seen on (#621). The images were being correctly added to the downloads folder, however, their path was being prepended with an unrelated base url. I hardcoded file:// into the image paths so that they would always point to the local downloads folder. Test Plan: Ran the specific tests for message item body and message item. Also checked in my email. Reviewers: juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3105
Hey! We've pushed an update ( |
I'm having the same issue on v 0.4.401 |
I am seeing this instead of the image on OSX Yosemite (10.10.5).
The text was updated successfully, but these errors were encountered: