|
|
|
|
|
by tehabe
3645 days ago
|
|
The issue is, that Outlook sends crappy emails in the default setting. And since nobody changes those everybody is sending crappy emails. Also, we are talking about email. Maybe it is good for an address book, calendar, tasks, etc. pp. But as an email client it is awful, also because it is as complicated as mutt but actually less powerful. My biggest complained about Outlook is actually a bug in their HTML engine. From Outlook 14: > font-family:"Calibri","sans-serif"; What's the issue here? Simple, if Calibri isn't there, my browser looks for a font called "sans-serif" and doesn't use the default sans-serif font, the result the email is presented in a serif font. Correctly, it should look like this: > font-family:"Calibri",sans-serif; I know this is nit-picking but for me it is annoying. |
|