all repos — web @ 5be034071ea11c61ab4b1391037ef04338538ec8

Landing page for forlater.email

pages/_index.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
---
template: page.html
title: forlater.email
subtitle: Email-based bookmarking service.
---

Email-based bookmarking service.

**NOTICE**: it's not up yet!

### save it for later

*TL;DR*: Send a link to `save@forlater.email` to get started!

Simply send an email with a link (or links; one per line) to
`save@forlater.email`, and you'll get a readable, clutter-free version
of it in your inbox. No tracking, no bullshit.

Don't like HTML email? Me neither, actually. I've got you covered: all
emails have both `text/html` and `text/plain` parts; plaintext content
is optimized for readability, with images and links as footnotes.

### organizing saved pages

All saved email come from `saved@forlater.email` (notice `saved`!). For
example, here's a [sieve](http://sieve.info/) filter for sending mail
from `saved@forlater.email` to a folder called `Read Later`.

```sieve
require ["fileinto", "mailbox"];
if address "From" "saved@forlater.email"
{
    fileinto :create "Read Later";
}
```

Or, if you use GMail, you can [create filter
rules](https://support.google.com/mail/answer/6579?hl=en#zippy=%2Ccreate-a-filter)
to automatically label mail from `saved@forlater.email`.

In short: do it however you like! That's the beauty of email.