82 lines
3.9 KiB
HTML
82 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- Begin Jekyll SEO tag v2.4.0 -->
|
|
<title>PlainInbox | Your awesome title</title>
|
|
<meta name="generator" content="Jekyll v3.7.2" />
|
|
<meta property="og:title" content="PlainInbox" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta name="description" content="PlainInbox is a generalization of PlainEmail to arbitrary SMTP mailservers. The application provides a new kind of workflow that treats your inbox as a stack, reducing distraction while you process each piece of mail thrown your way." />
|
|
<meta property="og:description" content="PlainInbox is a generalization of PlainEmail to arbitrary SMTP mailservers. The application provides a new kind of workflow that treats your inbox as a stack, reducing distraction while you process each piece of mail thrown your way." />
|
|
<link rel="canonical" href="http://localhost:4000/current_work/2018/02/22/plaininbox.html" />
|
|
<meta property="og:url" content="http://localhost:4000/current_work/2018/02/22/plaininbox.html" />
|
|
<meta property="og:site_name" content="Your awesome title" />
|
|
<meta property="og:image" content="https://placehold.it/500x200" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="article:published_time" content="2018-02-22T22:33:16-05:00" />
|
|
<script type="application/ld+json">
|
|
{"description":"PlainInbox is a generalization of PlainEmail to arbitrary SMTP mailservers. The application provides a new kind of workflow that treats your inbox as a stack, reducing distraction while you process each piece of mail thrown your way.","@type":"BlogPosting","url":"http://localhost:4000/current_work/2018/02/22/plaininbox.html","image":"https://placehold.it/500x200","headline":"PlainInbox","dateModified":"2018-02-22T22:33:16-05:00","datePublished":"2018-02-22T22:33:16-05:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/current_work/2018/02/22/plaininbox.html"},"@context":"http://schema.org"}</script>
|
|
<!-- End Jekyll SEO tag -->
|
|
|
|
<link rel="stylesheet" href="/assets/main.css">
|
|
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Your awesome title" />
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
<script src="http://localhost:4000/js/base.js"></script>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
|
|
<link href="http://localhost:4000/css/base.css" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header></header>
|
|
|
|
<main class="page-content" aria-label="Content">
|
|
<div class="wrapper">
|
|
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title p-name" itemprop="name headline">PlainInbox</h1>
|
|
<p class="post-meta">
|
|
<time class="dt-published" datetime="2018-02-22T22:33:16-05:00" itemprop="datePublished">
|
|
|
|
Feb 22, 2018
|
|
</time>
|
|
</p>
|
|
</header>
|
|
|
|
<div class="post-content e-content" itemprop="articleBody">
|
|
<p><strong>PlainInbox</strong> is a generalization of <a href="">PlainEmail</a> to arbitrary SMTP mailservers. The application provides a new kind of workflow that treats your inbox as a <em>stack</em>, reducing distraction while you process each piece of mail thrown your way.</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a class="u-url" href="/current_work/2018/02/22/plaininbox.html" hidden></a>
|
|
</article>
|
|
|
|
</div>
|
|
</main>
|
|
|
|
<footer></footer>
|
|
</body>
|
|
</html>
|
|
|
|
</body>
|
|
|
|
</html>
|