Skip to main content

Feature Ideas

We feel that FeedMail has the basics covered and are looking into what we can support next. We don't want to become too bloated but think there is room for a few more features!

Here are some ideas that we are considering. If any of these ideas appeal to you please message support and let us know we can then prioritize the popular features..

PGP Encrypted Notifications

While FeedMail requires access to the feed contents in order to check for new items, we could keep your email provider out of the loop by encrypting the subject and message body.

Please also let us know how you would like to use this feature. Would you use a key per account, email address or subscription?

Automatic Subscription Backups

While FeedMail performs our own backups some users want control of their own data in case the worst happens. Would you be interested in getting an OPML export of your subscriptions emailed to you monthly, yearly or some other interval? Or would you like to have them backed up another way?

2 Factor Authentication

2FA is a great way to improve your security. For example even if someone learns your password they can't access your account. This is done by using two "factors" to authenticate you. This is typically a password like today, plus something else. Common examples would be security keys, one-time codes or HSM auth based on fingerprint or face-recognition.

Part of the complication for FeedMail is that as we primarily send email we need to stop sending messages if the owner of the email address asks us to. This means that even if we implemented 2FA someone with access to your email address would be able to delete your account or remove the affected email addresses. So this only provides marginal extra security.

Is this important to you? And what type of second factors would you like to see? WebAuthn? TOTP?

Third-Party Login

Would you find it convenient to log in with OpenID providers, Google, GitHub or SAML? Which providers would you like to see.

Note that this is also beholden to the complications as 2FA. Whoever controls the email will at least be able to delete the account.

More Powerful Filters

Right now FeedMail supports filtering only by category. This provides a very nice experience when the feed has categories. Unfortunately not all feeds have categories!

Originally the idea of FeedMail is that you can use the powerful filtering of your mail provider instead of basic filtering on the service. However many popular providers don't provide a filter mechanism that would work well for categories, so we added support in FeedMail.

However some providers have very basic filters and it is a bit of a waste to send messages that will just be filtered out, so we are considering adding more advanced filter support such as regex matching on title, body and more.

Let us know if you are interested and what type of filters you would like to create.

Digests

While individual messages make it easier to read, filter and delete entries one-by-one some feeds update very often and that can get expensive. Or some users just prefer to get their updates at a specific time of day.

No one on our team is interested in digests so we would really appreciate any feedback with your use cases so that we can make a feature that works for you.

Other Ideas?

If you have other things you would like to see in FeedMail feel free to reach out and share your ideas with our support team. We can't promise that we implement everything but we will track interest and prioritize the popular ideas.

Comments

Popular posts from this blog

Announcing FeedMail

I'm pleased to be sharing a project that I have been working on for a while and have been thinking about doing for even longer. FeedMail is a simple service that aims to get updates from your favourite websites to your email with no fuss and no nonsense. If you are already sold and want to follow some feeds simply go to feedmail.org to get started. How FeedMail Works FeedMail works using a set of technologies informally called RSS. FeedMail actually supports a variety of feed formats including Atom, RSS2 and RSS1. These feeds are created by websites and updated whenever new content is posted. FeedMail subscribes to these feeds on your behalf and forwards new entries to the email address of your choice. Many websites support these feeds. Just post the URL to an article or website that you want to subscribe to and FeedMail will show you the available feeds. For example the following websites support RSS: YouTube Channels Medium GitHub Releases Tumblr Many news sites Many more... RSS

Digests are Coming

Up to this point FeedMail has only supported real-time notifications. Meaning that every feed update immediately produces a single email. However this is about to change! When we asked for feedback on the features you would like to see in FeedMail we had a number of users reach out saying that they wanted a way to batch notifications together. We saw two main reasons for this: To reduce noise in their inbox. For some high-volume feeds users wanted to be able to quickly skim, then delete the entire batch in one go. While deleting one-by-one offers more flexibility, the bulk option is easier for high-volume feeds. To reduce costs. While we believe that our prices are incredibly reasonable, they can add up if you are getting lots of updates. For example if you follow a feed that updates every 15min that will be about $35 a year (or half price if you buy your credits in bulk). Not super expensive but maybe more than you want to spend for a single feed! Digests provide and option for cost

Providing Email Subscriptions to your Readers with FeedMail

If you offer a blog with an RSS feed you can reach more users by offering email subscription as well. FeedMail provides an easy-to-integrate newsletter that has no cost to you. Just select one of the implementation strategies below. Implementation Options Link The easiest option is to provide a link to the subscribe page. First got to the FeedMail New Subscription page. Enter your website's URL and click "Go".  Then copy the URL from your browser's address bar. This the the URL to subscribe to your website! It should look something like https://feedmail.org/subscriptions/new?url= https%3A%2F%2Fyour-site.example . You can then link to that URL from your site. For example if you are using raw HTML in your design it would look something like: <a href="https://feedmail.org/subscriptions/new?url= https%3A%2F%2Fyour-site.example ">Click here to subscribe by email.</a>  Subscribe Button To use a button simply add the following code to your website. &l