mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-22 16:30:40 +01:00
84 lines
4.4 KiB
HTML
84 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="description" content="Complaining about using HTML in emails" /> <meta name="keywords" content="HTML,text,txt,plain,email" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/HTML.html">
|
|
<title>
|
|
HTML in emails is annoying
|
|
</title>
|
|
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
|
</head>
|
|
<body>
|
|
<hr/>
|
|
<a href="../../sitemap/sitemap.html">Sitemap</a>
|
|
<hr/>
|
|
|
|
<h1 id="using-html-in-emails.">Using HTML in emails.</h1>
|
|
<p>Emails which are written with HTML are annoying.</p>
|
|
<h2 id="why-are-they-annoying">Why are they annoying?</h2>
|
|
<ol class="incremental" style="list-style-type: decimal">
|
|
<li><p>They look bad with some clients with plaintext inlines (at least on <a href="https://mozilla.org/thunderbird/">Icedove and Thunderbird</a>).</p></li>
|
|
<li><p>They add empty lines to emails. Have you ever tried looking at source of one?</p></li>
|
|
<li><p>They can include very annoying formatting.</p></li>
|
|
</ol>
|
|
<p>Do you like reading email which is for example, all in bold, cursive and with some notice attracting colour, like red? And what if it's even written with some very annoying font?</p>
|
|
<ol class="incremental" start="4" style="list-style-type: decimal">
|
|
<li><p>They don't show correctly in some emails clients.</p></li>
|
|
<li><p>At least guidelines of <a href="http://www.debian.org/MailingLists/#codeofconduct">Debian mailing lists</a>, <a href="http://www.ubuntu.com/support/community/mailinglists">Ubuntu mailing lists</a> and <a href="http://vger.kernel.org/majordomo-info.html">Linux Kernel Developer mailing lists</a> forbid writing emails in HTML. Hopefully others do to, at least they should.</p></li>
|
|
<li><p>PGP/INLINE signed or encrypted blocks get invalid, when HTML adds spaces to them. This seems to be very popular issue (probably, because K9 mail has interesting default settings of sending HTML and topposting...)</p></li>
|
|
</ol>
|
|
<h2 id="my-email-client-cannot-write-messages-in-plaintext">My email client cannot write messages in plaintext!</h2>
|
|
<p>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list">Debian wiki</a> has instructions how to write plain text with many clients.</p>
|
|
<h2 id="but-i-use-webmail-i-cannot-send-plaintext">But I use webmail, I cannot send plaintext!</h2>
|
|
<p>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list">Debian wiki, which was mentioned eaerier</a> also includes instructions for many webmails about writing in plaintext.</p>
|
|
</body>
|
|
</HTML>
|
|
|
|
<hr/>
|
|
|
|
<div id="disqus_thread"></div>
|
|
<script type="text/javascript">
|
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
|
var disqus_developer = 0;
|
|
var disqus_url = 'http://mkaysi.github.com/articles/complaining/HTML.html';
|
|
var disques_title = 'HTML in emails is annoying';
|
|
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
|
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
(function() {
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
|
|
true;
|
|
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
|
|
.appendChild(dsq);
|
|
})();
|
|
</script>
|
|
<noscript>
|
|
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis qus.</a>
|
|
</noscript>
|
|
|
|
<p>
|
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus </span></a>
|
|
</p>
|
|
<!-- vim : set ft=html -->
|
|
<script type="text/javascript">
|
|
var adfly_id = 3820004;
|
|
var adfly_advert = 'banner';
|
|
var exclude_domains = ['example.com', 'example.org', 'cadoth.net', 'mkaysi.github.com', 'mkaysi.github.io'];
|
|
</script>
|
|
<script src="http://cdn.adf.ly/js/link-converter.js"></script>
|
|
</html>
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-40171169-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
|
|
|