![]() |
N900 and N9 email misses some attachments
Searching hasn't found me a case quite like I've run into.
My N9 somehow has started to fail to get attachments in emails from one particular sender. Every week, she sends a newsletter in pdf format. I get the email body, but the attachment is missing. My wife gets the same email, but she gets the attachment intact. If she forwards me the email she received, the attachment is there. I get another pdf weekly newsletter from another sender using the same domain, same email system. Those attachments appear for me just fine. I get attachments sent by everyone else -- as far as I know. When I get home and download my emails on my PC, I get the missing attachment (in KMail, no less). The incoming mail is plain old POP3. Anyone got an idea? Obviously, it's work-aroundable, but I'd really like to know what gives. |
Re: N9 email misses some attachments
Now as you say I remember same happening to me (a few times).
I could not nail it down to any sender, mail provider or system. I have the iDevice in suspicion but... And onemore prob I have is that for one specific account all sent mails go out but I get a error that sending failed and the mail vanishes. But it is sent and received. Only annoying I cannot track it. |
Re: N9 email misses some attachments
Have you tried checking out the offending emails' source? Perhaps you might even post it here, antonymized, ofc.
|
Re: N9 email misses some attachments
source was someaccount @ a german mail provider (via iPhone), sink was another german mail provider (IMAP)
Especially strange was that also the N900 (modest) was not able to show the attachment but at least told me about an attachment in te overview. But on big gun (or web) it was there. -- Quote:
did you mean atomized? :) |
Re: N9 email misses some attachments
Sorry, I meant the email source code. All the headers, boundary lines etc. Anonymized as in stripped of any personal info.
|
I'm looking at the email source on my PC, and there are differences between sender whose pdf attachments do come through on N9 and hers who don't.
When looking at the breaks between text/html/attachments, the 'good' messages separates section with '------=_Part_ . . .' and the bad has '----boundary_ . . . ' Also, the good one has a field called 'Content-Disposition'. Bad does not. I'll see what I can do anonymizing the source, but I realize I'm pretty naive about smtp. And both senders are probably using some form of Apple product, this being a school setting which has been Apple-centric in much of the US even before the Mac arrived. |
Re: N9 email misses some attachments
Just edit the source as text, replace anything personal (email addresses, names) with xxxx and attach it here.
|
Re: N9 email misses some attachments
Ok, let's start with the "bad" message.
Code:
MIME-Version: 1.0 Code:
Date: Wed, 09 Sep 2015 16:25:22 -0700 |
Re: N9 email misses some attachments
Excellent, exactly what I needed.
OK, let's start with the "good" message (because it is simpler, no other reason). It has two parts: an HTML text and one attachment. Simple. The "bad" message has also two parts, but each of them is nested. The first part has two sub-parts, the text in plain text and in HTML. (Does your phone show the text? And if so, in what format?) The second part is also nested, with three attachments: one JPEG and two PDFs. There is nothing inherently wrong with that format, a semi-decent email client should be able to process it. It looks like a bug the N9's client. For completeness, it might be interesting to see the email after being forwarded by your wife. You say your phone can read that correctly, maybe her email client reformats it before sending to a form your phone can understand. |
Re: N9 email misses some attachments
@pichlo
Excellent! Exactly what I did not see and did not know. I had that Content-Disposition: inline; under suspicion but "nested parts" I did not see. Thanks. Now to the question how to solve? At least for the N900 I see the chance via CSSU... |
Re: N9 email misses some attachments
I should add that my "nothing inherently wrong" is strictly only 99% correct. It is not very common to format emails like that. A canonical form of robthebold's "bad" message would be four parts. The first part nested, with a plain text and HTML sub-parts, then the other three parts for the attachments. Grouping the attachments like in that message may be seen as ambiguous. Technically, it has a single attachment containing three files.
|
Re: N9 email misses some attachments
And now a bit to the history:
N900 (modest) does not show attachments but informs you in overview that this mail has got attached something N9 (fenix) does not show the attachments and gives you not a hint at all that there could be something attached Jolla (???) does not open the mail at all (and freezes mail client completely so you need to close/reopen it) Make your own conclusions ... |
Re: N9 email misses some attachments
Quote:
I forwarded the message again back to myself, and this time checked it on both the N9 and N900. As Peter suggested, the N900 email works fine: attachments can be opened properly. On the N9, Fenix pretends that they don't exist. Haven't yet been able to get my wife to re-forward the email from her iPhone to me. So I guess it is a bug in Fenix on N9. N900 mail works as expected as Peter said. And amazingly, even KMail on Kubuntu works! (In case anyone didn't know, email client software is a "bleeding edge" kind of thing in KMail, and shouldn't be relied upon in a production environment. No, really. I'm not kidding. We're still dragging KMail kicking and screaming into the 20th century. Yes. You read that right. The 20th century.) |
Re: N9 email misses some attachments
@rob
for clarification: on N900 original mail did not show/open the attachment (neither it was shown in 'message details'). But only in mail list overview there was the icon that this message should have an attachment. -- going to forward/resend ... -- forwarding/answering (back to own mail) from N9/N900 to N9/N900 did all not work |
Re: N9 email misses some attachments
Quote:
|
Re: N9 email misses some attachments
Quote:
[BTW, it looks like there are some related KMail bugs reported when trying to forward inline emails with HTML formatting that were originally sent from MacOS users -- as in my case. (Well, since it's KMail, I should say: "reported and cheerfully ignored".) So we haven't got the only email client to choke on these.] |
Re: N9 email misses some attachments
If I am right and it is the nesting that is the problem, then it is the message itself. The method of retrieval makes no difference.
|
Re: N9 email misses some attachments
According to what I have seen, the messages with "invisible" attachments I received all came from iPhones or iPads.
As peterleinchen said: N900 does not show attachments but informs you in overview that this mail has got attached something N9 does not show the attachments and gives you not a hint at all that there could be something attached. Only from the size of the email, you can conclude that there is an attachement. With Jolla, it is a mixed bottle. It appears to me that most emails and attachments are now shown as they should. Only at very rare occasions, I can not download an attachment on the Jolla. Email client on myJolla never freezes. It would be great if someone could resolve this issue! It must somehow be related to the way how iOS "packs" the attachments. BTW: my N900 at some point started to corrupt attached .doc files so that they could not be opend by the addressee. |
Re: N9 email misses some attachments
Anyway, could someone send me such an email so I can reproduce the problem and (hopefully) fix it?
|
Re: N9 email misses some attachments
I tried to forward (also answer to my own) to different providers and also back. But I always end up with either the message not included completely (so attachments missing) from N9/00 or the message gets converted from Mime: Apple to Mime: 1.0 and the nesting is gone (message can be fully read on N900).
So I guess only chance is someone can provide the message via an iDevice ... |
Re: N9 email misses some attachments
Quote:
|
Re: N9 email misses some attachments
Or would you be happy with the 'raw' mail file from modest cache?
|
Re: N9 email misses some attachments
Quote:
|
Re: N9 email misses some attachments
Isn't robthebold's post good enough? Copy and paste that to a text file, rename it to .eml and email to yourself as attachment. You may need to add some Base64 content where he stripped it off. I can do that later today, gotta dash to work now.
EDIT: Just done. Replaced stripped attachments with random PDFs found on the web, otherwise left as robthebold's original. Saved as message.eml, sent as attachment to freemangordon, Bcc to myself. A curious thing: Outlook can open the saved message.eml but not the one attached in the email. Like peterleinchen says, it shows there is an attachment in the list of emails, but nothing at all when I actually open that email. Jolla, in the same situation, shows there is an attachment "message.eml" and can download it but not open it. Testing on N900 needs to wait until I get back home. |
Re: N9 email misses some attachments
Found that modest stores the files in its cache folder in EML format.
So edited it and sent to fmg as well ;) N9 and N900 show the EML attachment but do not show the attachments inside the forwarded EML. Thunderbird displays pretty nice. So now it is on you freemangordon ;) TIA |
Re: N9 email misses some attachments
Quote:
|
Re: N900 and N9 email misses some attachments
some progress on the issue, see IRC logs on #maemo-ssu
http://mg.pov.lt/maemo-ssu-irclog/la...10-04T00:03:10 |
Re: N900 and N9 email misses some attachments
Anyway.
Thanks for yours, and pali's, efforts. I guessed back then that it is an iDevice failure ... |
Re: N900 and N9 email misses some attachments
Quote:
For N9 I can't do much :( |
Re: N900 and N9 email misses some attachments
I think now N9 misses all attachments. :lol: At least at me dosent work anymore, dosent recognize the password.
The good part? My mail wasnt hacked. ;) |
Re: N900 and N9 email misses some attachments
Quote:
Not that this would be a reason to abandon the N900. Nor something to really care about as those mails were sent probably only by iDevice(s). BUT this attitude let me believe in the future of Maemo :D Thank you too. So much! Quote:
(I would but unfortunately there is no such thing as M6-cssu :() |
All times are GMT. The time now is 01:12. |
vBulletin® Version 3.8.8