this post was submitted on 17 Jul 2024
1 points (100.0% liked)

Programming

21526 readers
473 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I've been seeing comments about mailing lists. They usually want plaint text emails like these.

top 3 comments
sorted by: hot top controversial new old
[–] mox@lemmy.sdf.org 1 points 1 year ago

Also, when building services that are expected to send HTML email, make sure to generate a plain text version of the content and put it in the appropriate multipart section of the message. Otherwise, people reading in plain text won't see it unless they're willing to jump through hoops to do so (and there's a good chance they'll toss it in the trash instead).

Bonus points if the plain text part is formatted well.

[–] jet@hackertalks.com 0 points 1 year ago* (last edited 1 year ago) (1 children)

Tuta

Notice: Use of IMAP and SMTP, open standards for email clients, is not possible with Tuta. This is not acceptable behavior for an email provider and use of Tuta is strongly recommended against for this reason. Tuta's stated reasons for not supporting these protocols are lies and you would be well served by closing your account there.

Well that's a strong opinion. And yes, 100%, IMAP is not a end to end encrypted protocol so how can they offer it when the server can't read the data?

Tuta FAQ

[–] lemmyvore@feddit.nl 1 points 1 year ago

They just need to tunnel the data and let the client decrypt it. Basically what Proton does with their bridge app. And also basically what Tuta's client does.