HTeuMeuLeu
HTeuMeuLeu
Add features tests for more email clients: - [x] Gmail (mobile webmail) - [x] ProtonMail (desktop webmail, iOS, Android) - [x] Mail.ru (desktop webmail) - [x] Fastmail (desktop webmail) -...
Similarly to what caniuse is doing on its homepage, we could add a Third Party Tools list to showcase websites and tools that use Can I email’s data. [. > One major issue I've seen so far affects emails that already have a dark background. These are being...
The desktop webmail of [T-online.de](https://www.t-online.de/) content within HTML conditional comments. So the following example: ```html ``` …is transformed by T-online.de into the following: ```html This is a mso conditional comment....
All versions of Apple Mail (on macOS or iOS) require either the `` tag or `color-scheme: light dark;` CSS property for dark mode to work. This is weird and opposite...
The desktop webmail of the Czech provider [Seznam.cz](https://email.seznam.cz) adds full Youtube embeds after a link to a Youtube video, right inside the HTML code. The following code… ```html Un Zombie...
The desktop webmail of T-Online.de removes the entire `style` attribute of an element when using `table-layout:fixed`. Other values like `table-layout:auto` or `table-layout:inherit` don’t trigger this bug. The following code (sent...
In the first beta of iOS 10, Apple Mail has a new mechanism that doesn't always auto-scale non responsive emails. This results in huge emails that needs to be scrolled...
The [desktop webmail of Orange.fr](https://webmail.orange.fr) incorrectly prefixes CSS comments in a `` tag, making a following `@media` declaration invalid. The following styles… ```html /* Hello world */ @media { .foo...