Earlier quoted context omitted.
That's tripe. They know who authenticated to the SMTP server, so they could enforce that the From address is who it was authenticated by. Otherwise, they basically act as an open relay.
Sending from multiple From addresses is a common use case. I send from at least 4 different email addresses all hosted by fastmail in the same account. Having to create different logins to authenticate each sender would be a huge pain. Plus it's not a unique problem to fastmail.
JMAP: Like IMAP but Not Really
191–200 of 235 posts
Re: JMAP: Like IMAP but Not Really
#192Earlier quoted context omitted.
Just to make it clear, is this true if you use your own domain, or just if you use any of Fastmail's domains?
Seems to be just Fastmail domains but there might be some setup involved for custom domains. See their docs https://www.fastmail.com/help/technical/senderauthentication...
And if Fastmail allows Fastmail user A to spoof Fastmail user B, then the above still only protects you against non-Fastmail customers.
Re: JMAP: Like IMAP but Not Really
#193Earlier quoted context omitted.
That's tripe. They know who authenticated to the SMTP server, so they could enforce that the From address is who it was authenticated by. Otherwise, they basically act as an open relay.
Sending from multiple From addresses is a common use case. I send from at least 4 different email addresses all hosted by fastmail in the same account. Having to create different logins to authenticate each sender would be a huge pain. Plus it's not a unique problem to fastmail.
Re: JMAP: Like IMAP but Not Really
#194Earlier quoted context omitted.
Email is "good enough". The real hole is "instant messaging". Somehow every few years we got from ICQ to AIM to Paltalk to Skype to Facebook Messenger to Slack to ... (at least Altassian had the decency to take HipChat behind the woodshed and shoot it) The strange thing is that these services dry up, blow away, get replaced, but they don't seem to improve on what came before. There is a standard, XMPP, but the only p…
IRC works pretty well. I really fail to understand why any tech project puts their chat on Slack/Discord/Whatever when IRC is easy and open.
Second, IRC alone doesn't provide a bunch of features that everyone expects nowadays. You have to host or pay for a bouncer if you want to see what was said when you were offline, for example. Gotta use a 3rd party service for push notifications on iOS. Again, there's no reason why this couldn't exist, but it's another product, not just IRC.
Re: JMAP: Like IMAP but Not Really
#195I was really hoping for a GraphQL API standard for mail before reading this. But this sounds good too.
Re: JMAP: Like IMAP but Not Really
#196Earlier quoted context omitted.
Sending from multiple From addresses is a common use case. I send from at least 4 different email addresses all hosted by fastmail in the same account. Having to create different logins to authenticate each sender would be a huge pain. Plus it's not a unique problem to fastmail.
Gmail requires that you prove ownership of an email address by clicking a link in an email before letting you choose it as a From: address. I think this is a good compromise.
I demonstrated this behavior to eggsampler after discovering it quite a long time ago by messing around with HTTP payloads in their web interface - it's wild to me that FastMail will use the DKIM private keys from an entirely different FM account to sign your messages.
Unlike eggsampler, I won't be ditching them, but I hope that FM reconsider their policy eventually. That they have awarded themselves the privilege of a "green tick" on their own official emails while throwing everybody else to the wolves is slightly ironic.
Re: JMAP: Like IMAP but Not Really
#197Earlier quoted context omitted.
The main thing gmail offered back then was a frickin GB of email storage. (Which spawned a host of other things, like a FUSE filesystem backed by Gmail.) No other free provider was even close! Hotmail offered email measured in 10s of MB and I'm sure Yahoo was similar. (I got my first gmail account in 2004.) Yeah, the UI wasn't bad, but there was less email back then and I didn't (still don't) really mind being served…
Hotmail provided just 2MB of space when gmail launched on 01 Apr 2004. They increased it to 250MB in June 2004. source: https://www.pcworld.com/article/116657/article.html
Re: JMAP: Like IMAP but Not Really
#198Earlier quoted context omitted.
You could pay with computing power. https://en.m.wikipedia.org/wiki/Hashcash
It seems like a good idea until you realize spammers, like DDoSers, aren't using their own machines. The idea was dead on arrival.
Re: JMAP: Like IMAP but Not Really
#199Earlier quoted context omitted.
$30 for a smaller inbox though. I have all my email since 90s in there and it all still fits just fine.
For people reading along: $50/yr gets you 25 GB; $30/yr gets you 2 GB. I'd guess 2 GB would work just fine for most people. OTOH, my relatively new gmail account has >4 GB in it. Other accounts have 0.8 and >3 GB; none of these were used for file storage (FUSE) or anything like that. https://www.fastmail.com/pricing/
Re: JMAP: Like IMAP but Not Really
#200So, you say that it doesn't maintain a persistent connection, but that poses a problem - it needs a way to do push notifications still I assume? Those need an open socket somewhere - does JMAP allow for it or does it make you rely on a 3rd party?