Showing posts with label Gmail. Show all posts
Showing posts with label Gmail. Show all posts

Monday, September 18, 2017

Tech Shortcomings That Drive Me Nuts

1. Why can’t you embed a YouTube video in a Google Doc?

2. Why can’t you schedule an automatic backup of your Squarespace site?

3. Why can’t you sort messages in Gmail by subject or sender?

Sunday, January 29, 2017

My Love-Hate Relationship With Gmail

I rely on Gmail for both my business and my personal life, yet every day I’m reminded of its major limitations:

1. I can’t sort messages in any way other than by date.

2. The trash can is called “archive,” and operates according to peculiar rules.

3. Creating a rich-text signature is an exercise in frustration.

4. The “select-all” function is MIA.

Tuesday, August 4, 2015

How Gmail Handles Preview Text

An email reply, dated April 22, 2015, from Brayden H., a technical specialist with Google Apps for Work.

I have spent some time this afternoon digging around in our code base and testing the behavior for myself in my test accounts.

What I have found is some variability in the number of characters that are selected to be in the snippet. Gmail is doing some amount of interpretation when deciding how much text to display. If there are additional spaces, or if a periods (.) are used you can get the snippet size to vary slightly, but within a narrow range.

Gmail takes the initial text of the body and uses it as the snippet shown in the thread list view. It will ignore spaces and line breaks and go straight to the actual text. If there is a line break it will convert it to a space in the snippet. I have gotten the front end to display different length snippets depending on the content, but they are consistently between 90 and 101 characters (based on testing done so far).

The simple answer is that you cannot prevent these from showing. Gmail will grab the first set of characters and display them if the recipient selected preference to show the snippets.