Keyboard Shortcuts
Likes
Search
A Transferred Attachment
I've read many posts that state attachments are the one thing that is not included in the transfer of a group from YG, but I found one in our recently transferred group's Emailed Photos album. Clicking on the blue Messages button under the picture, took me to a 2012 post associated with the picture. If one attachment made the transfer I wonder why all the attachments can't?
Don |
Don,
I've read many posts that state attachments are the one thing that isCool! I've been wondering about this. Clicking on the blue Messages button under the picture, took me to aSpeculation on my part, but maybe it wasn't an attachment. You don't say what you mean by "associated with", but if the photo was an image inline in the HTML message body there are at least three forms it could take: cid: - a traditional attached image file http: - a "remote" image hosted somewhere on the internet data: - an inline image file If you can still access that message in the Y!Group it came from, looking at the View Source there may tell you what type this was. You'd be looking for something of the form <img src="cid:...."> "cid" means content identifier, and that's used when the image file is located in an attachment to the message. This type of image I would expect not to have been copied over, because it is an attachment. "http" means a web file - the image isn't attached to the message but is instead loaded from some web server somewhere. This type of image I would expect to come through fine, but not end up in the Emailed Photos Album - I'd be amused to know if it did. "data" means that the file is encoded right there, inline in the HTML of the message body. This is the case I think might be in your message. In which case if you look at the view source you'll see a large (or large-ish) block of base64 encoded data in the message body. Because this was not an attached file, but data in the message body itself I would expect it to copy over intact. Looking at the View Source at Groups.io might not answer the question. I think images get special treatment when posted or transferred in and that would likely invalidate the evidence. Shal -- Help: /static/help More Help: /g/GroupManagersForum/wiki Even More Help: Search button at the top of Messages list |
On Feb 17, 2018, at 4:26 AM, Shal Farley <shals2nd@...> wrote:
Speculation on my part, but maybe it wasn't an attachment.Thank you, Shal, for explaining this. With viruses still spread in email attachments, none of my public lists allow attachments. And for simplicity I have resisted HTML vigorously. (The colors and fonts people choose are horrendous.) A few years ago I relented on HTML for about 2 weeks because there were so many people who wanted to format their messages. Suddenly ¡°attachments¡± appeared. I couldn¡¯t figure out how people had gotten them attached. Huge pictures, etc. I dropped the HTML and got no arguments, but I¡¯ve never understood what happened. The same thing is true in Apple Mail. I often search messages for an attachment and suddenly, not all messages with ¡°attachments¡± are marked with the paperclip. It¡¯s now undependable. Sharon ---- Sharon Villines TakomaTime, a neighborhood timebank takomatime.timebanks.org |
Thank you, Shal, for explaining this. With viruses still spread in email attachments, none of my public lists allow attachments. And for simplicity I have resisted HTML vigorously. (The colors and fonts people choose are horrendous.) A few years ago I relented on HTML for about 2 weeks because there were so many people who wanted to format their messages.Sharon - I too had similar concerns about HTML. I have one group with a number of older members who have their default screen displays set to certain fonts and sizes, and screen colors set to their preferences for readability. On the other side of the coin, members are now used to having photos accompany discussions as Facebook does. I have been a big advocate of groups.io's plain text messages, but still allowing attachments. It lets everyone keep their own preferred views and still share photos, And as you explain, it keeps out a lot of undesirable stuff. The other thing I was an advocate for was letting individual users set their own maximum size limits for accepting attachments. Some users are still on dialup, while others have very fast connections, so users can set things for themselves, and see a link instead if they prefer. I think you'll find a lot of unique features here on groups.io because of Mark's desire to work with users to make things better. That synergy makes groups.io so much more user friendly than other platforms. I think this is why new users say it's so much better here, but can't quite describe why. Dano |
Shal,
I looked for the file in Attachments on my YG, and I could not find it. I did find the post, and there were really three images attached. When I clicked on the thumbnail in the post and clicked on Inspect I copied this. <div class="att-thumb grey has-thumb" data-imgurl=" id="yui_3_15_0_2_1518886354882_5350" style="background-image: url(/g/GroupManagersForum/topic/a_transferred_attachment/11900757/";);"><div class="header"><div class="att-type" aria-hidden="true">JPG</div><div class="att-size" aria-hidden="true">40 KB</div></div><div class="att-name fs-12" aria-hidden="true">thinlite cover.JPG</div></div> Does that tell you anything? Don |
Sharon,
... I have resisted HTML vigorously. (The colors and fonts peopleThe "Normalize HTML Emails" checkbox, in the Message Formatting section of your group's Settings page, will help with that if you want to allow some formatting. Suddenly ¡°attachments¡± appeared. I couldn¡¯t figure out how people hadBut won't help with that, it still allows images to pass. I think I tried combining that with setting the Attachments option to "Strip". The result in some (but not all) cases was a rectangle outline where the image had been, in other cases the text closed up leaving no empty space where the image had been. I don't think I tried "http" or "data" images to see if they would still appear. Shal -- Help: /static/help More Help: /g/GroupManagersForum/wiki Even More Help: Search button at the top of Messages list |
Don,
> I did find the post, and there were really three images attached. When > I clicked on the thumbnail in the post and clicked on Inspect I copied > this. > <div class="att-thumb grey has-thumb" data-imgurl=" > ...> Does that tell you anything? I think it tells me that that particular image, thinlite cover.JPG, was picked out by Yahoo! Groups and replaced with a link to it as an attached image file. This looks like code for a thumbnail of the image at the bottom of the message, and notably the thumbnail is an "http" style image, not itself an attachment. The thumbnail is still stored there: Note, in this message the thumbnail is a "cid" image, I did that rather than "http" in case the image isn't available later. So, no, from this particular code snippet I'd say we only saw a demonstration of what I expected: "http" images are not attachments. You might have to have saved this message in your email folders to have it as a "pristine" example, unmodified by Yahoo Groups. Shal -- Help: /static/help More Help: /g/GroupManagersForum/wiki Even More Help: Search button at the top of Messages list |
¿ªÔÆÌåÓýShal, ? I can bring up the image by clicking on the thumbnail, but I don¡¯t know if that will give me any pertinent information. After I found the email with the three thumbnails below the text, I started wondering if all the images were done at the same time, in the same way, why didn¡¯t I get all three images instead of just one. Whatever that person did with his post couldn¡¯t be an isolated occurrence (Or could it be?), that they or no one else had not replicated in 18 years of posts. If the image was embedded into the email could that make a difference? ? Don ? From: [email protected] [mailto:[email protected]] On Behalf Of Shal Farley ? Don, |
Don,
If the image was embedded into the email could that make a difference?I'm not really sure. What landed in Emailed Photos - just the one thumbnail, or the full size image, or... ? And what was included in the body of the Message's page? Shal -- Help: /static/help More Help: /g/GroupManagersForum/wiki Even More Help: Search button at the top of Messages list |
Shal,
toggle quoted message
Show quoted text
The full size image. The body of the message page was just text. The image linked back to the message page. Don -----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Shal Farley Sent: Saturday, February 17, 2018 7:26 PM To: [email protected] Subject: Re: [GMF] A Transferred Attachment Don, > If the image was embedded into the email could that make a difference? I'm not really sure. What landed in Emailed Photos - just the one thumbnail, or the full size image, or... ? And what was included in the body of the Message's page? Shal -- Help: /static/help More Help: /g/GroupManagersForum/wiki Even More Help: Search button at the top of Messages list |
Shal,
I was looking at the wrong email that I gave you information on, as a few replies before that email I found the right one. The image was done by another person, and they told how they did it. They "composed message with Rich Text Editor function. Drag/dropped photo into message editor." He was using Firefox on a Mac. Don |
Don,
The image was done by another person, and they told how they did it.If I recall correctly, image drag-and-drop to the RTE only worked if the image was hosted somewhere, and the result was an "http" type of image. So that likely answers the mystery: it wasn't an attachment, properly speaking. Shal -- Help: /static/help More Help: /g/GroupManagersForum/wiki Even More Help: Search button at the top of Messages list |
Shal,
toggle quoted message
Show quoted text
Thanks for taking the time on this mystery. A good mystery puts a little spice into the mix though huh. Don -----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Shal Farley Sent: Sunday, February 18, 2018 5:46 PM To: [email protected] Subject: Re: [GMF] A Transferred Attachment Don, > The image was done by another person, and they told how they did it. > They "composed message with Rich Text Editor function. Drag/dropped > photo into message editor." If I recall correctly, image drag-and-drop to the RTE only worked if the image was hosted somewhere, and the result was an "http" type of image. So that likely answers the mystery: it wasn't an attachment, properly speaking. Shal -- Help: /static/help More Help: /g/GroupManagersForum/wiki Even More Help: Search button at the top of Messages list |
Do jpegs act the same, as in not the same way? ? Have a great day,
--... ...-- Dale - WC7S in Wy "Actions speak louder than words"
1856 - Abraham Lincoln
From: [email protected] <[email protected]> on behalf of Shal Farley <shals2nd@...>
Sent: Sunday, February 18, 2018 6:45 PM To: [email protected] Subject: Re: [GMF] A Transferred Attachment ?
Don,
?> The image was done by another person, and they told how they did it. ?> They "composed message with Rich Text Editor function. Drag/dropped ?> photo into message editor." If I recall correctly, image drag-and-drop to the RTE only worked if the image was hosted somewhere, and the result was an "http" type of image. So that likely answers the mystery: it wasn't an attachment, properly speaking. Shal |