Roy Revelt
Roy Revelt
@pbiolsi check the raw source. I'm pretty sure Gmail is measuring raw source. Now, if message is multipart, there's Base64 with some heavy link scrambling, sizes will bloat significantly.. 1...
hi all, just crossposting here from email geeks slack for posterity because this is surfacing up once in a while. If you want to check, does your email contain any...
@hthompson82 hi! Do you remember, what was the encoding of your raw messages that arrived into Gmail server (for example, quoted printable, Base64 etc.); did you measure character count in...
Not fixed. Same thing — both original `’you’re` and also same thing wrapped with normal HTML head/body in a table. This is still happening. ![screen shot 2019-02-12 at 00 40...
yeah, let's create a minimal case to be able to reproduce.. as they say "He who asserts must prove"
@hthompson82 I checked the Adobe Creative Cloud newsletter which is allegedly sent from their platform. The encoding in the raw source is `charset="windows-1252"`, encoded in quoted printable, with a corresponding...
That's basically how I've been coding — `width` at 100%, if you need to set `max-width` do it in `px`, but drop some Outlook conditional rigid tables outside to contain...
Interesting code sample above, `` would get expanded on Outlook 2013+ to height `19px`, it's missing the `font-size:` fix. Imho it's quite stupid idea to use empty `a` tags to...
@marett mind you, the viewport you mentioned is incorrect because it's rigid. The correct viewport meta tag should be targeting `device-width`: ``` html ``` Before iPhone 6, when all iPhones...
@erickao08 would you be able to share the particular email's HTML source code?