this post was submitted on 04 Nov 2023
178 points (92.4% liked)

DeGoogle Yourself

7743 readers
2 users here now

A community for those that would like to get away from Google.

Here you may post anything related to DeGoogling, why we should do it or good software alternatives!

Rules

  1. Be respectful even in disagreement

  2. No advertising unless it is very relevent and justified. Do not do this excessively.

  3. No low value posts / memes. We or you need to learn, or discuss something.

Related communities

[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 4 years ago
MODERATORS
 

Hi, I’m Hunter Perrin, and I made a new email service called Port87.

Gmail was a great email service back in 2006, but now it just sucks. They put ads in your inbox that look like unread emails to trick you into clicking them. To me, that means Gmail is malware.

I’ve been degoogling my life for the past 7 years, and Gmail is the last Google service I depended on. I love ProtonMail and use it too, but I developed a new way to sort email automatically, and wanted to write my own service based on it.

Port87 lets you use a tagged address like [email protected], and that automically creates a “netflix” label and puts all email to that address in it. This helps keep your email organized automatically, and protects against spam and phishing.

The database abstraction library I wrote for Port87 is called Nymph.js, and it’s open source. Also the UI library I wrote is called Svelte Material UI, and it’s open source too.

I hope you all like it, and hopefully it can help migrate away from Gmail.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 10 months ago (2 children)

Nice. Why use '-', and not '+' like we are used to from google? One argument against '-' is that some people use it as part of their name.

[–] [email protected] 26 points 10 months ago (2 children)

You can also use a plus sign if you want to, but it’s not accepted everywhere, so I recommend using hyphen instead. One example is that Microsoft doesn’t accept plus signs in emails addresses, but does accept hyphens.

Usernames in Port87 can only contain letters and numbers, so there isn’t any issue with using it as a separator.

[–] [email protected] 4 points 10 months ago

MS shadowbans my Proton email domains also. They're a data broker and don't want you to be able to hide your identity. People used + in their emails for exactly the reason and they figured that out.

[–] [email protected] 1 points 9 months ago (1 children)

The reason is that + is specified in the RFC as being for email aliases, so many systems ban it because they don't want you to be able to track who they got your email from. A hyphen, on the other hand, is a normal character.

You're no RFC compliant doing what you're doing, but the advertiser won't catch on immediately because of it.

[–] [email protected] 1 points 9 months ago

I don’t believe there’s any RFC that says I can’t or shouldn’t do what I’m doing. The only RFC concerning subaddressing I can find is RFC 5233 (and the one it obsoletes). That one only concerns sieve filtering, which I’m not doing, and it specifies that any character can be configured as the separator character. The three examples it gives are “+”, “#”, and “--“.

[–] [email protected] 14 points 10 months ago (1 children)

Yeah, this fundamentally breaks email addresses since [email protected] is the same as [email protected]. If someone’s name is hyphenated and they’ve been able to use that in every other email address, it breaks their email.

[–] [email protected] 22 points 10 months ago* (last edited 10 months ago) (1 children)

Hyphens aren’t allowed in Port87 usernames in order to prevent a situation like this. It’s surprising what is actually allowed to be an email address.

"Some Guy"@[192.168.0.5]

That’s a valid email address. There aren’t really any email services that don’t put limits on usernames though. Your Gmail username can’t be "Some Guy".

[–] [email protected] 3 points 10 months ago (1 children)

I get that but you're disallowing valid email addresses to do so. Gmail does actually allow you to use that email address. You would create it as [email protected] and then you can address it to "Some Guy"@gmail.com because Google treats spaces and periods the same since spaces aren't allowed without quotes.

I like what you're doing here, I'm just pointing out a major issue with how you're implementing it. You could have literally chosen any character as the delimiter so it's weird to me that you chose one that's so useful vs. others that are not.

[–] [email protected] 16 points 10 months ago* (last edited 10 months ago) (1 children)

I chose it because it is universally accepted. It works everywhere, as opposed to plus, which doesn’t work in a number of places. It doesn’t really matter that it disallows valid addresses. Every provider disallows valid addresses. [email protected] is another valid address, and you can’t register it.