parsemail VS rum

Compare parsemail vs rum and see what are their differences.

parsemail

Hanami fork of https://github.com/DusanKasan/parsemail (by yeo)

rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript (by tonsky)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
parsemail rum
59 4
2 1,771
- -
2.9 3.8
about 2 months ago 5 months ago
Go HTML
MIT License Eclipse Public License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parsemail

Posts with mentions or reviews of parsemail. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-19.
  • G Suite legacy free edition accounts being suspended on July 1, 2022
    4 projects | /r/gsuite | 19 Jan 2022
    It's a pain in the ass right now. Original I come up with the domain hanami.run because I explained here https://www.youtube.com/watch?v=O1p2crPpFIc I feel like wind blow flowers where Hanami blow out emails.
  • Ask HN: Those making $500/month on side projects in 2021 – Show and tell
    13 projects | news.ycombinator.com | 23 Dec 2021
  • Ask HN: Great tools for solo SaaS founders?
    5 projects | news.ycombinator.com | 21 Nov 2021
    I found https://hanami.run (soon to be mailwip.com due to name conflict with hanamirb.org) to setup email forwarding and a simple blog platform by "email to post" and webhook.

    Use it you can consolidate emails from multiple domains to forward to the same inbox. And you can add webhook/slack notification too.

  • Truth about ProtonMail
    4 projects | news.ycombinator.com | 3 Nov 2021
    I think we all know encryption in term of emails is hard to read. Take encryption.Example, when an email failed to deliver and sit in retry queue, where is it on? on Redis, on disk? Is it encrypted or now? If it's encrypted how the search works?

    One thing that I really appreciate is that I can reach ProtonMail support to asked why they flagged my email as spam.

    I build an email forwarding service https://hanami.run and when we first rolled out I reached out to them, they explain to me my entire email looks good and problem is probably by the age of domains. A few weeks later our emails are no longer flagged as spam. I couldn't get that kind of support from gmail or outlook.

    They also maintain https://github.com/openpgpjs/openpgpjs so I think ProtonMail still deserve some credits

    4 projects | news.ycombinator.com | 3 Nov 2021
    You can look into mine (https://hanami.run) very fast to sign up and have a few cool features about webhook or smtp.

    Also, improvmx.com is a great product as well.

    If you like open source, https://maddy.email/ is a single binary deployment that can handle everything even IMAP.

    https://mailcow.github.io/mailcow-dockerized-docs/ is a dockerize solution with super detail document as well.

  • Ask HN: Solo-preneurs, how do you DevOps to save time?
    20 projects | news.ycombinator.com | 12 Oct 2021
    - docker-compose to spin up everything. It's super nice. Again, the deployment is done with a `rsync` then `docker-compose up -f docker-compose-prod.yml`

    Eventually when deployment changes very frequent and need scale/ha I added in Kubernetes. K8S is way easiser to setup than you think and it handle all other suff(load balancer, environment variable etc).

    And my deploy now become: `kubectl apply -f`

    One trick I used is to use `sed` or `envsubst` to replace the image hash.

    For backedup, I again, literally setup cronjob from an external server, `ssh` into database and run `pgdump`.

    I also have a nice NFS server to centralize config and sync back to our git repo.

    I used this whole setup to operate https://hanami.run an email forwarding service for the first 3 months before I added Kubernetes.

  • When users never use the features they asked for
    2 projects | news.ycombinator.com | 29 Sep 2021
    So I want to share a story about user asking for a feature then not using it.

    I run an email forwarding services(https://hanami.run) basically you add your domains in and add some records.

    We had this one heavy users who has like hundreds of domains. So our UI isn't design for that. Who has hundreds of domains? So they approach and asked us for a way to organize those domains into a hierarchy structure.

    All good.

    They are paid our highest tier ($30 per month) so we prioritize the requests and work on it.

    2 days later that same user downgrade to the lowest plan and delete all of their hundred of domains...

    That complicated features remain unused to nowadays...

  • Easily creating and routing email addresses with Cloudflare Email Routing
    2 projects | /r/CloudFlare | 29 Sep 2021
    another email forward hanami.run supports regex matching
    2 projects | /r/CloudFlare | 29 Sep 2021
    I used hanami.run and they support that. A catch-all then an explicitly deny rule to disable certain address.
  • Intuit to Acquire Mailchimp for $12b
    3 projects | news.ycombinator.com | 13 Sep 2021
    I run an email forwarding services https://hanami.run so I can share quite a bit about this.

    Oppose with what many said, delivery to gmail.com is easisest. Now, where it's land is another question. Their spam filtering also very quick to learn.

    icloud and hotmail are the worst because no way to get unblocked. You just fill in the form and wait in the dark. If you got luckly enough, they work on your ticket and unblock the ip. And here is the thing, they outright reject connection so your email cannot event reach the spam inbox.

    So when launch a new IP, you should check on https://ipcheck.proofpoint.com and https://sendersupport.olc.protection.outlook.com/snds/data.a...

    Any host providers that are cheap are most liklely has their IP blocked by proofpoint or microsoft already.

    My strategy was to use server on Hetzner, then try to buy float IP then I can attach to any server. I have to try like 40 before I was able to get a pair of IP that aren't blocked by proofpoint/outlook.

    Then I tried to warm up and build reputation by having a bunch of inbox email each others like 100 email per day then up to 1000 email per day.

    Even with that I got blocked by proofpoint for no reason time by time...

    So it's hard but with right strategy you can still do it. Just take more time and plan to build up and keep good reputation of your IPs.

rum

Posts with mentions or reviews of rum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.
  • That people produce HTML with string templates is telling us something
    16 projects | news.ycombinator.com | 26 May 2023
    (Note that Rum is also a React wrapper, but you don't have to use that part of it; you can simply use it for static rendering of HTML.)

    https://github.com/tonsky/rum

  • Common Beginner Mistakes with React
    6 projects | news.ycombinator.com | 11 Mar 2023
    I love React as long as it has a thin skim of clojurescript over top. Rum is the underdog compared to reagent but is still my weapon of choice - https://github.com/tonsky/rum

    Was disillusioned when I had to dive into a pure js project using it.

    The real benefit, I think, is that you get the well established Clojure idioms around isolating and managing mutable state.

    State is stored in a Atom, which is atomically mutated, and reactive components essentially 'subscribe' to updates upon that atom to re render.

    The mutations can be handled centrally by a message queue, but really, event sourcing like that is not always needed.

  • Giving new life to existing Om legacy SPAs with re-om
    6 projects | dev.to | 4 Nov 2022
    We've been using re-om during the last 6 months and it has really made our lives much easier. Before open-sourcing it, we decided to extract from re-om the code that was independent of any view technology. This code is now part of reffectory and it might be used as the base for creating frameworks similar to re-om for other view technologies, like for example rum, or even for pure Clojure projects.
  • Ask HN: Show me your Half Baked project
    154 projects | news.ycombinator.com | 9 Jan 2021
    I've had an in-browser animated meme editor in the freezer for a few years now:

    https://www.ultime.me/

    The idea came when I wanted to make a simple animated meme, but found it exceedingly frustrating to caption a simple animated gif with nice text options (like outlines). Over time, it's grown to have full keyframe animation for all text and image/video clip attributes, so it is actually pretty capable short of using a desktop video editing/fx package.

    That said, the UX is bad and I should feel bad :) . I made the deliberate choice up front to focus on the underlying data model and internal APIs rather than polishing the UI - as such, it is very much an engineer interface. It would be more usable with some demo videos or call-to-action helpers for new users, but really the UX just needs reworked. Especially around animation/keyframing.

    On the bright side, the clean data model and content addressable assets leave the path clear to add things like collaborative multi-user meme editing, git like meme-forking(and diffing?), and so forth.

    Started it about 3 years ago when I had a period of mostly free time to play. It's been idle for a long time due to starting a family and getting consulting momentum, but I'm intending to make the time this year to polish the UX to the point of general usability and experiment with promotion/monetization. Failing that, I'll probably just open source it and write a couple of blog posts about the internals.

    It is more or less a static web app, with no server side function short of some optional stats collection. It's written in Clojurescript/Clojure and uses https://github.com/tonsky/rum as a React wrapper and

What are some alternatives?

When comparing parsemail and rum you can also consider the following projects:

mailway - Mailway installer, host your own Mailway instance

GoAccess - GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

portmaster - 🏔 Love Freedom - ❌ Block Mass Surveillance

caniemail - Can I email… Support tables for HTML and CSS in emails.

s6-overlay - s6 overlay for containers (includes execline, s6-linux-utils & a custom init)

mailcheck - Reduce misspelled email addresses in your web apps.

free-email-forwarding - The best free email forwarding for custom domains. Visit our website to get started (SMTP server)

python-ksuid - A pure-Python KSUID implementation

golang-samples - Sample apps and code written for Google Cloud in the Go programming language.

aws-lambda-ses-forwarder - Serverless email forwarding using AWS Lambda and SES

laravel-backup - A package to backup your Laravel app

pgvector - Open-source vector similarity search for Postgres